Home
last modified time | relevance | path

Searched defs:msgbuf (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/sys-include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/sysroot/usr/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/sysroot/usr/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/sys-include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/sysroot/usr/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/sysroot/usr/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/sys-include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/sys-include/sys/
Dmsg.h43 struct msgbuf { struct
44 long mtype;
45 char mtext[1];
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmpcie.h516 #define DNGL_RING_WPTR(msgbuf) (*((msgbuf)->tcm_rs_w_ptr)) /**< advanced by producer */ argument
517 #define BCMMSGBUF_RING_SET_W_PTR(msgbuf, a) (DNGL_RING_WPTR(msgbuf) = (a)) argument
519 #define DNGL_RING_RPTR(msgbuf) (*((msgbuf)->tcm_rs_r_ptr)) /**< advanced by consumer */ argument
520 #define BCMMSGBUF_RING_SET_R_PTR(msgbuf, a) (DNGL_RING_RPTR(msgbuf) = (a)) argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
Dkutf_helpers_user.c133 char msgbuf[NAMED_U64_VAL_BUF_SZ]; in kutf_helper_send_named_u64() local
/device/soc/rockchip/common/sdk_linux/init/
Dmain.c1246 char msgbuf[64]; in do_one_initcall() local