Home
last modified time | relevance | path

Searched refs:orgentry (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/modload/
H A Dplcysubr.c125 fe.orgentry = fe.entry = NULL; in fgetline()
159 fe.orgentry = buf + off; in fgetline()
160 p = fe.entry = strdup(fe.orgentry); in fgetline()
235 if (old != NULL && old->rawbuf != old->orgentry) in put_minor_range()
236 (void) fwrite(old->rawbuf, 1, old->orgentry - old->rawbuf, fp); in put_minor_range()
H A Dplcysubr.h36 char *orgentry; /* pointer to first non comment line */ member
/titanic_50/usr/src/cmd/devfsadm/
H A Ddevpolicy.c250 fep->orgentry); in loadpolicy()