Searched defs:label_error (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/tsol/getzonepath/ |
H A D | getzonepath.c | 48 label_error(const char *label, const int err) function 98 label_error(argv[1], err);
|
/illumos-gate/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 51 label_error(const char *ascii, const int err) function 140 label_error(ascii, err); 152 label_error(ascii, err);
|
/illumos-gate/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 51 label_error(const char *hex, const int err) function 140 label_error(hex, err); 152 label_error(hex, err);
|
/illumos-gate/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 112 label_error(const char *ascii, const int err) function 202 label_error(ascii, err);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 1621 int label_error = 0; local 1660 label_error = cmlb_use_efi(cl, capacity, flags, tg_cookie); 1661 if (label_error == 0) { 1676 if (label_error == ESRCH) { 1702 label_error = 0; 1735 label_error = 0; 1764 label_error = EINVAL; 1769 label_error = EACCES; 1772 label_error = EINVAL; 1790 (label_error ! 3017 int label_error = CMLB_LABEL_IS_VALID; local [all...] |
Completed in 127 milliseconds