Searched refs:rcmd (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/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 26 #define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */
|
/openbmc/openbmc/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,
|
/openbmc/linux/samples/mei/ |
H A D | mei-amt-version.c | 378 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 D | asio-example.cpp | 123 auto& [rnetFn, rlun, rcmd, cc, responseData] = tupleOut; in do_start_async_ipmi_call() 125 if (rnetFn == uint8_t(netFn + 1) && rlun == lun && rcmd == cmd && cc == 0 && in do_start_async_ipmi_call()
|
/openbmc/openbmc/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 \
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 3085 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 D | dasd_eckd.c | 3989 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 D | rdist-6.1.5-cleanup.patch | 929 * program in place of a direct rcmd() function call so as to
|