Searched refs:check_label (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | ttyadm.c | 63 static int check_label(char *); 189 if (check_label(ptr->p_ttylabel) != 0) in main() 234 check_label(char *ttylabel) in check_label() function
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 76 static const char *check_label(const char *); 92 { USERATTR_CLEARANCE, check_label, label }, 93 { USERATTR_MINLABEL, check_label, label }, 444 check_label(const char *labelstr) in check_label() function
|
/illumos-gate/usr/src/cmd/format/ |
H A D | checkdev.h | 42 int print, int check_label);
|
H A D | checkdev.c | 256 int check_label) in checkdevinuse() argument 520 if (check_label && bm_inuse) { in checkdevinuse()
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 324 check_label(int fd, dk_efi_t *dk_ioc) in check_label() function 448 if ((rval = check_label(fd, &dk_ioc)) == VT_EINVAL) { in efi_read() 466 rval = check_label(fd, &dk_ioc); in efi_read() 474 rval = check_label(fd, &dk_ioc); in efi_read() 546 rval = check_label(fd, &dk_ioc); in efi_read()
|