Searched refs:command (Results 1 - 18 of 18) sorted by relevance

/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dist.h25 __u32 command; member in struct:ist_info
/bionic/libc/kernel/uapi/linux/usb/
H A Df_mtp.h29 uint16_t command; member in struct:mtp_file_range
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dsystem.c42 system(const char *command) argument
50 if (!command) /* just checking... */
53 argp[2] = (char *)command;
/bionic/libc/kernel/uapi/linux/
H A Di2c-dev.h37 __u8 command; member in struct:i2c_smbus_ioctl_data
H A Dpktcdvd.h61 __u32 command; member in struct:pkt_ctrl_command
H A Dscc.h139 int command; member in struct:scc_kiss_cmd
H A Dhdreg.h87 __u8 command; member in struct:hd_drive_cmd_hdr
104 __u8 command; member in struct:hd_drive_task_hdr
H A Dsoundcard.h531 int command; member in struct:copr_buffer
544 int command; member in struct:copr_debug_buf
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c81 popen(const char *command, const char *type) argument
90 _DIAGASSERT(command != NULL);
154 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
187 * Pclose returns -1 if stream is not associated with a `popened' command,
/bionic/tools/bionicbb/
H A Dpresubmit.py193 for command in commands:
194 if command in command_map:
195 command_map[command]()
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dnfnetlink_log.h87 __u8 command; member in struct:nfulnl_msg_config_cmd
H A Dnfnetlink_queue.h94 __u8 command; member in struct:nfqnl_msg_config_cmd
/bionic/libc/kernel/uapi/sound/
H A Dfirewire.h50 __be32 command; member in struct:snd_efw_transaction
/bionic/libc/kernel/uapi/drm/
H A Dqxl_drm.h61 uint64_t __user command; member in struct:drm_qxl_command
H A Dvirtgpu_drm.h45 uint64_t command; member in struct:drm_virtgpu_execbuffer
/bionic/tests/
H A Dgtest_main.cpp245 std::string command; local
247 command += argv[i];
248 command += " ";
250 command += "--gtest_list_tests";
251 FILE* fp = popen(command.c_str(), "r");
956 // args is used to pass in all command arguments, and pass out only the part of options for gtest.
/bionic/libc/kernel/uapi/linux/wimax/
H A Di2400m.h64 __le32 command; member in struct:i2400m_bootrom_header
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h104 __u32 command; member in struct:ib_uverbs_cmd_hdr

Completed in 716 milliseconds