/external/kernel-headers/original/linux/ |
D | fcntl.h | 41 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 42 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 43 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 44 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 45 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 46 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 48 #define IS_GETLK32(cmd) (0) argument 49 #define IS_SETLK32(cmd) (0) argument 50 #define IS_SETLKW32(cmd) (0) argument 51 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 251 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command() 281 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command() 308 char cmd[256]; in wpa_cli_cmd_note() local 376 char cmd[256]; in wpa_cli_cmd_set() local 401 char cmd[256]; in wpa_cli_cmd_get() local 441 char cmd[256]; in wpa_cli_cmd_preauthenticate() local 461 char cmd[256]; in wpa_cli_cmd_ap_scan() local 481 char cmd[256]; in wpa_cli_cmd_scan_interval() local 501 char cmd[256]; in wpa_cli_cmd_bss_expire_age() local 521 char cmd[256]; in wpa_cli_cmd_bss_expire_count() local [all …]
|
D | ctrl_iface.c | 52 char *cmd) in wpa_supplicant_ctrl_iface_set() 141 char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get() 297 char *cmd) in wpa_supplicant_ctrl_iface_wps_pbc() 347 char *cmd, char *buf, in wpa_supplicant_ctrl_iface_wps_pin() 412 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_wps_check_pin() 458 char *cmd) in wpa_supplicant_ctrl_iface_wps_oob() 482 char *cmd) in wpa_supplicant_ctrl_iface_wps_reg() 534 char *cmd, char *buf, in wpa_supplicant_ctrl_iface_wps_ap_pin() 593 char *cmd) in wpa_supplicant_ctrl_iface_wps_er_pin() 612 char *cmd) in wpa_supplicant_ctrl_iface_wps_er_learn() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_cli.c | 201 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command() 229 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command() 303 char cmd[256]; in wpa_cli_cmd_set() local 348 char cmd[256]; in wpa_cli_cmd_preauthenticate() local 368 char cmd[256]; in wpa_cli_cmd_ap_scan() local 388 char cmd[256]; in wpa_cli_cmd_stkstart() local 408 char cmd[256]; in wpa_cli_cmd_ft_ds() local 428 char cmd[256]; in wpa_cli_cmd_wps_pbc() local 448 char cmd[256]; in wpa_cli_cmd_wps_pin() local 481 char cmd[256]; in wpa_cli_cmd_wps_reg() local [all …]
|
D | ctrl_iface.c | 41 char *cmd) in wpa_supplicant_ctrl_iface_set() 148 char *cmd) in wpa_supplicant_ctrl_iface_wps_pbc() 166 char *cmd, char *buf, in wpa_supplicant_ctrl_iface_wps_pin() 208 char *cmd) in wpa_supplicant_ctrl_iface_wps_reg() 394 char *cmd) in wpa_supplicant_ctrl_iface_bssid() 428 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_scan_interval() 439 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_blacklist() 493 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_log_level() 856 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_select_network() 902 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_enable_network() [all …]
|
/external/wpa_supplicant/ |
D | wpa_cli.c | 242 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command() 270 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command() 344 char cmd[256]; in wpa_cli_cmd_set() local 389 char cmd[256]; in wpa_cli_cmd_preauthenticate() local 409 char cmd[256]; in wpa_cli_cmd_ap_scan() local 429 char cmd[256]; in wpa_cli_cmd_stkstart() local 449 char cmd[256]; in wpa_cli_cmd_level() local 468 char cmd[256], *pos, *end; in wpa_cli_cmd_identity() local 501 char cmd[256], *pos, *end; in wpa_cli_cmd_password() local 535 char cmd[256], *pos, *end; in wpa_cli_cmd_new_password() local [all …]
|
D | ctrl_iface.c | 37 char *cmd) in wpa_supplicant_ctrl_iface_set() 283 char *cmd) in wpa_supplicant_ctrl_iface_bssid() 319 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_blacklist() 607 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_select_network() 653 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_enable_network() 687 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_disable_network() 733 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_remove_network() 765 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_set_network() 823 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get_network() 1129 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_ap_scan() [all …]
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditCommandQt.cpp | 26 EditCommandQt::EditCommandQt(WTF::RefPtr<EditCommand> cmd, QUndoCommand *parent) in EditCommandQt() 33 EditCommandQt::EditCommandQt(WTF::RefPtr<EditCommand> cmd) in EditCommandQt()
|
/external/elfutils/libelf/ |
D | elf_begin.c | 41 Elf_Cmd cmd, Elf *parent) in file_read_ar() 187 Elf_Cmd cmd, Elf *parent) in file_read_elf() 420 size_t maxsize, Elf_Cmd cmd, Elf *parent) in __libelf_read_mmaped_file() 451 read_unmmaped_file (int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, in read_unmmaped_file() 502 Elf_Cmd cmd, Elf *parent) in read_file() 888 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) in dup_elf() 951 write_file (int fd, Elf_Cmd cmd) in write_file() 979 elf_begin (fildes, cmd, ref) in elf_begin() argument
|
/external/iproute2/ip/ |
D | ip.c | 58 static const struct cmd { struct 59 const char *cmd; argument 61 } cmds[] = { argument
|
D | tunnel.c | 134 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p) in tnl_add_ioctl() 172 static int tnl_gen_ioctl(int cmd, const char *name, void *p, int skiperr) in tnl_gen_ioctl() 188 int tnl_prl_ioctl(int cmd, const char *name, void *p) in tnl_prl_ioctl() 193 int tnl_6rd_ioctl(int cmd, const char *name, void *p) in tnl_6rd_ioctl()
|
/external/e2fsprogs/debugfs/ |
D | util.c | 249 unsigned long parse_ulong(const char *str, const char *cmd, in parse_ulong() 273 int strtoblk(const char *cmd, const char *str, blk_t *ret) in strtoblk() 290 const char *cmd, const char *usage, int flags) in common_args_process() 355 const char *cmd, int bufsize) in debugfs_read_inode_full() 368 const char *cmd) in debugfs_read_inode() 381 const char *cmd) in debugfs_write_inode() 394 const char *cmd) in debugfs_write_new_inode()
|
/external/wpa_supplicant_8/src/utils/ |
D | edit_readline.c | 98 static void readline_cmd_handler(char *cmd) in readline_cmd_handler() 118 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init() 120 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init() 143 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
|
D | edit_simple.c | 63 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init() 65 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init() 81 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
|
/external/blktrace/btt/ |
D | bno_plot.py | 117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir variable 121 cmd = cmd.split(None) variable
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/ |
D | SDL_syscdrom.c | 469 struct cd_audio_cmd cmd; in SDL_SYS_CDGetTOC() local 521 struct cd_audio_cmd cmd; in SDL_SYS_CDStatus() local 576 struct cd_audio_cmd cmd; in SDL_SYS_CDPlay() local 615 struct cd_audio_cmd cmd; in SDL_SYS_CDPause() local 623 struct cd_audio_cmd cmd; in SDL_SYS_CDResume() local 631 struct cd_audio_cmd cmd; in SDL_SYS_CDStop() local
|
/external/qemu/android/protocol/ |
D | core-commands-impl.c | 168 UICmdSetCoarseOrientation* cmd = in _coreCmdImpl_handle_command() local 186 UICmdTraceControl* cmd = (UICmdTraceControl*)cmd_param; in _coreCmdImpl_handle_command() local 208 UICmdGetNetSpeed* cmd = (UICmdGetNetSpeed*)cmd_param; in _coreCmdImpl_handle_command() local 252 UICmdGetNetDelay* cmd = (UICmdGetNetDelay*)cmd_param; in _coreCmdImpl_handle_command() local 295 UICmdGetQemuPath* cmd = (UICmdGetQemuPath*)cmd_param; in _coreCmdImpl_handle_command() local
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixNetworkInterfaceTest.java | 47 String cmd = "ifconfig " + name + " up"; in test_isUp() local 71 String cmd = multicast ? "ifconfig " + name + " -multicast" in test_supportsMulticast() local 102 String cmd = "ifconfig " + name + " hw ether " in test_getHardwareAddress() local 131 String cmd = "ifconfig " + name + " mtu 1000"; in test_getMTU() local
|
/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 173 HYPERVISOR_sched_op(int cmd, unsigned long arg) in HYPERVISOR_sched_op() 205 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op() 229 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() 243 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version() 249 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() 255 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() 269 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() 287 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist() 293 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() 328 MULTI_grant_table_op(struct multicall_entry *mcl, unsigned int cmd, in MULTI_grant_table_op() [all …]
|
/external/clang/test/Analysis/ |
D | rdar-6541136-region.c | 11 struct load_wine *cmd = (void*) &wonky[1]; in test1() local 23 struct load_wine *cmd = (void*) &wonky[1]; in test1_b() local
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 184 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) in _wpa_ctrl_command() 212 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) in wpa_ctrl_command() 239 char *cmd; in hostapd_cli_exec() local 385 char cmd[256]; in hostapd_cli_cmd_wps_check_pin() local 419 char cmd[256]; in hostapd_cli_cmd_wps_oob() local 522 static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, char *cmd, in wpa_ctrl_command_sta() 561 char addr[32], cmd[64]; in hostapd_cli_cmd_all_sta() local 597 char cmd[256]; in hostapd_cli_cmd_level() local 661 char cmd[256]; in hostapd_cli_cmd_set() local 681 char cmd[256]; in hostapd_cli_cmd_get() local [all …]
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 130 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Dwarf_Cmd cmd) in global_read() 142 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Dwarf_Cmd cmd, in scngrp_read() 179 dwarf_begin_elf (elf, cmd, scngrp) in dwarf_begin_elf() argument
|
/external/quake/quake/src/QW/client/ |
D | keys.c | 156 char *cmd, *s; in CheckForCommand() local 178 char *cmd, *s; in CompleteCommand() local 209 char *cmd, *s; in Key_Console() local 538 char cmd[1024]; in Key_Bind_f() local 681 char cmd[1024]; in Key_Event() local
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 326 char cmd[100]; in enter_pin() local 464 char cmd[30]; in add_stations() local 495 char cmd[30]; in add_single_station() local 578 bool Peers::add_bss(const char *cmd) in add_bss() 666 char cmd[20]; in add_scan_results() local 682 char cmd[100]; in add_persistent() local 1066 char cmd[100]; in event_notify() local 1324 char cmd[20]; in event_notify() local 1355 char cmd[100]; in ctx_p2p_connect() local 1389 char cmd[100]; in ctx_p2p_connect() local [all …]
|
/external/qemu/telephony/ |
D | android_modem.c | 1009 unknownCommand( const char* cmd, AModem modem ) in unknownCommand() 1150 handleSubscriptionSource( const char* cmd, AModem modem ) in handleSubscriptionSource() 1174 handleRoamPref( const char * cmd, AModem modem ) in handleRoamPref() 1202 handleTech( const char* cmd, AModem modem ) in handleTech() 1240 handleEmergencyMode( const char* cmd, AModem modem ) in handleEmergencyMode() 1274 handlePrlVersion( const char* cmd, AModem modem ) in handlePrlVersion() 1286 handleRadioPower( const char* cmd, AModem modem ) in handleRadioPower() 1302 handleRadioPowerReq( const char* cmd, AModem modem ) in handleRadioPowerReq() 1311 handleSIMStatusReq( const char* cmd, AModem modem ) in handleSIMStatusReq() 1341 handleNetworkRegistration( const char* cmd, AModem modem ) in handleNetworkRegistration() [all …]
|