Searched defs:cmd (Results 76 - 100 of 417) sorted by relevance

1234567891011>>

/external/openssl/crypto/bio/
H A Dbss_fd.c88 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
176 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) argument
181 switch (cmd)
H A Dbss_mem.c68 static long mem_ctrl(BIO *h, int cmd, long arg1, void *arg2);
197 static long mem_ctrl(BIO *b, int cmd, long num, void *ptr) argument
204 switch (cmd)
H A Dbss_sock.c77 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
168 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr) argument
173 switch (cmd)
/external/openssl/crypto/evp/
H A Dbio_md.c72 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
75 static long md_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
172 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) argument
182 switch (cmd)
190 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
214 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
232 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
238 static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
243 switch (cmd)
246 ret=BIO_callback_ctrl(b->next_bio,cmd,f
[all...]
/external/oprofile/gui/
H A Doprof_start_util.cpp231 * @param cmd command name
240 int do_exec_command(string const & cmd, vector<string> const & args) argument
258 child_reader reader(cmd, args);
269 string cmdline = cmd;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c67 static int PPPoEDevnameHook(char *cmd, char **argv, int doit);
266 * cmd -- the command (actually, the device name
276 PPPoEDevnameHook(char *cmd, char **argv, int doit) argument
285 if (strlen(cmd) > 4 && !strncmp(cmd, "nic-", 4)) {
287 cmd += 4;
288 } else if (strlen(cmd) < 4
289 || (strncmp(cmd, "eth", 3) && strncmp(cmd, "nas", 3)
290 && strncmp(cmd, "ta
[all...]
/external/qemu/android/protocol/
H A Dcore-commands-impl.c168 UICmdSetCoarseOrientation* cmd = local
170 android_sensors_set_coarse_orientation(cmd->orient);
186 UICmdTraceControl* cmd = (UICmdTraceControl*)cmd_param; local
187 if (cmd->start) {
208 UICmdGetNetSpeed* cmd = (UICmdGetNetSpeed*)cmd_param; local
213 if (cmd->index >= android_netspeeds_count ||
214 android_netspeeds[cmd->index].name == NULL) {
217 const NetworkSpeed* netspeed = &android_netspeeds[cmd->index];
252 UICmdGetNetDelay* cmd = (UICmdGetNetDelay*)cmd_param; local
257 if (cmd
295 UICmdGetQemuPath* cmd = (UICmdGetQemuPath*)cmd_param; local
[all...]
H A Dui-commands-impl.c92 UICmdSetWindowsScale* cmd = (UICmdSetWindowsScale*)data; local
93 android_emulator_set_window_scale(cmd->scale, cmd->is_dpi);
99 UICmdChangeDispBrightness* cmd = (UICmdChangeDispBrightness*)data; local
102 cmd->light, cmd->brightness);
H A Dui-commands-proxy.c151 UICmdChangeDispBrightness* cmd = local
153 cmd->brightness = brightness;
154 strcpy(cmd->light, light);
156 _uiCmdProxy_send_command(AUICMD_CHANGE_DISP_BRIGHTNESS, cmd, cmd_size);
157 qemu_free(cmd);
205 UICmdSetWindowsScale cmd; local
206 cmd.scale = scale;
207 cmd.is_dpi = is_dpi;
208 return _uiCmdProxy_send_command(AUICMD_SET_WINDOWS_SCALE, &cmd, sizeof(cmd));
[all...]
/external/qemu/audio/
H A Dnoaudio.c78 static int no_ctl_out (HWVoiceOut *hw, int cmd, ...) argument
81 (void) cmd;
127 static int no_ctl_in (HWVoiceIn *hw, int cmd, ...) argument
130 (void) cmd;
H A Dwavcapture.c25 static void wav_notify (void *opaque, audcnotification_e cmd) argument
28 (void) cmd;
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c172 SndCommand cmd; local
186 cmd.cmd = bufferCmd;
187 cmd.param1 = 0;
188 cmd.param2 = (long)&header;
189 SndDoCommand (chan, &cmd, 0);
203 cmd.cmd = callBackCmd;
204 cmd.param1 = 0;
205 cmd
287 SndCommand cmd; local
[all...]
/external/qemu/telephony/
H A Dsimulator.c75 client_handle_line( Client client, const char* cmd )
79 dump_line( cmd, "<< " );
80 answer = amodem_send( modem, cmd );
107 const char* cmd = client->in_buff; local
111 client_handle_line( client, cmd );
H A Dtest2.c70 client_handle_line( Client client, const char* cmd )
75 for (nn = 0; cmd[nn] != 0; nn++) {
76 int c = cmd[nn];
95 if ( !strcmp( cmd, "quit" ) ) {
119 const char* cmd = client->in_buff; local
123 while (*cmd == '\r' || *cmd =='\n')
124 cmd++;
126 client_handle_line( client, cmd );
/external/quake/quake/src/QW/client/
H A Dcl_demo.c67 Writes the current user cmd
75 usercmd_t cmd; local
86 cmd = *pcmd;
89 cmd.angles[i] = LittleFloat(cmd.angles[i]);
90 cmd.forwardmove = LittleShort(cmd.forwardmove);
91 cmd.sidemove = LittleShort(cmd.sidemove);
92 cmd
[all...]
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { argument
184 switch (cmd) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_act.c40 static BOOLEAN bta_gatts_nv_srv_chg_cback(tGATTS_SRV_CHG_CMD cmd, tGATTS_SRV_CHG_REQ *p_req, tGATTS_SRV_CHG_RSP *p_rsp);
87 static BOOLEAN bta_gatts_nv_srv_chg_cback(tGATTS_SRV_CHG_CMD cmd, tGATTS_SRV_CHG_REQ *p_req, tGATTS_SRV_CHG_RSP *p_rsp) argument
89 return bta_gatts_co_srv_chg((tBTA_GATTS_SRV_CHG_CMD) cmd,
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c753 ** cmd - the fields of the device class to update.
766 UINT16 GAP_SetDeviceClass(tGAP_COD *p_cod, UINT8 cmd) argument
779 switch(cmd)
/external/dropbear/libtommath/demo/
H A Ddemo.c51 char cmd[4096], buf[4096]; variable
431 fgets(cmd, 4095, stdin);
432 cmd[strlen(cmd) - 1] = 0;
433 printf("%s ]\r", cmd);
435 if (!strcmp(cmd, "mul2d")) {
452 } else if (!strcmp(cmd, "div2d")) {
472 } else if (!strcmp(cmd, "add")) {
494 mp_to_signed_bin(&c, (unsigned char *) cmd);
495 memset(cmd
[all...]
/external/e2fsprogs/debugfs/
H A Ddump.c67 static void fix_perms(const char *cmd, const struct ext2_inode *inode, argument
78 com_err(cmd, errno, "while setting permissions of %s", name);
89 com_err(cmd, errno, "while changing ownership of %s", name);
97 com_err(cmd, errno, "while setting times of %s", name);
H A Dset_fields.c435 const char *type, *cmd; local
441 cmd = "set_super_value";
444 cmd = "set_inode";
447 cmd = "set_block_group";
451 fprintf(f, "%s fields supported by the %s command:\n", type, cmd);
H A Dutil.c249 unsigned long parse_ulong(const char *str, const char *cmd, argument
261 com_err(cmd, 0, "Bad %s - %s", descr, str);
273 int strtoblk(const char *cmd, const char *str, blk_t *ret) argument
278 blk = parse_ulong(str, cmd, "block number", &err);
281 com_err(cmd, 0, "Invalid block number: %s", str);
290 const char *cmd, const char *usage, int flags)
293 com_err(argv[0], 0, "Usage: %s %s", cmd, usage);
355 const char *cmd, int bufsize)
361 com_err(cmd, retval, "while reading inode %u", ino);
368 const char *cmd)
289 common_args_process(int argc, char *argv[], int min_argc, int max_argc, const char *cmd, const char *usage, int flags) argument
354 debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd, int bufsize) argument
367 debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd) argument
380 debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd) argument
393 debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode, const char *cmd) argument
[all...]

Completed in 874 milliseconds

1234567891011>>