Home
last modified time | relevance | path

Searched refs:rcmd (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0002-Do-not-use-rcmd-on-build-with-musl.patch4 Subject: [PATCH 2/2] Do not use rcmd on build with musl
6 cdrkit unconditionally enables code using rcmd(3), which isn't available
26 #define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drsh.xinetd.inetutils3 # The rshd server is a server for the rcmd(3) routine and,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/
H A Dcdrkit_1.1.11.bb12 file://0002-Do-not-use-rcmd-on-build-with-musl.patch \
/openbmc/linux/samples/mei/
H A Dmei-amt-version.c378 uint8_t **read_buf, uint32_t rcmd, in amt_host_if_call() argument
407 status = amt_verify_response_header(rcmd, in amt_host_if_call()
/openbmc/sdbusplus/example/
H A Dasio-example.cpp122 auto& [rnetFn, rlun, rcmd, cc, responseData] = tupleOut; in do_start_async_ipmi_call()
124 if (rnetFn == uint8_t(netFn + 1) && rlun == lun && rcmd == cmd && cc == 0 && in do_start_async_ipmi_call()
/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/
H A Dtcmode-external-arm.inc63 …libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc…
/openbmc/linux/drivers/block/
H A Dfloppy.c3085 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin() argument
3090 *rcmd = NULL; in raw_cmd_copyin()
3096 *rcmd = ptr; in raw_cmd_copyin()
3126 rcmd = &(ptr->next); in raw_cmd_copyin()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c3989 unsigned char cmd, rcmd; in dasd_eckd_build_cp_cmd_single() local
4093 rcmd = cmd; in dasd_eckd_build_cp_cmd_single()
4098 rcmd |= 0x8; in dasd_eckd_build_cp_cmd_single()
4108 1, rcmd, basedev, count); in dasd_eckd_build_cp_cmd_single()
4120 ccw->cmd_code = rcmd; in dasd_eckd_build_cp_cmd_single()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch929 * program in place of a direct rcmd() function call so as to