Searched refs:lnames (Results 1 – 5 of 5) sorted by relevance
96 static char *lnames[] = { "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", in smb_is_reserved_dos_name() local119 reserved = lnames; in smb_is_reserved_dos_name()120 n_reserved = sizeof (lnames) / sizeof (lnames[0]); in smb_is_reserved_dos_name()
117 $(LIBPROM_DIR)/llib-lprom.ln $(LIBPLAT_DEP_L) $(LIBNAME_DIR)/llib-lnames.ln: FRC
42 LINTLIBNAMES = llib-lnames.ln
161 $(LIBNAME_DIR)/llib-lnames.ln
3884 (void) strcpy(tp, lnames[j]); \4060 char **lnames = NULL; in pm_autoconfig() local4086 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()