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

/illumos-gate/usr/src/lib/libadm/common/
H A Dlistdgrp.c104 int noerror; /* Flag, TRUE if all's well */ local
132 noerror = TRUE;
133 for (member = dgrpent->membership; noerror && member;
139 else noerror = FALSE;
148 if (noerror) {
H A Dlistdev.c138 int noerror; /* FLAG, TRUE if :-) */ local
163 noerror = TRUE;
169 else noerror = FALSE;
171 if (noerror && devtabent->bdevice) {
175 else noerror = FALSE;
177 if (noerror && devtabent->cdevice) {
181 else noerror = FALSE;
183 if (noerror && devtabent->pathname) {
187 else noerror = FALSE;
189 if (noerror
[all...]
H A Ddevreserv.c259 int noerror; /* TRUE if no error yet */ local
268 noerror = TRUE;
271 while (noerror && !locked) {
276 if (sleep(2)) noerror = FALSE;
277 } else noerror = FALSE;
344 int noerror; /* TRUE if all is well */ local
349 noerror = TRUE;
360 noerror = FALSE;
363 if (!noerror) free(alloc);
365 } else noerror
399 int noerror; /* TRUE if all's well */ local
[all...]
H A Dgetdev.c498 int noerror; /* TRUE if all's well */ local
505 noerror = TRUE; /* No errors (yet) */
520 while (noerror && *pp) {
561 noerror = FALSE;
567 if (noerror) psrch->fcn = ENDLIST;
677 int noerror; /* Flag, TRUE if all's well */ local
681 noerror = TRUE;
693 for (pp = devices; noerror && *pp; pp++) {
706 noerror = FALSE;
710 if (noerror)
779 int noerror; /* Flag, had an error yet? */ local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c120 noerror(str, i);
124 * noerror(): like error(), but doesn't inc errcnt.
132 noerror(str, i) function
/illumos-gate/usr/src/cmd/rm/
H A Drm.c272 popdir(boolean_t noerror) argument
275 int ret = noerror ? 0 : -1;
278 if (noerror && cur->up->fd == -1) {
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c417 int noerror; /* FLAG, TRUE if all's well */
432 noerror = TRUE;
433 for (pp = args ; noerror && *pp ; pp++) {
439 } else noerror = FALSE;
443 if (!noerror) {
414 int noerror; /* FLAG, TRUE if all's well */ local

Completed in 98 milliseconds