Searched defs:check_label (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c66 static int check_label();
201 if (check_label(ptr->p_ttylabel) != 0)
240 * check_label - if ttylabel exists in /etc/ttydefs, return 0
245 check_label(ttylabel) function
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c273 int check_label)
401 * device. check_label is set when we are
479 * device. check_label is set when we are
496 * for use later if check_label was set when called.
537 if (check_label && bm_inuse) {
272 checkdevinuse(char *cur_disk_path, diskaddr_t start, diskaddr_t end, int print, int check_label) argument
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c75 static const char *check_label(const char *);
92 { USERATTR_CLEARANCE, check_label, label },
93 { USERATTR_MINLABEL, check_label, label },
433 check_label(const char *labelstr) function
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c263 check_label(int fd, dk_efi_t *dk_ioc) function
401 } else if ((rval = check_label(fd, &dk_ioc)) == VT_EINVAL) {
419 rval = check_label(fd, &dk_ioc);
427 rval = check_label(fd, &dk_ioc);
499 rval = check_label(fd, &dk_ioc);

Completed in 65 milliseconds