| /src/usr.sbin/puffs/mount_sysctlfs/ |
| sysctlfs.c | 402 getnodedata(struct sfsnode *sfs, struct puffs_pathobj *po, function 533 getnodedata(sfs, po, buf, &sz); 722 getnodedata(sfs, &pn->pn_po, localbuf, &sz);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| sdlz.c | 185 getnodedata(dns_db_t *db, const dns_name_t *name, bool create, 463 getnodedata(dns_db_t *db, const dns_name_t *name, bool create, function 624 return getnodedata(db, name, create, 0, methods, clientinfo, nodep); 630 return getnodedata(db, name, create, 0, NULL, NULL, nodep); 834 result = getnodedata(db, xname, false, options, methods, 1156 result = getnodedata(db, &sdlz->common.origin, false, 0, NULL, NULL,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| sdlz.c | 190 getnodedata(dns_db_t *db, const dns_name_t *name, bool create, 522 getnodedata(dns_db_t *db, const dns_name_t *name, bool create, function 681 return (getnodedata(db, name, create, 0, methods, clientinfo, nodep)); 687 return (getnodedata(db, name, create, 0, NULL, NULL, nodep)); 906 result = getnodedata(db, xname, false, options, methods, 1239 result = getnodedata(db, &sdlz->common.origin, false, 0, NULL, NULL,
|