Home
last modified time | relevance | path

Searched refs:lnames (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mangle_name.c96 static char *lnames[] = { "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", in smb_is_reserved_dos_name() local
119 reserved = lnames; in smb_is_reserved_dos_name()
120 n_reserved = sizeof (lnames) / sizeof (lnames[0]); in smb_is_reserved_dos_name()
/illumos-gate/usr/src/psm/stand/lib/names/sparcv9/
H A DMakefile.com42 LINTLIBNAMES = llib-lnames.ln
/illumos-gate/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com150 $(LIBNAME_DIR)/llib-lnames.ln
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3879 (void) strcpy(tp, lnames[j]); \
4056 char **lnames = NULL; in pm_autoconfig() local
4082 lnames = kmem_alloc(nelems * sizeof (char *), KM_SLEEP); in pm_autoconfig()
4142 lnames[level] = cp; /* points into prop string */ in pm_autoconfig()
4213 if (lnames) in pm_autoconfig()
4214 kmem_free(lnames, nelems * sizeof (char *)); in pm_autoconfig()