Home
last modified time | relevance | path

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

12345678910>>...22

/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS58 * The command "color" is effective even in the command-line.
98 command "dump" is added.
134 * New command, "md5crypt".
146 * New command, "ifconfig".
151 command "kernel".
164 with this command.
198 behavior of this command changed slightly, that is, this command now
332 * New command "quit".
374 * Several new command features. See the command-listing for details.
384 command is completely removed. Check command-listing for details.
[all …]
/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()
528 "for pid %d: %s\n", command, in set_one_limit()
540 " pid %d: %s\n", command, in set_one_limit()
569 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/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/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c292 command->dst_addr_hi = U64_HI(dest_offset); in lm_dmae_command_set_block()
295 command->len = length; in lm_dmae_command_set_block()
329 command->comp_val = completion_value; in lm_dmae_initialize_command_by_block()
413 --command->len; in lm_dmae_initialize_sgl_loader_command()
418 command->comp_addr_hi = 0; in lm_dmae_initialize_sgl_loader_command()
420 command->comp_val = DMAE_GO_VALUE; in lm_dmae_initialize_sgl_loader_command()
780 if ( CHK_NULL(pdev) || CHK_NULL(command)) in lm_dmae_post_command()
786 …if ERR_IF( ( ( 0 == command->dst_addr_lo ) && ( command->dst_addr_hi == command->dst_addr_lo ) ) || in lm_dmae_post_command()
787 … ( ( 0 == command->src_addr_lo ) && ( command->src_addr_hi == command->src_addr_lo ) ) ) in lm_dmae_post_command()
794 (int)command->opcode, in lm_dmae_post_command()
[all …]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c252 rep->r1.command = BCOM; 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()
348 rep->r1.command = HCOM; in fcomp()
356 rep->r1.command = TCOM; in fcomp()
360 rep->r1.command = BCOM; in fcomp()
399 rep->r1.command = NCOM; in fcomp()
407 rep->r1.command = PCOM; in fcomp()
[all …]
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c66 static char *command; variable
106 command); in usage()
130 command, arg); in parse_content()
154 command++; in main()
156 command = argv[0]; in main()
238 command); in main()
244 command); in main()
457 command, scf_strerror(scf_error())); in do_modify()
632 command); in do_update()
652 command, prop->pv_prop); in do_update()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc754 command; in enter_dependencies()
852 print_rule(command); in enter_dependencies()
1049 print_rule(command); in enter_percent()
1187 print_rule(command); in special_reader()
1380 print_rule(command); in special_reader()
1392 print_rule(command); in special_reader()
1416 get_rule = command; in special_reader()
1657 for (; command != NULL; command = command->next) { in print_rule()
1798 String_rec command; in sh_transform() local
1826 command.text.end = command.text.p; in sh_transform()
[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/cmd/bhyve/
H A Dpci_nvme.c1398 command->prp1, in nvme_opc_create_io_cq()
1422 logsize = ((command->cdw11 << 16) | (command->cdw10 >> 16)) + 1; in nvme_opc_get_log_page()
1424 logoff = ((uint64_t)(command->cdw13) << 32) | command->cdw12; in nvme_opc_get_log_page()
1508 command->cdw10 & 0xFF, command->nsid); in nvme_opc_identify()
1539 if (command->nsid != 1) { in nvme_opc_identify()
1879 (command->cdw11 != 0)) in nvme_opc_set_features()
1937 lbaf = command->cdw10 & 0xf; in nvme_opc_format_nvm()
1969 req->opc = command->opc; in nvme_opc_format_nvm()
1970 req->cid = command->cid; in nvme_opc_format_nvm()
1971 req->nsid = command->nsid; in nvme_opc_format_nvm()
[all …]
/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
114 `cmd:` check-command value
117 The output of the test-suite format command can be redirected into the
126 * check-command: sparse $file
138 You can define the check-command you want to use for the test.::
[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/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/grub/grub-0.97/docs/
H A Dgrub.texi561 command @command{find} (@pxref{find}), like this:
783 the command @command{root} (@pxref{root}).
793 Run the command @command{boot} (@pxref{boot}).
843 Run the command @command{boot} (@pxref{boot}).
892 Run the command @command{boot} (@pxref{boot}).
933 Finally, run the command @command{boot} (@pxref{boot}).
1008 command @command{map} (@pxref{map}), like this:
1728 GRUB provides the command @command{lock} (@pxref{lock}). This command
2660 you forget a command, you can run the command @command{help}
3007 the command @command{password} if you really want this command to be
[all …]
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c58 static char *command; variable
82 command++; in main()
84 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()
325 command, command); in usage()
357 command, spec); in badspec()
456 command, spec); in parsespec()
[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/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/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/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.shlib51 # $@ - command to execute
53 # return 0 if command fails, otherwise return 1
63 # $@ - command to execute
73 # $@ - command to execute
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
172 # $2-$@ - command to execute
240 # $@ command to execute
[all …]
/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/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
64 command the command must not contain an address specification
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
113 'c' command is triggered at the third line, i.e. will the text
115 encounter that command.
[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()

12345678910>>...22