Searched refs:label_error (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 51 label_error(const char *hex, const int err) in label_error() function 140 label_error(hex, err); in main() 152 label_error(hex, err); in main()
|
/titanic_44/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 51 label_error(const char *ascii, const int err) in label_error() function 140 label_error(ascii, err); in main() 152 label_error(ascii, err); in main()
|
/titanic_44/usr/src/cmd/tsol/getzonepath/ |
H A D | getzonepath.c | 48 label_error(const char *label, const int err) in label_error() function 98 label_error(argv[1], err); in main()
|
/titanic_44/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 112 label_error(const char *ascii, const int err) in label_error() function 202 label_error(ascii, err); in main()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 1591 int label_error = 0; local 1631 label_error = cmlb_use_efi(cl, capacity, flags, tg_cookie); 1632 if (label_error == 0) { 1647 if (label_error == ESRCH) { 1673 label_error = 0; 1706 label_error = 0; 1735 label_error = EINVAL; 1740 label_error = EACCES; 1743 label_error = EINVAL; 1761 (label_error != EACCES)) { [all …]
|