Searched defs:namelist (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dscandir.c47 * struct direct (through namelist). Returns -1 if there were any errors.
71 scandir64(const char *dirname, struct dirent64 *(*namelist[]), argument
139 *namelist = names;
156 scandir(const char *dirname, struct dirent *(*namelist[]), argument
224 *namelist = names;
/osnet-11/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c44 char *namelist = entry; local
65 if (strcmp(namelist, "_all") == 0)
71 namelist, key);
148 * find the name in the namelist a|b|c...:
/osnet-11/usr/src/lib/libkvm/common/
H A Dtest.c165 tst_open(char *namelist, char *corefile, char *swapfile, int flag) argument
168 (namelist == NULL) ? "LIVE_KERNEL" : namelist,
175 if ((cookie = kvm_open(namelist, corefile,
H A Dkvm.c79 kvm_open(const char *namelist, const char *corefile, const char *swapfile, argument
170 if (namelist == NULL)
171 namelist = "/dev/ksyms";
173 (void) strncpy(kd->kvm_namelist, namelist, MAXNAMELEN);
176 return (fail(kd, err, "%s is not a %d-bit kernel namelist",
177 namelist, DUMP_WORDSIZE));
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h701 KMF_GENERALNAME *namelist; member in struct:__anon1899

Completed in 36 milliseconds