Searched refs:noptions (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 127 int noptions, ret; in waitpid() local 140 noptions = (N_WEXITED|N_WTRAPPED); in waitpid() 142 noptions |= N_WNOHANG; in waitpid() 144 noptions |= N_WUNTRACED; /* == N_WSTOPPED */ in waitpid() 146 ret = _waitpid(pid, &nstatus, noptions); in waitpid() 175 int noptions; in wait4() local 194 noptions = N_WEXITED | N_WTRAPPED; in wait4() 196 noptions |= N_WNOHANG; in wait4() 198 noptions |= N_WUNTRACED; /* == N_WSTOPPED */ in wait4() 211 error = _waitid(idtype, pid, &info, noptions); in wait4()
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_ndd.c | 128 uint_t noptions; in bge_nd_init() local 143 &options, &noptions) == DDI_PROP_SUCCESS) { in bge_nd_init() 153 for (; noptions > 0; noptions--) { in bge_nd_init() 154 prop = options[noptions-1]; in bge_nd_init()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 78 int noptions; in wait4() local 97 noptions = options | WEXITED | WTRAPPED; in wait4() 110 error = waitid(idtype, pid, &info, noptions); in wait4()
|
/titanic_41/usr/src/cmd/syseventadm/ |
H A D | syseventadm.c | 314 int noptions = 0; in add_cmd() local 326 noptions++; in add_cmd() 328 noptions++; in add_cmd() 330 noptions++; in add_cmd() 332 if (noptions == 0 || (arg_subclass && arg_class == NULL)) { in add_cmd() 449 int noptions = 0; in list_remove_cmd() local 451 noptions++; in list_remove_cmd() 453 noptions++; in list_remove_cmd() 455 noptions++; in list_remove_cmd() 457 noptions++; in list_remove_cmd() [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 123 int noptions; in wait4() local 142 noptions = options | WEXITED | WTRAPPED; in wait4() 156 error = waitid(idtype, pid, &info, noptions); in wait4()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_ctxsetup.c | 40 noptions, options, kmsg, mic) in kg2_parse_token() argument 47 int noptions; 107 for (i=0; i<noptions; i++) {
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 906 unsigned int noptions; in ql_get_pci_bus_info() local 911 "assigned-addresses", &options, &noptions) == DDI_PROP_SUCCESS) { in ql_get_pci_bus_info() 913 __func__, qlge->instance, noptions)); in ql_get_pci_bus_info() 915 if (noptions != 0) { in ql_get_pci_bus_info()
|
/titanic_41/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 298 uint_t noptions; in unm_pci_cfg_init() local 318 dip, 0, "reg", ®_options, &noptions); in unm_pci_cfg_init()
|
/titanic_41/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 568 …"You have specified a remote printer\nand supplied one or more of the following\noptions: A,a,e,F,…
|