HomeSort by: relevance | last modified time | path
    Searched refs:anh (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/am-utils/dist/hlfsd/
hlfsd.c 151 am_nfs_handle_t anh; local
539 memmove(&anh.v2, root_fhp, sizeof(*root_fhp));
548 &anh,
569 &anh,
  /src/external/bsd/am-utils/dist/amd/
autil.c 529 am_nfs_handle_t *fhp, anh; local
538 fhp = get_root_nfs_fh(dir, &anh);
  /src/external/mpl/bind/dist/lib/dns/
adb.c 620 dns_adbnamehook_t *anh = NULL; local
621 for (anh = ISC_LIST_HEAD(*hookhead); anh != NULL;
622 anh = ISC_LIST_NEXT(anh, name_link))
624 if (anh->entry == entry) {
628 if (anh == NULL) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 914 dns_adbnamehook_t *anh; local
986 for (anh = ISC_LIST_HEAD(*hookhead); anh != NULL;
987 anh = ISC_LIST_NEXT(anh, plink))
989 if (anh->entry == foundentry) {
993 if (anh == NULL) {

Completed in 56 milliseconds