Searched refs:cmd (Results 251 - 275 of 2522) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_kern.c132 _prop_object_send_ioctl(prop_object_t obj, int fd, unsigned long cmd) argument
142 if (ioctl(fd, cmd, &pref) == -1)
157 prop_array_send_ioctl(prop_array_t array, int fd, unsigned long cmd) argument
161 rv = _prop_object_send_ioctl(array, fd, cmd);
174 prop_dictionary_send_ioctl(prop_dictionary_t dict, int fd, unsigned long cmd) argument
178 rv = _prop_object_send_ioctl(dict, fd, cmd);
293 prop_array_recv_ioctl(int fd, unsigned long cmd, prop_array_t *arrayp) argument
298 rv = ioctl(fd, cmd, &pref);
316 prop_dictionary_recv_ioctl(int fd, unsigned long cmd, prop_dictionary_t *dictp) argument
321 rv = ioctl(fd, cmd,
340 prop_dictionary_sendrecv_ioctl(prop_dictionary_t dict, int fd, unsigned long cmd, prop_dictionary_t *dictp) argument
448 _prop_object_copyin_ioctl(const struct plistref *pref, const prop_type_t type, const u_long cmd, prop_object_t *objp) argument
485 prop_array_copyin_ioctl(const struct plistref *pref, const u_long cmd, prop_array_t *arrayp) argument
497 prop_dictionary_copyin_ioctl(const struct plistref *pref, const u_long cmd, prop_dictionary_t *dictp) argument
579 _prop_object_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_object_t obj) argument
593 prop_array_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_array_t array) argument
604 prop_dictionary_copyout_ioctl(struct plistref *pref, const u_long cmd, prop_dictionary_t dict) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Dfilter_fork_windows.c39 char cmd[MAX_PATH]; local
80 strncpy(cmd, path, sizeof(cmd)-1);
81 cmd[sizeof(cmd)-1] = '\0';
82 if (CreateProcessA(NULL, cmd, NULL, NULL, TRUE, 0, NULL, NULL,
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-if-shell.c1 /* $Id: cmd-if-shell.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
31 int cmd_if_shell_exec(struct cmd *, struct cmd_ctx *);
47 char *cmd; member in struct:cmd_if_shell_data
52 cmd_if_shell_exec(struct cmd *self, struct cmd_ctx *ctx)
59 cdata->cmd = xstrdup(args->argv[1]);
83 if (cmd_string_parse(cdata->cmd, &cmdlist, &cause) != 0) {
110 xfree(cdata->cmd);
H A Dcmd-respawn-window.c1 /* $Id: cmd-respawn-window.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
29 int cmd_respawn_window_exec(struct cmd *, struct cmd_ctx *);
42 cmd_respawn_window_exec(struct cmd *self, struct cmd_ctx *ctx)
50 const char *cmd; local
79 cmd = args->argv[0];
81 cmd = NULL;
82 if (window_pane_spawn(wp, cmd, NULL, NULL, &env, s->tio, &cause) != 0) {
H A Dcmd-clear-history.c1 /* $Id: cmd-clear-history.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
27 int cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
40 cmd_clear_history_exec(struct cmd *self, struct cmd_ctx *ctx)
H A Dcmd-delete-buffer.c1 /* $Id: cmd-delete-buffer.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
29 int cmd_delete_buffer_exec(struct cmd *, struct cmd_ctx *);
42 cmd_delete_buffer_exec(struct cmd *self, struct cmd_ctx *ctx)
H A Dcmd-list-buffers.c1 /* $Id: cmd-list-buffers.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
29 int cmd_list_buffers_exec(struct cmd *, struct cmd_ctx *);
43 cmd_list_buffers_exec(unused struct cmd *self, struct cmd_ctx *ctx)
H A Dcmd-rename-window.c1 /* $Id: cmd-rename-window.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
29 int cmd_rename_window_exec(struct cmd *, struct cmd_ctx *);
42 cmd_rename_window_exec(struct cmd *self, struct cmd_ctx *ctx)
H A Dcmd-send-prefix.c1 /* $Id: cmd-send-prefix.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
27 int cmd_send_prefix_exec(struct cmd *, struct cmd_ctx *);
40 cmd_send_prefix_exec(struct cmd *self, struct cmd_ctx *ctx)
H A Dcmd-suspend-client.c1 /* $Id: cmd-suspend-client.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
30 int cmd_suspend_client_exec(struct cmd *, struct cmd_ctx *);
43 cmd_suspend_client_exec(struct cmd *self, struct cmd_ctx *ctx)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlvmcache.h67 void lvmcache_destroy(struct cmd_context *cmd, int retain_orphans);
71 int lvmcache_label_scan(struct cmd_context *cmd, int full_scan);
98 struct device *device_from_pvid(struct cmd_context *cmd, struct id *pvid);
104 struct dm_list *lvmcache_get_vgnames(struct cmd_context *cmd, int full_scan);
108 struct dm_list *lvmcache_get_vgids(struct cmd_context *cmd, int full_scan);
111 struct dm_list *lvmcache_get_pvids(struct cmd_context *cmd, const char *vgname,
H A Dconfig.h59 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd,
61 int override_config_tree_from_string(struct cmd_context *cmd,
80 int merge_config_tree(struct cmd_context *cmd, struct config_tree *cft,
94 struct config_node *find_config_tree_node(struct cmd_context *cmd,
96 const char *find_config_tree_str(struct cmd_context *cmd,
98 int find_config_tree_int(struct cmd_context *cmd, const char *path,
100 float find_config_tree_float(struct cmd_context *cmd, const char *path,
108 int find_config_tree_bool(struct cmd_context *cmd, const char *path, int fail);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.h67 void lvmcache_destroy(struct cmd_context *cmd, int retain_orphans);
71 int lvmcache_label_scan(struct cmd_context *cmd, int full_scan);
98 struct device *device_from_pvid(struct cmd_context *cmd, struct id *pvid);
104 struct dm_list *lvmcache_get_vgnames(struct cmd_context *cmd, int full_scan);
108 struct dm_list *lvmcache_get_vgids(struct cmd_context *cmd, int full_scan);
111 struct dm_list *lvmcache_get_pvids(struct cmd_context *cmd, const char *vgname,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/zero/
H A Dzero.c46 struct cmd_context *cmd __attribute((unused)),
55 static int _zero_target_present(struct cmd_context *cmd, argument
63 _zero_present = target_present(cmd, "zero", 1);
99 struct segment_type *init_zero_segtype(struct cmd_context *cmd) argument
106 segtype->cmd = cmd;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/gdiffmk/
H A Dgdiffmk.sh24 cmd=$( basename $0 )
29 echo >&2 "${cmd}: $@"
33 Usage: ${cmd} [ OPTIONS ] FILE1 FILE2 [ OUTPUT ]
70 echo >&2 "${cmd}: $1"
200 echo "GNU ${cmd} (groff) version @VERSION@"
215 badoption="${cmd}: invalid option \`$1'"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dmodule.exp58 set cmd "complete p $expr"
59 set expect [join [concat [list $cmd] $list] "\r\np "]
60 gdb_test $cmd $expect "complete $expr"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.h63 void sl_apropos (SL_cmd *cmd, const char *topic);
64 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_tty.h19 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dmod.c44 solaris_modcmd(modcmd_t cmd, void *arg) argument
49 switch (cmd) {
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.h59 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd,
61 int override_config_tree_from_string(struct cmd_context *cmd,
80 int merge_config_tree(struct cmd_context *cmd, struct config_tree *cft,
94 struct config_node *find_config_tree_node(struct cmd_context *cmd,
96 const char *find_config_tree_str(struct cmd_context *cmd,
98 int find_config_tree_int(struct cmd_context *cmd, const char *path,
100 float find_config_tree_float(struct cmd_context *cmd, const char *path,
108 int find_config_tree_bool(struct cmd_context *cmd, const char *path, int fail);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/snapshot/
H A Dsnapshot.c95 struct cmd_context *cmd __attribute((unused)),
120 static int _snap_target_present(struct cmd_context *cmd, argument
128 _snap_present = target_present(cmd, "snapshot", 1) &&
129 target_present(cmd, "snapshot-origin", 0);
137 static int _get_snapshot_dso_path(struct cmd_context *cmd, char **dso) argument
142 if (!(path = dm_pool_alloc(cmd->mem, PATH_MAX))) {
147 libpath = find_config_tree_str(cmd, "dmeventd/snapshot_library", NULL);
151 get_shared_library_path(cmd, libpath, path, PATH_MAX);
195 if (!_get_snapshot_dso_path(vg->cmd, &dso))
198 if (!(name = build_dm_name(vg->cmd
300 init_snapshot_segtype(struct cmd_context *cmd) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Drd-sh64.exp37 set cmd "cp tmpdir/dump \
39 send_log "$cmd\n"
40 set cmdret [catch "exec $cmd" comp_output]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-spu/
H A Dspu.exp30 set cmd "$AS $ASFLAGS -o tmpdir/ear.o $srcdir/$subdir/ear.s"
31 send_log "$cmd\n"
32 set cmdret [catch "exec $cmd" comp_output]
41 set cmd "$LD $LDFLAGS -o tmpdir/ear tmpdir/ear.o"
42 send_log "$cmd\n"
43 set cmdret [catch "exec $cmd" comp_output]
52 set cmd "sh $srcdir/../../binutils/embedspu.sh -m32 ear tmpdir/ear tmpdir/embed.o"
53 send_log "$cmd\n"
54 set cmdret [catch "exec $cmd" comp_output]
67 set cmd "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.h168 char **(*completer) (struct cmd_list_element *cmd,
245 extern void set_cmd_cfunc (struct cmd_list_element *cmd,
248 extern void set_cmd_sfunc (struct cmd_list_element *cmd,
252 extern void set_cmd_completer (struct cmd_list_element *cmd,
257 around in cmd objects to test the value of the commands sfunc(). */
258 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
262 extern void set_cmd_context (struct cmd_list_element *cmd, void *context);
263 extern void *get_cmd_context (struct cmd_list_element *cmd);
284 struct cmd_list_element **cmd);
/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A Daoutm68k_mod.c59 compat_aoutm68k_modcmd(modcmd_t cmd, void *arg) argument
62 switch (cmd) {

Completed in 281 milliseconds

<<11121314151617181920>>