Searched defs:Dbfhead (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c75 dbf_t *Dbfhead; variable
H A Dlisten.c100 dbf_t *Dbfhead; /* Beginning of in-memory database */ variable
497 dp = &Dbfhead[i];
507 dp = &Dbfhead[i];
897 dbf_t *dbp = Dbfhead;
913 for (dbp = Dbfhead; dbp && dbp->dbf_svc_code; dbp++) {
1810 for (oldentry_p = Dbfhead; oldentry_p && oldentry_p->dbf_svc_code; oldentry_p++) {
1845 free(Dbfhead);
1847 Dbfhead = Newdbf;
1857 for (entry_p = Dbfhead; entry_p && entry_p->dbf_svc_code; entry_p++) {
1927 for (dbp = Dbfhead; db
[all...]

Completed in 48 milliseconds