| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
| H A D | 0002-Do-not-use-rcmd-on-build-with-musl.patch | 4 Subject: [PATCH 2/2] Do not use rcmd on build with musl 6 cdrkit unconditionally enables code using rcmd(3), which isn't available 24 #define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_btc.c | 34 struct rtw_role_cmd *rcmd = NULL; in _hdl_role_notify() local 39 rcmd = (struct rtw_role_cmd *)msg->inbuf; in _hdl_role_notify() 40 wrole = rcmd->wrole; in _hdl_role_notify() 44 rcmd->wrole->id, wrole, sta, rcmd->rstate); in _hdl_role_notify()
|
| H A D | phl_role.c | 227 struct rtw_role_cmd *rcmd = NULL; in _phl_send_role_notify_cmd() local 229 rcmd = (struct rtw_role_cmd *)_os_kmem_alloc( in _phl_send_role_notify_cmd() 231 if (rcmd == NULL) { in _phl_send_role_notify_cmd() 236 rcmd->wrole = wrole; in _phl_send_role_notify_cmd() 237 rcmd->rstate = rstate; in _phl_send_role_notify_cmd() 238 msg.inbuf = (u8 *)rcmd; in _phl_send_role_notify_cmd() 256 _os_mem_free(phl_to_drvpriv(phl_info), rcmd, in _phl_send_role_notify_cmd()
|
| H A D | phl_cmd_ps.c | 1288 struct rtw_role_cmd *rcmd = NULL; in _mrc_mdl_msg_hdlr() local 1298 rcmd = (struct rtw_role_cmd *)msg->inbuf; in _mrc_mdl_msg_hdlr() 1299 role = rcmd->wrole; in _mrc_mdl_msg_hdlr()
|
| /OK3568_Linux_fs/buildroot/package/cdrkit/ |
| H A D | 0001-no-rcmd.patch | 3 cdrkit unconditionally enables code using rcmd(3), which isn't available 19 -#define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_btc.c | 34 struct rtw_role_cmd *rcmd = NULL; in _hdl_role_notify() local 39 rcmd = (struct rtw_role_cmd *)msg->inbuf; in _hdl_role_notify() 40 wrole = rcmd->wrole; in _hdl_role_notify() 44 rcmd->wrole->id, wrole, sta, rcmd->rstate); in _hdl_role_notify()
|
| H A D | phl_role.c | 227 struct rtw_role_cmd *rcmd = NULL; in _phl_send_role_notify_cmd() local 229 rcmd = (struct rtw_role_cmd *)_os_kmem_alloc( in _phl_send_role_notify_cmd() 231 if (rcmd == NULL) { in _phl_send_role_notify_cmd() 236 rcmd->wrole = wrole; in _phl_send_role_notify_cmd() 237 rcmd->rstate = rstate; in _phl_send_role_notify_cmd() 238 msg.inbuf = (u8 *)rcmd; in _phl_send_role_notify_cmd() 256 _os_mem_free(phl_to_drvpriv(phl_info), rcmd, in _phl_send_role_notify_cmd()
|
| H A D | phl_cmd_ps.c | 1317 struct rtw_role_cmd *rcmd = NULL; in _mrc_mdl_msg_hdlr() local 1327 rcmd = (struct rtw_role_cmd *)msg->inbuf; in _mrc_mdl_msg_hdlr() 1328 role = rcmd->wrole; in _mrc_mdl_msg_hdlr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | rsh.xinetd.inetutils | 3 # The rshd server is a server for the rcmd(3) routine and,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/ |
| H A D | rsh.xinetd.netkit | 3 # The rshd server is a server for the rcmd(3) routine and,
|
| /OK3568_Linux_fs/kernel/samples/mei/ |
| H A D | mei-amt-version.c | 369 uint8_t **read_buf, uint32_t rcmd, in amt_host_if_call() argument 398 status = amt_verify_response_header(rcmd, in amt_host_if_call()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/ |
| H A D | cdrkit_1.1.11.bb | 12 file://0002-Do-not-use-rcmd-on-build-with-musl.patch \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | netdb.h | 449 extern int rcmd (char **__restrict __ahost, unsigned short int __rport,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | netdb.h | 449 extern int rcmd (char **__restrict __ahost, unsigned short int __rport,
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | floppy.c | 3175 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin() argument 3181 *rcmd = NULL; in raw_cmd_copyin() 3187 *rcmd = ptr; in raw_cmd_copyin() 3218 rcmd = &(ptr->next); in raw_cmd_copyin()
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_eckd.c | 3864 unsigned char cmd, rcmd; in dasd_eckd_build_cp_cmd_single() local 3968 rcmd = cmd; in dasd_eckd_build_cp_cmd_single() 3973 rcmd |= 0x8; in dasd_eckd_build_cp_cmd_single() 3983 1, rcmd, basedev, count); in dasd_eckd_build_cp_cmd_single() 3995 ccw->cmd_code = rcmd; in dasd_eckd_build_cp_cmd_single()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 929 * program in place of a direct rcmd() function call so as to
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |