Searched refs:dbent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_dblookup.c72 struct dbent { struct
83 struct dbent *dbptr;
112 q->dbptr = malloc(sizeof(struct dbent));
118 bzero((char *)q->dbptr, sizeof(struct dbent));
146 * Free the rest of the dbent struct.
161 * Zorch a single entry in the dbent queue and release

Completed in 108 milliseconds