Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 23 of 23) sorted by relevance

/third_party/ulib/musl/src/ipc/
A Dmsgctl.c5 int msgctl(int q, int cmd, struct msqid_ds* buf) { in msgctl()
A Dshmctl.c5 int shmctl(int id, int cmd, struct shmid_ds* buf) { in shmctl()
A Dsemctl.c5 int semctl(int id, int num, int cmd, ...) { in semctl()
/third_party/ulib/musl/src/stdio/
A Dpopen.c9 FILE* popen(const char* cmd, const char* mode) { in popen()
/third_party/ulib/musl/src/process/
A Dsystem.c9 int system(const char* cmd) { in system()
A Dfdop.h11 int cmd, fd, srcfd, oflag; member
/third_party/ulib/jemalloc/test/integration/
A Dmallocx.c8 get_nsizes_impl(const char *cmd) in get_nsizes_impl()
27 get_size_impl(const char *cmd, size_t ind) in get_size_impl()
A Drallocx.c4 get_nsizes_impl(const char *cmd) in get_nsizes_impl()
23 get_size_impl(const char *cmd, size_t ind) in get_size_impl()
A Dxallocx.c75 get_nsizes_impl(const char *cmd) in get_nsizes_impl()
100 get_size_impl(const char *cmd, size_t ind) in get_size_impl()
/third_party/ulib/ngunwind/src/arm/
A Dex_tables.h43 arm_exbuf_cmd_t cmd; member
/third_party/uapp/dash/src/
A Dexec.h48 const struct builtincmd *cmd; member
A Djobs.h61 char *cmd; /* text of command being run */ member
A Dshow.c115 shcmd(union node *cmd, FILE *fp) in shcmd()
A Dmiscbltin.c333 int cmd; member
A Dexec.c152 tryexec(char *cmd, char **argv, char **envp) in tryexec()
856 char *cmd; local
A Deval.c705 evalcommand(union node *cmd, int flags, struct backcmd *backcmd) in evalcommand()
929 evalbltin(const struct builtincmd *cmd, int argc, char **argv, int flags) in evalbltin()
A Dexpand.c516 expbackq(union node *cmd, int flag) in expbackq()
/third_party/ulib/jemalloc/test/unit/
A Darena_reset.c8 get_nsizes_impl(const char *cmd) in get_nsizes_impl()
33 get_size_impl(const char *cmd, size_t ind) in get_size_impl()
/third_party/dev/ethernet/e1000/
A Dem_txrx.c227 u32 cmd; in em_transmit_checksum_setup() local
358 uint32_t cmd; in em_isc_txd_encap() local
A De1000_hw.h468 u8 cmd; /* Descriptor control */ member
518 u8 cmd; member
/third_party/ulib/musl/include/sys/
A Dquota.h32 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type)&SUBCMDMASK)) argument
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h930 uint8_t cmd; /* Command to check */ member
934 uint16_t cmd; /* Command to check */ member
1304 uint8_t cmd; member
1729 uint8_t cmd; /* Command (see enum lightbar_command) */ member
1929 uint8_t cmd; /* enum ec_vboot_hash_cmd */ member
2245 uint8_t cmd; member
2939 uint8_t cmd; /* Command to send (enum ec_keyscan_seq_cmd) */ member
3513 uint8_t cmd; /* enum charge_state_command */ member
3834 uint8_t cmd; /* enum ec_reboot_cmd */ member
4068 uint8_t cmd; member
[all …]
/third_party/ulib/musl/stubs/
A Diostubs.c397 static int stub_fcntl(int fd, int cmd, ...) { in stub_fcntl()

Completed in 51 milliseconds