Searched refs:pentry (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | getppds | 77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}") 80 ppdpath="${pentry##*:}" 83 driver="${pentry%%:*}"
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 154 char *t, *entry, *pentry; local 158 t = pentry = strdup(buf); 166 entry = pentry; 167 pentry = NULL; 174 if (pentry != NULL) 175 (void) fprintf(ofp, "%s\n", pentry);
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 141 static void pkgusage(struct cfstat *dp, struct cfent *pentry); 725 pkgusage(struct cfstat *dp, struct cfent *pentry) argument 727 if (pentry->ftype == 'i') { 730 } else if (pentry->ftype == 'l') { 733 if ((pentry->ftype == 'd') || (pentry->ftype == 'x')) 737 if (pentry->ainfo.mode != BADMODE) { 738 if (pentry->ainfo.mode & 06000) 740 if (!strchr("dxcbp", pentry->ftype) && 741 (pentry [all...] |
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | part.c | 67 struct pentry { struct 77 STAILQ_ENTRY(pentry) entry; 85 STAILQ_HEAD(, pentry) entries; 253 struct pentry *entry; 388 struct pentry *e1, *entry; 467 struct pentry *entry; 547 struct pentry *entry; 635 struct pentry *entry; 701 struct pentry *entry; 832 struct pentry *entr [all...] |
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 1748 deventry_t *dentry = NULL, *nentry = NULL, *pentry = NULL; local 1785 pentry = nentry; 1808 if (pentry != NULL) 1809 pentry->next = nentry; 1866 if (pentry != NULL) 1867 pentry->next = NULL; 1878 if (pentry == NULL) {
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 242 static void pentry(struct lbuf *); 1225 pentry(*ep); 1242 pentry(*ep); 1255 pentry(struct lbuf *ap) function
|
Completed in 86 milliseconds