/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 476 } argument; local 509 (void) memset((char *)&argument, 0, sizeof (argument)); 510 if (!svc_getargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) { 516 result = (*local)(&argument, rqstp, transp); 518 result = (*local)(&argument, rqstp); 522 if (!svc_freeargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) { 537 } argument; local 566 (void) memset((char *)&argument, 0, sizeof (argument)); 567 if (!svc_getargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) { 572 result = (*local)(&argument, rqstp); [all …]
|
H A D | ypxfrd_svc.c | 114 } argument; in ypxfrd_1() local 140 (void) memset((char *)&argument, 0, sizeof (argument)); in ypxfrd_1() 141 if (!svc_getargs(transp, _xdr_argument, (caddr_t)&argument)) { in ypxfrd_1() 147 result = (*local)((char *)&argument, rqstp); in ypxfrd_1() 152 if (!svc_freeargs(transp, _xdr_argument, (caddr_t)&argument)) { in ypxfrd_1()
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc.c | 73 } argument; in rpcb_service_3() local 183 (void) memset((char *)&argument, 0, sizeof (argument)); in rpcb_service_3() 184 if (!svc_getargs(transp, xdr_argument, (char *)&argument)) { in rpcb_service_3() 190 retval = (*local)(&argument, &result, rqstp, RPCBVERS); in rpcb_service_3() 200 if (!svc_freeargs(transp, xdr_argument, (char *)&argument)) { in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 67 } argument; in rpcb_service_4() local 190 (void) memset((char *)&argument, 0, sizeof (argument)); in rpcb_service_4() 191 if (!svc_getargs(transp, xdr_argument, (char *)&argument)) { in rpcb_service_4() 197 retval = (*local)(&argument, &result, rqstp, RPCBVERS4); in rpcb_service_4() 207 if (!svc_freeargs(transp, xdr_argument, (char *)&argument)) { in rpcb_service_4()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 87 Interpret the sec argument as a section index rather than\n\ 92 Interpret the sec argument as a section type rather than\n\ 96 # Command argument description strings 156 By default, this argument is interpreted as the name\n\ 212 If ehdr:e_ident is called without any argument, all values\n\ 214 argument, the selected element of e_ident is shown. If also\n\ 215 called with the value argument, the selected e_ident element\n\ 223 If ehdr:e_type is called without an argument, the value of\n\ 224 e_type is shown. If called with the value argument, the\n\ 237 If ehdr:e_machine is called without an argument, the value of\n\ [all …]
|
H A D | shdr.msg | 78 Interpret the sec argument as a section index rather than\n\ 83 Interpret the sec argument as a section type rather than\n\ 88 Interpret the name argument as a string table offset rather\n\ 92 Interpret the value argument as a section name rather than\n\ 97 Interpret the value argument as a section type rather than\n\ 103 # Command argument descriptions 106 Section to examine or modify. By default, this argument is\n\ 174 argument, the section header at that index is displayed.\n" 187 shown. If called with the shndx argument, the value of the\n\ 206 is shown. If called with the shndx argument, the value of the\n\ [all …]
|
H A D | sym.msg | 35 # Command argument strings 122 Interpret the sec argument as a section index rather than\n\ 126 Interpret the sec argument as a section type rather than\n\ 130 Interpret the name argument as a string table offset rather\n\ 134 The sym argument supplies a numeric index into the symbol\n\ 139 # Command argument descriptions 165 argument is interpreted as the name of the desired section.\n\ 205 argument, the information forthe symbol at that index is\n\ 219 called with the symndx argument, the value of the symbol at that\n\ 235 symndx argument, the value of the symbol at that index is displayed.\n\ [all …]
|
H A D | syminfo.msg | 69 The value argument is a string giving the name of an ELF\n\ 77 The sym argument supplies a numeric index into the syminfo\n\ 81 # Command argument descriptions 109 the sym argument, the information for that symbol is\n\ 122 called with the sym argument, the si_boundto information for\n\ 124 argument supplies a new value for si_boundto.\n\ 143 If called with the sym argument, the si_flags information\n\
|
H A D | phdr.msg | 91 Interpret the element argument as a program header index\n\ 94 # Command argument description strings 161 If phdr:dump is called without an argument, information for\n\ 163 argument, the information for the program header symbol at\n\ 173 shown. If called with the element argument, the value of the\n\ 187 is shown. If called with the element argument, the value\n\ 201 is shown. If called with the element argument, the value\n\ 219 is shown. If called with the element argument, the value\n\ 233 is shown. If called with the element argument, the value\n\ 247 is shown. If called with the element argument, the value\n\ [all …]
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 172 } argument; in bootparamprog_1() local 201 (void) memset((char *)&argument, 0, sizeof (argument)); in bootparamprog_1() 202 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in bootparamprog_1() 207 result = (*local)(&argument, rqstp); in bootparamprog_1() 211 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in bootparamprog_1()
|
/illumos-gate/usr/src/cmd/krb5/kadmin/server/ |
H A D | kadm_rpc_svc.c | 92 } argument; local 246 memset((char *)&argument, 0, sizeof(argument)); 247 if (!svc_getargs(transp, xdr_argument, (char *) &argument)) { 251 result = (*local)(&argument, rqstp); 258 if (!svc_freeargs(transp, xdr_argument, (char *) &argument)) {
|
H A D | ipropd_svc.c | 421 } argument; in krb5_iprop_prog_1() local 452 (void) memset((char *)&argument, 0, sizeof (argument)); in krb5_iprop_prog_1() 453 if (!svc_getargs(transp, _xdr_argument, (caddr_t)&argument)) { in krb5_iprop_prog_1() 460 result = (*local)(&argument, rqstp); in krb5_iprop_prog_1() 469 if (!svc_freeargs(transp, _xdr_argument, (caddr_t)&argument)) { in krb5_iprop_prog_1()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 101 union sigval argument = stdp->std_arg; in notify_thread() local 104 function(argument); in notify_thread() 124 void (*function)(union sigval), union sigval argument) in sigev_add_work() argument 134 stdp->std_arg = argument; in sigev_add_work() 234 union sigval argument; in mqueue_spawner() local 256 argument.sival_ptr = tcdp->tcd_msg_userval; in mqueue_spawner() 257 ret = sigev_add_work(tcdp, function, argument); in mqueue_spawner() 276 union sigval argument; in aio_spawner() local 306 argument.sival_ptr = port_event.portev_user; in aio_spawner() 347 error = sigev_add_work(tcdp, function, argument); in aio_spawner() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_expects_err_ptr.c | 23 STATE(argument); 41 set_state(my_id, arg->ident->name, arg, &argument); in match_function_def() 58 if (!state || state != &argument) in get_arg_num()
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 44 token=arg:argument 346 # argument,2,0x0,setclass:ec_event 347 # argument,3,0x0,setclass:ec_class 363 # argument,2,0x0,setkmask:as_success 364 # argument,2,0x0,setkmask:as_failure 369 # argument,2,0x0,setkmask:as_success 370 # argument,2,0x0,setkmask:as_failure 381 # argument,3,0x400,setsmask:as_success 382 # argument,3,0x400,setsmask:as_failure 387 # argument,3,0x400,setsmask:as_success [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 22 # Check for third argument to indicate how to deal with non-existant 29 # Check for fourth argument to indicate how to deal with +detail info 34 # Check for sixth argument to indicate how to deal with tempfails
|
H A D | nouucp.m4 | 20 `errprint(`*** ERROR: missing argument for FEATURE(nouucp): 25 `errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(nouucp)
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 126 .word 0x3f800000,0x0 !1.0/128.0 dummy "safe" argument 229 /*10 */ sethi %hi(0x7fff0000),%o7 !mask for rounding argument 255 /*16 */ fdivd %f20,%f10,%f34 !f = (f - z)/(1.0 + f*z), reduced argument 270 /*23*/ for %f36,%f42,%f36 !sign(ans1) = sign of argument 319 sethi %hi(0x7fff0000),%o7 !mask for rounding argument 341 /*40*/ fdivd %f20,%f10,%f36 !f = (f - z)/(1.0 + f*z), reduced argument 353 for %f38,%f44,%f38 !sign(ans2) = sign of argument 398 sethi %hi(0x7fff0000),%o7 !mask for rounding argument 421 /*61*/ fdivd %f20,%f10,%f38 !f = (f - z)/(1.0 + f*z), reduced argument 451 /*77*/ for %f34,%f40,%f34 !sign(ans0) = sign of argument [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | builtins.mm | 118 except that it takes a third argument of type \f5Shbltin_t*\fP which can 137 first argument will be 0 when the library is loaded and the second 138 argument will be of type \f5Shbltin_t*\fP. 154 which requires one argument and prints the word hello followed 155 by its argument. First, write the following program in the file 343 The first argument to 346 The second argument to \f5errormsg()\fP contains that error type 347 and value. The third argument is a \fIprintf\fP style format 352 The second argument should be one of the following: 388 where \f5argv\fP is the argument list and \f5optstring\fP [all …]
|
/illumos-gate/usr/src/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 72 testl $OPT_SET(RBX_MUTE), 4(%esp) # Check first argument 94 leal 0x4(%esp),%ebx # First argument 96 start.1: movl (%ebx),%eax # Get argument and
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_cmd.c | 263 sda_cmd_alloc(sda_slot_t *slot, sda_index_t index, uint32_t argument, in sda_cmd_alloc() argument 274 c->c_argument = argument; in sda_cmd_alloc() 296 sda_cmd_alloc_acmd(sda_slot_t *slot, sda_index_t index, uint32_t argument, in sda_cmd_alloc_acmd() argument 310 c->c_aarg = argument; in sda_cmd_alloc_acmd()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 204 } argument; in sm_prog_1() local 287 (void) memset(&argument, 0, sizeof (argument)); in sm_prog_1() 288 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in sm_prog_1() 294 (*local)(&argument, &result); in sm_prog_1() 299 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in sm_prog_1()
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.help | 2 Most commands optionally preceded by integer argument k. Defaults in brackets. 3 Star (*) indicates argument becomes new default.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | quoting2.sh | 123 then err_exit '${x+"foo $x bam"} does not yield one argument' 127 then err_exit '"${x+foo $x bam}" does not yield one argument'
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 220 Returns the home lgroup for the given process or thread. The B<$idtype> argument 221 should be C<P_PID> to specify a process and the B<$id> argument should be its 222 process id. Otherwise, the B<$idtype> argument should be C<P_LWPID> to specify a 223 thread and the B<$id> argument should be its LWP id. The value C<P_MYID> can be 224 used for the id argument to specify the current process or thread. 246 argument should be set to one of the following values to specify whether the 318 argument should be set to one of the following values: 332 The B<$content> argument should be set to one of the following values to specify 358 The function takes an interface version number, B$version>, as an argument and 359 returns an lgroup interface version. The B<$version> argument should be the [all …]
|