Home
last modified time | relevance | path

Searched refs:cmd (Results 51 – 75 of 3727) sorted by last modified time

12345678910>>...150

/illumos-gate/usr/src/cmd/ps/
H A Dps.c2407 namencnt(char *cmd, int csisize, int scrsize) in namencnt() argument
2414 while (*cmd != '\0') { in namencnt()
2417 if ((ncsisz = mbtowc(&wchar, cmd, len)) < 0) in namencnt()
2425 cmd += ncsisz; in namencnt()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c464 char *cmd = "/usr/sbin/svcadm disable -st " SMF_SVC_INSTANCE; in main() local
476 if ((p = popen(cmd, "w")) == NULL || pclose(p) != 0) in main()
486 char *cmd = "/usr/sbin/svcadm enable -s " \ in main() local
488 if ((p = popen(cmd, "w")) == NULL || pclose(p) != 0) in main()
/illumos-gate/usr/src/cmd/nvmeadm/
H A DMakefile27 include ../Makefile.cmd
28 include ../Makefile.cmd.64
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c81 mdb_shell_exec(char *cmd) in mdb_shell_exec() argument
95 "-c", cmd, NULL); in mdb_shell_exec()
106 strfree(cmd); in mdb_shell_exec()
161 mdb_shell_pipe(char *cmd) in mdb_shell_pipe() argument
193 "-c", cmd, NULL); in mdb_shell_pipe()
200 strfree(cmd); in mdb_shell_pipe()
H A Dmdb_proc.c536 long cmd = 0; in pt_pre_detach() local
547 cmd = PCCFAULT; in pt_pre_detach()
549 cmd = PCCSIG; in pt_pre_detach()
551 if (cmd != 0) in pt_pre_detach()
552 (void) write(Pctlfd(t->t_pshandle), &cmd, sizeof (cmd)); in pt_pre_detach()
H A Dmdb_modapi.c890 mdb_cmd_t cmd; in call_idcmd() local
893 bzero(&cmd, sizeof (cmd)); in call_idcmd()
894 cmd.c_dcmd = idcp; in call_idcmd()
895 cmd.c_argv = *argv; in call_idcmd()
898 mdb.m_frame->f_cp = &cmd; in call_idcmd()
900 ret = mdb_call_idcmd(cmd.c_dcmd, addr, count, flags, in call_idcmd()
901 &cmd.c_argv, NULL, NULL); in call_idcmd()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c141 #define fioctl(p, sptr, cmd) ioctl(fileno(p), sptr, cmd) argument
1011 struct CMD_LINE cmd; in remv() local
1230 struct CMD_LINE cmd; in spawn_processes() local
1285 spawn(pp, &cmd); in spawn_processes()
1319 spawn(pp, &cmd); in spawn_processes()
1322 spawn(pp, &cmd); in spawn_processes()
1386 &cmd->c_id[0], &cmd->c_command[EXEC]); in spawn()
1728 cmd->c_action = in getcmd()
2011 struct CMD_LINE cmd; in boot_init() local
2053 cmd.c_id); in boot_init()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c124 if (strcmp(my_comv[i].cmd, argv[0]) != 0) in run_command()
273 word_end, my_comv[i].cmd, "", " "); in CPL_MATCH_FN()
287 if (strncmp(prefix, my_comv[i].cmd, prefix_l) == 0) in CPL_MATCH_FN()
290 word_end, my_comv[i].cmd + prefix_l, in CPL_MATCH_FN()
303 if (0 == strcmp(my_comv[i].cmd, my_argv[0])) { in CPL_MATCH_FN()
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c89 typedef struct cmd { struct
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c279 typedef struct cmd { struct
6226 do_display_wifi(int argc, char **argv, int cmd, const char *use) in do_display_wifi() argument
6235 if (cmd == WIFI_CMD_SCAN) in do_display_wifi()
6237 else if (cmd == WIFI_CMD_SHOW) in do_display_wifi()
6274 if (parse_wifi_fields(fields_str, &state.ws_ofmt, cmd, in do_display_wifi()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c8567 uint8_t cmd; in devname_lookup_handler() local
8585 cmd = args->devfsadm_cmd; in devname_lookup_handler()
8587 vprint(DEVNAME_MID, "devname_lookup_handler: cmd %d\n", cmd); in devname_lookup_handler()
8588 switch (cmd) { in devname_lookup_handler()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c570 char *cmd = CONSADMD; in setfallback() local
584 argv[0] = cmd; in setfallback()
594 (void) execv(cmd, argv); in setfallback()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c499 if (cmd == NULL) { in alloc_cmd()
503 cmd->cmd_argc = 0; in alloc_cmd()
506 return (cmd); in alloc_cmd()
516 free(cmd); in free_cmd()
1073 switch (cmd) { in check_scope()
1084 switch (cmd) { in check_scope()
1095 switch (cmd) { in check_scope()
1108 switch (cmd) { in check_scope()
3088 (cmd->cmd_argc >= 1 && cmd->cmd_res1_type != -1)) { in list_func()
3126 if (cmd->cmd_res1_type == -1 || cmd->cmd_argc == 2) { in list_func()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2472 dreq->cmd = cmd; in do_getvar()
2511 preq->cmd = cmd; in do_setdel_pin()
2589 dreq->cmd = cmd; in do_setvar()
2629 sreq.cmd = cmd; in do_getstats()
2648 dreq.cmd = cmd; in do_getdefs()
2708 dreq->cmd = cmd; in do_dump()
2782 getp->cmd = cmd; in do_getdel_doorcall()
3018 new.cmd = cmd; in do_new()
3138 new.cmd = cmd; in do_new()
3168 flush.cmd = cmd; in do_flush()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c77 typedef struct cmd { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1971 usage(char *cmd) in usage() argument
1974 "usage: %s [ -adt ] [-f <config file>]\n", cmd); in usage()
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c178 cmd_info.cmd = ES_SIGN; in main()
184 cmd_info.cmd = ES_VERIFY; in main()
189 cmd_info.cmd = ES_REQUEST; in main()
194 cmd_info.cmd = ES_LIST; in main()
290 cmd_info.cmd != ES_SIGN && cmd_info.cmd != ES_VERIFY) { in main()
296 switch (cmd_info.cmd) { in main()
335 switch (cmd_info.cmd) { in main()
415 if (cmd_info.cmd == ES_SIGN) { in getelfobj()
417 } else if (cmd_info.cmd == ES_VERIFY) { in getelfobj()
447 if (cmd_info.cmd == ES_SIGN) { in setcertpath()
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c201 struct CommandInfo *cmd; in main() local
220 cmd = &encrypt_cmd; in main()
222 cmd = &decrypt_cmd; in main()
229 optstr = cmd->options; in main()
273 usage(cmd); in main()
284 usage(struct CommandInfo *cmd) in usage() argument
287 if (cmd->type == CKA_ENCRYPT) { in usage()
658 if (cmd->type == CKA_ENCRYPT) { in execute_cmd()
737 if (cmd->type == CKA_DECRYPT) { in execute_cmd()
850 template[nattr].type = cmd->type; in execute_cmd()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c362 comc_ioctl(struct console *cp __unused, int cmd __unused, void *data __unused) in comc_ioctl()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c939 efipart_ioctl(struct open_file *f, unsigned long cmd, void *data) in efipart_ioctl() argument
954 rc = disk_ioctl(dev, cmd, data); in efipart_ioctl()
959 switch (cmd) { in efipart_ioctl()
H A Defi_console.c110 static int efi_cons_ioctl(struct console *cp, int cmd, void *data);
410 efi_cons_ioctl(struct console *cp, int cmd, void *data) in efi_cons_ioctl() argument
415 switch (cmd) { in efi_cons_ioctl()
/illumos-gate/usr/src/
H A DMakefile.master255 SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
256 SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
257 SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
258 $(SRC)/cmd/svc/svccfg/svccfg-native validate $<
/illumos-gate/exception_lists/
H A Dcstyle1 usr/src/cmd/acpi/acpidump/acpidump.h
2 usr/src/cmd/acpi/acpidump/apdump.c
3 usr/src/cmd/acpi/acpidump/apfiles.c
4 usr/src/cmd/acpi/acpidump/apmain.c
12 usr/src/cmd/acpi/common/getopt.c
21 usr/src/cmd/cxgbetool/*
86 usr/src/cmd/mandoc
92 usr/src/cmd/vi/
1183 usr/src/cmd/bhyve/ahci.h
1234 usr/src/cmd/bhyve/pm.c
[all …]
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
5 usr/src/cmd/cxgbetool/*
23 usr/src/cmd/krb5/slave/kprop.h
25 usr/src/cmd/mandoc
387 usr/src/cmd/bhyve/acpi.h
389 usr/src/cmd/bhyve/ahci.h
392 usr/src/cmd/bhyve/basl.h
405 usr/src/cmd/bhyve/mem.h
415 usr/src/cmd/bhyve/rtc.h
[all …]
H A Dwscheck18 usr/src/cmd/cxgbetool/*
45 usr/src/cmd/bhyve/acpi.[ch]
47 usr/src/cmd/bhyve/ahci.h
50 usr/src/cmd/bhyve/basl.[ch]
60 usr/src/cmd/bhyve/e820.[ch]
62 usr/src/cmd/bhyve/gdb.[ch]
68 usr/src/cmd/bhyve/mem.[ch]
93 usr/src/cmd/bhyve/pm.c
94 usr/src/cmd/bhyve/pmtmr.c
95 usr/src/cmd/bhyve/post.c
[all …]

12345678910>>...150