Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/psm/stand/boot/
H A DMakefile.rules117 $(LIBPROM_DIR)/llib-lprom.ln $(LIBPLAT_DEP_L) $(LIBNAME_DIR)/llib-lnames.ln: FRC
/titanic_44/usr/src/psm/stand/lib/names/sparcv9/
H A DMakefile.com42 LINTLIBNAMES = llib-lnames.ln
/titanic_44/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com161 $(LIBNAME_DIR)/llib-lnames.ln
/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c3884 (void) strcpy(tp, lnames[j]); \
4060 char **lnames = NULL; in pm_autoconfig() local
4086 lnames = kmem_alloc(nelems * sizeof (char *), KM_SLEEP); in pm_autoconfig()
4146 lnames[level] = cp; /* points into prop string */ in pm_autoconfig()
4217 if (lnames) in pm_autoconfig()
4218 kmem_free(lnames, nelems * sizeof (char *)); in pm_autoconfig()