Searched defs:noptions (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c78 int noptions; local
97 noptions = options | WEXITED | WTRAPPED;
110 error = waitid(idtype, pid, &info, noptions);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c123 int noptions; local
142 noptions = options | WEXITED | WTRAPPED;
156 error = waitid(idtype, pid, &info, noptions);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_ndd.c128 uint_t noptions; local
143 &options, &noptions) == DDI_PROP_SUCCESS) {
153 for (; noptions > 0; noptions--) {
154 prop = options[noptions-1];
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c127 int noptions, ret; local
140 noptions = (N_WEXITED|N_WTRAPPED);
142 noptions |= N_WNOHANG;
144 noptions |= N_WUNTRACED; /* == N_WSTOPPED */
146 ret = _waitpid(pid, &nstatus, noptions);
175 int noptions; local
194 noptions = N_WEXITED | N_WTRAPPED;
196 noptions |= N_WNOHANG;
198 noptions |= N_WUNTRACED; /* == N_WSTOPPED */
211 error = _waitid(idtype, pid, &info, noptions);
[all...]
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c314 int noptions = 0; local
326 noptions++;
328 noptions++;
330 noptions++;
332 if (noptions == 0 || (arg_subclass && arg_class == NULL)) {
449 int noptions = 0; local
451 noptions++;
453 noptions++;
455 noptions++;
457 noptions
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c298 uint_t noptions; local
318 dip, 0, "reg", &reg_options, &noptions);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c906 unsigned int noptions; local
911 "assigned-addresses", &options, &noptions) == DDI_PROP_SUCCESS) {
913 __func__, qlge->instance, noptions));
915 if (noptions != 0) {

Completed in 1234 milliseconds