Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c154 char *t, *entry, *pentry; in _file_put_printer() local
158 t = pentry = strdup(buf); in _file_put_printer()
166 entry = pentry; in _file_put_printer()
167 pentry = NULL; in _file_put_printer()
175 if (pentry != NULL) in _file_put_printer()
176 (void) fprintf(ofp, "%s\n", pentry); in _file_put_printer()
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c145 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
728 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage() argument
730 if (pentry->ftype == 'i') { in pkgusage()
733 } else if (pentry->ftype == 'l') { in pkgusage()
736 if ((pentry->ftype == 'd') || (pentry->ftype == 'x')) in pkgusage()
740 if (pentry->ainfo.mode != BADMODE) { in pkgusage()
741 if (pentry->ainfo.mode & 06000) in pkgusage()
743 if (!strchr("dxcbp", pentry->ftype) && in pkgusage()
744 (pentry->ainfo.mode & 0111)) in pkgusage()
749 if (strchr("ifve", pentry->ftype)) in pkgusage()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dpart.c69 struct pentry { struct
79 STAILQ_ENTRY(pentry) entry; argument
258 struct pentry *entry; in ptable_gptread()
489 struct pentry *entry; in ptable_bsdread()
567 struct pentry *entry; in ptable_vtoc8read()
655 struct pentry *entry; in ptable_dklabelread()
719 struct pentry *entry; in ptable_iso9660read()
759 struct pentry *entry; in ptable_open()
899 struct pentry *entry; in ptable_close()
935 struct pentry *entry; in ptable_getpart()
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1748 deventry_t *dentry = NULL, *nentry = NULL, *pentry = NULL; in da_add_list() local
1785 pentry = nentry; in da_add_list()
1808 if (pentry != NULL) in da_add_list()
1809 pentry->next = nentry; in da_add_list()
1866 if (pentry != NULL) in da_add_list()
1867 pentry->next = NULL; in da_add_list()
1878 if (pentry == NULL) { in da_add_list()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c240 static void pentry(struct lbuf *);
1219 pentry(*ep); in pem()
1236 pentry(*ep); in pem()
1249 pentry(struct lbuf *ap) in pentry() function