Searched defs:lnames (Results 1 - 2 of 2) 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", local
119 reserved = lnames;
120 n_reserved = sizeof (lnames) / sizeof (lnames[0]);
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3884 (void) strcpy(tp, lnames[j]); \
4060 char **lnames = NULL; local
4086 lnames = kmem_alloc(nelems * sizeof (char *), KM_SLEEP);
4146 lnames[level] = cp; /* points into prop string */
4217 if (lnames)
4218 kmem_free(lnames, nelems * sizeof (char *));

Completed in 61 milliseconds