Searched defs:noerr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevattr.c175 int noerr; /* TRUE if all's well in processing */
273 noerr = TRUE;
274 while (noerr && ((attr = *argptr++) != (char *) NULL)) {
282 noerr = FALSE;
288 if (noerr && v_seen) {
296 } else if (noerr) {
172 int noerr; /* TRUE if all's well in processing */ local
H A Dputdev.c208 int noerr; /* FLAG, TRUE if all's well */
221 noerr = TRUE;
233 else noerr = FALSE;
241 else noerr = FALSE;
249 else noerr = FALSE;
254 noerr = FALSE;
259 if (!(a_seen || m_seen || d_seen) || !noerr) {
205 int noerr; /* FLAG, TRUE if all's well */ local
H A Dputdgrp.c181 int noerr; /* FLAG, TRUE if all's well */
192 noerr = TRUE;
203 else noerr = FALSE;
208 noerr = FALSE;
213 if (!noerr || (!d_seen && ((nmems = argc - optind - 1) < 0)) ||
178 int noerr; /* FLAG, TRUE if all's well */ local
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevreserv.c460 int noerr; /* FLAG, TRUE if all's well */ local
464 noerr = TRUE;
476 noerr = FALSE; /* Write of locks failed */
478 } else noerr = FALSE; /* write() of count failed */
480 else noerr = FALSE; /* Rewind failed */
483 return (noerr);
609 int noerr; /* TRUE if all's well */ local
615 noerr = (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1);
618 return (noerr);
652 int noerr; /* TRU local
805 int noerr; /* TRUE if all's well */ local
912 int noerr; /* TRUE if all's well */ local
1039 int noerr; local
1098 int noerr; /* TRUE if all's well */ local
[all...]
H A Dputdev.c236 int noerr; /* Flag, TRUE if no error, FALSE otherwise */ local
239 noerr = (unlink(tempname) == 0);
245 return (noerr);
271 int noerr; /* FLAG, TRUE if all's well */ local
280 noerr = (link(tempname, devtabname) == 0) ? TRUE : FALSE;
283 if (noerr) (void) rmnewdevtab(tempname);
285 } else noerr = FALSE; /* unlink() failed */
290 } else noerr = FALSE; /* devtabpath() failed */
293 return (noerr);
319 int noerr; /* FLA local
383 int noerr; /* FLAG, TRUE if all's well */ local
438 int noerr; /* TRUE if all's well */ local
776 int noerr; /* FLAG, TRUE if all's well */ local
861 int noerr; /* FLAG, TRUE if all's well */ local
1026 int noerr; local
1102 int noerr; /* TRUE if no non-fatal error */ local
[all...]
H A Dputdgrp.c208 int noerr; local
211 noerr = (unlink(tempname) == 0);
215 return (noerr);
242 int noerr; /* FLAG, TRUE if all's well */ local
251 noerr = (link(tempname, dgrpname) == 0) ? TRUE : FALSE;
254 if (noerr)
255 noerr = rmnewdgrptab(tempname);
258 noerr = FALSE; /* unlink() failed */
265 noerr = FALSE; /* dgrptabpath() failed */
269 return (noerr);
295 int noerr; /* FLAG, TRUE if no error */ local
375 int noerr; /* FLAG, TRUE if all's well */ local
422 int noerr; /* TRUE if all's well */ local
604 int noerr; /* FLAG, TRUE if all's well */ local
737 int noerr; /* FLAG, TRUE if all's well */ local
803 int noerr; /* TRUE if all's well */ local
[all...]

Completed in 172 milliseconds