Home
last modified time | relevance | path

Searched refs:noptions (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c127 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 Dbge_ndd.c128 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 Dwait4.c78 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 Dsyseventadm.c314 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 Dwaitpid.c123 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 Dutil_ctxsetup.c40 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 Dqlge_dbg.c906 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 Dunm_gem.c298 uint_t noptions; in unm_pci_cfg_init() local
318 dip, 0, "reg", &reg_options, &noptions); in unm_pci_cfg_init()
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dmsg.source568 …"You have specified a remote printer\nand supplied one or more of the following\noptions: A,a,e,F,…