Home
last modified time | relevance | path

Searched refs:command (Results 26 – 50 of 526) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c52 static char *command; variable
84 command, command, command); in usage()
97 if ((command = strrchr(argv[0], '/')) != NULL) in main()
98 command++; in main()
100 command = argv[0]; in main()
177 command, arg, Pgrab_error(gret)); in main()
194 command, (int)pid); in main()
210 command, Pgrab_error(gret), (int)pid); in main()
482 command, Pstatus(Pr)->pr_pid, strerror(errno)); in set_one_limit()
504 " %d: %s\n", command, Pstatus(Pr)->pr_pid, in set_one_limit()
[all …]
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c47 static char *command; variable
71 if ((command = strrchr(argv[0], '/')) != NULL) in main()
72 command++; in main()
74 command = argv[0]; in main()
175 command, arg, Pgrab_error(gcode)); in look()
250 command, command, command); in usage()
280 command, grnam); in str2gid()
304 command, login); in initcred()
322 command, user); in initcred()
342 command); in initcred()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c281 struct dmae_cmd* command, in lm_dmae_command_set_block() argument
289 command->src_addr_hi = U64_HI(source_offset); in lm_dmae_command_set_block()
290 command->src_addr_lo = U64_LO(source_offset); in lm_dmae_command_set_block()
292 command->dst_addr_hi = U64_HI(dest_offset); in lm_dmae_command_set_block()
293 command->dst_addr_lo = U64_LO(dest_offset); in lm_dmae_command_set_block()
295 command->len = length; in lm_dmae_command_set_block()
318 struct dmae_cmd* command, in lm_dmae_initialize_command_by_block() argument
322command->opcode = lm_dmae_opcode(pdev, block->source, block->dest, TRUE, FALSE, context->change_en… in lm_dmae_initialize_command_by_block()
324 lm_dmae_command_set_block(pdev, command, block->source, block->dest, block->length); in lm_dmae_initialize_command_by_block()
326 command->comp_addr_hi = context->completion_word_paddr.as_u32.high; in lm_dmae_initialize_command_by_block()
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dcksaved.c50 char command[512]; local
94 (void) snprintf(command, sizeof (command),
125 (void) snprintf(command, sizeof (command),
135 systm(command);
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c252 rep->r1.command = BCOM; in fcomp()
274 rep->r1.command = EQCOM; in fcomp()
308 rep->r1.command = ACOM; in fcomp()
319 rep->r1.command = CCOM; in fcomp()
328 rep->r1.command = ICOM; in fcomp()
340 rep->r1.command = GCOM; in fcomp()
344 rep->r1.command = CGCOM; in fcomp()
348 rep->r1.command = HCOM; in fcomp()
352 rep->r1.command = CHCOM; in fcomp()
356 rep->r1.command = TCOM; in fcomp()
[all …]
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c66 static char *command; variable
106 command); in usage()
112 " %s [ -p pattern ] [ -P content ] [ pid ... ]\n"), command); in usage()
120 "exercise the -[GIgied] options\n"), command); in perm()
130 command, arg); in parse_content()
153 if ((command = strrchr(argv[0], '/')) != NULL) in main()
154 command++; in main()
156 command = argv[0]; in main()
231 gettext("%s: the -u option must stand alone\n"), command); in main()
238 command); in main()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc64 static void print_rule(Cmd_line command);
571 enter_dependencies(Name target, Chain target_group, Name_vector depes, Cmd_line command, Separator … in enter_dependencies() argument
747 if (command != NULL) { in enter_dependencies()
754 command; in enter_dependencies()
757 line->body.line.command_template = command; in enter_dependencies()
762 line->body.line.command_template = command; in enter_dependencies()
770 for (Cmd_line next, cmd = command; cmd != NULL; cmd = next) { in enter_dependencies()
783 if (command != NULL) { in enter_dependencies()
789 line->body.line.command_used = command; in enter_dependencies()
852 print_rule(command); in enter_dependencies()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1221 nvme_opc_delete_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_delete_io_sq() argument
1224 uint16_t qid = command->cdw10 & 0xffff; in nvme_opc_delete_io_sq()
1243 nvme_opc_create_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_create_io_sq() argument
1246 if (command->cdw11 & NVME_CMD_CDW11_PC) { in nvme_opc_create_io_sq()
1247 uint16_t qid = command->cdw10 & 0xffff; in nvme_opc_create_io_sq()
1261 nsq->size = ONE_BASED((command->cdw10 >> 16) & 0xffff); in nvme_opc_create_io_sq()
1276 nsq->cqid = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_sq()
1291 nsq->qpriority = (command->cdw11 >> 1) & 0x03; in nvme_opc_create_io_sq()
1293 nsq->qbase = vm_map_gpa(sc->nsc_pi->pi_vmctx, command->prp1, in nvme_opc_create_io_sq()
1317 nvme_opc_delete_io_cq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_delete_io_cq() argument
[all …]
/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c43 static char *command; variable
60 if ((command = strrchr(argv[0], '/')) != NULL) in main()
61 command++; in main()
63 command = argv[0]; in main()
75 (void) fprintf(stderr, "usage:\t%s [-v] pid ...\n", command); in main()
91 command); in main()
136 command, arg); in main()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst19 ``check-command:`` *command arg ...*
23 of the library. check-command allows you to give a custom command to
48 The expected exit value of check-command. It defaults to 0.
52 The maximum expected duration of check-command, in seconds.
57 The expected output (stdout and stderr) of check-command lies between
62 Don't check the expected output (stdout or stderr) of check-command
107 The test-suite comes with a format command to make a test easier to write::
114 `cmd:` check-command value
117 The output of the test-suite format command can be redirected into the
126 * check-command: sparse $file
[all …]
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c54 static char *command; variable
74 command, pidstr, Pgrab_error(gret)); in ptime_pid()
95 if ((command = strrchr(argv[0], '/')) != NULL) in main()
96 command++; in main()
98 command = argv[0]; in main()
124 command); in main()
140 command); in main()
153 command, argv[0], Pcreate_error(gret)); in main()
158 "%s\n", command, argv[0], strerror(errno)); in main()
182 "abnormally by %s\n", command, in main()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c12 OUT u8_t *command, in lm_sc_post_init_request() argument
18 *command = ISCSI_RAMROD_CMD_ID_INIT; in lm_sc_post_init_request()
30 OUT u8_t *command, in lm_sc_post_update_request() argument
38 *command = ISCSI_RAMROD_CMD_ID_UPDATE_CONN; in lm_sc_post_update_request()
63 u8_t command = 0; in lm_sc_post_slow_path_request() local
72 lm_status = lm_sc_post_init_request(pdev, iscsi, request, &command, &data); in lm_sc_post_slow_path_request()
76 lm_status = lm_sc_post_update_request(pdev, iscsi, request, &command, &data); in lm_sc_post_slow_path_request()
89 iscsi->cid, command, ISCSI_CONNECTION_TYPE, data); in lm_sc_post_slow_path_request()
90 …lm_command_post(pdev, iscsi->cid, command, CMD_PRIORITY_NORMAL, ISCSI_CONNECTION_TYPE/*ulp*/, data… in lm_sc_post_slow_path_request()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt52 command | * sendcdb * * rd-intr-reason
65 idle | command command command command command
66 command | * cdb * * *
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.texi28 command from a
114 * Interface:: The menu and the command-line
120 * Invoking grub-terminfo:: How to generate a terminfo command
167 When booting with GRUB, you can use either a command-line interface
169 interface}). Using the command-line interface, you type the drive
174 command-line mode, and vice-versa. You can even edit menu entries
183 @command{grub} (@pxref{Invoking the grub shell}) which can be run when
262 command-line. An example configuration file is provided in
270 @item Have a flexible command-line interface
271 A fairly flexible command-line interface, accessible from the menu,
[all …]
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A Dprom_misc.c46 char *command; in prom_create_encoded_prop() local
56 command = encode_bytes_command; in prom_create_encoded_prop()
59 command = encode_string_command; in prom_create_encoded_prop()
62 prom_interpret(command, (uint_t)cn, prop_datalen, in prom_create_encoded_prop()
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c58 static char *command; variable
81 if ((command = strrchr(argv[0], '/')) != NULL) in main()
82 command++; in main()
84 command = argv[0]; in main()
151 (void) fprintf(stderr, "%s: %s: %s\n", command, argv[0], in main()
181 command, arg, Pgrab_error(gcode)); in look()
186 perr(command); in look()
202 command, arg, (long)sz); in look()
211 perr(command); in look()
299 (void) fprintf(stderr, "%s: %s: %s\n", command, s, strerror(errno)); in fatal()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprog.c47 prog(const char* command, char* path, size_t size) in prog() argument
103 if (command) in prog()
105 s = (char*)command; in prog()
117 pathprog(const char* command, char* path, size_t size) in pathprog() argument
122 if ((n = prog(command, path, size)) > 0 && n < size && *path != '/' && (rel = strdup(path))) in pathprog()
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c45 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) in ok() argument
52 strncmp(command, argv[j], fldsiz(acct, ac_comm))) in ok()
61 char *command = NULL; in disp_group() local
85 command = curr_obj.eo_item.ei_string; in disp_group()
123 if (command == NULL) { in disp_group()
143 if (argc > index && !ok(argc, argv, index, uid, tty, command)) in disp_group()
151 fldsiz(acct, ac_comm), fldsiz(acct, ac_comm), command, in disp_group()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DProcessCheck.py36 def processcheck(command, args, inpt, output): argument
49 tmpfile = tempfile.TemporaryFile(prefix=command, mode="w+")
55 p = subprocess.Popen([command] + args,
59 output.write("Could not execute %s: %s\n" % (command, e))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpopen.c134 Sfio_t* sfpopen(Sfio_t* f, const char* command, const char* mode) in sfpopen() argument
136 Sfio_t* sfpopen(f,command,mode) in sfpopen()
138 char* command; /* command to execute */
149 if (!command || !command[0] || !mode)
167 av[2] = (char*)command;
197 if(!command || !command[0] || !mode)
281 execute(command);
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib49 # Execute and print command with status where success equals non-zero result
51 # $@ - command to execute
53 # return 0 if command fails, otherwise return 1
63 # $@ - command to execute
73 # $@ - command to execute
81 # Execute a positive test but retry the command on failure if the output
87 # $3-$@ - command to execute
147 # retried up to 5 times when the command returns the keyword "busy".
149 # $@ - command to execute
160 # $2-$@ - command to execute
[all …]
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX45 flag to an s command as it takes an additional argument. This
49 flag to an s command. This is not specified in POSIX. This
53 characters to follow the w command. This is not specified in
57 5. The rule for the l command differs from historic practice. Table
64 command the command must not contain an address specification
65 whereas the command list can contain address specifications. The
84 Note, the ; command separator is not allowed for the commands
86 command. This implementation follows historic practice and
90 during the execution of the 'n' command, i.e.:
104 command in the case of an address range whose first line number
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c296 if (smb_mbc_decodef(&sr->command, SMB_HEADER_ED_FMT, in smb1_newrq_negotiate()
321 if (smb_mbc_decodef(&sr->command, "b", &sr->smb_wct) != 0) in smb1_newrq_negotiate()
323 (void) MBC_SHADOW_CHAIN(&sr->smb_vwv, &sr->command, in smb1_newrq_negotiate()
324 sr->command.chain_offset, sr->smb_wct * 2); in smb1_newrq_negotiate()
326 if (smb_mbc_decodef(&sr->command, "#.w", sr->smb_wct*2, &sr->smb_bcc)) in smb1_newrq_negotiate()
328 (void) MBC_SHADOW_CHAIN(&sr->smb_data, &sr->command, in smb1_newrq_negotiate()
329 sr->command.chain_offset, sr->smb_bcc); in smb1_newrq_negotiate()
331 sr->command.chain_offset += sr->smb_bcc; in smb1_newrq_negotiate()
332 if (sr->command.chain_offset > sr->command.max_bytes) in smb1_newrq_negotiate()
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dcmdexec.c130 char command[256]; in docmd() local
136 (void) sprintf(command, "%s -f %s <%s >%s", cmd, input, file, tempout); in docmd()
137 if (system(command)) in docmd()
140 (void) sprintf(command, "cp %s %s", tempout, file); in docmd()
141 if (system(command)) in docmd()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c630 command_t *command; in automountd_do_exec_map() local
635 command = (command_t *)argp; in automountd_do_exec_map()
637 if (sizeof (*command) != arg_size) { in automountd_do_exec_map()
643 rc = read_execout(command->key, &lp, command->file, line, LINESZ); in automountd_do_exec_map()
656 command->file, strerror(errno)); in automountd_do_exec_map()
663 command_t command; in call_read_execout() local
667 bzero(&command, sizeof (command)); in call_read_execout()
668 (void) strlcpy(command.file, fname, MAXPATHLEN); in call_read_execout()
669 (void) strlcpy(command.key, key, MAXOPTSLEN); in call_read_execout()
673 darg.data_ptr = (char *)&command; in call_read_execout()
[all …]

12345678910>>...22