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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c850 ulong_t bestaddr, call_addr; local
962 bestaddr = inet_addr(bp);
967 if (ntohl(call_addr ^ taddr) < ntohl(call_addr ^ bestaddr))
968 bestaddr = taddr;
971 sprintf(cp, "%s %s", inet_ntoa(*(struct in_addr *)&bestaddr), name);
1456 ulong_t bestaddr, call_addr; local
1505 bestaddr = inet_addr(bp);
1510 if (ntohl(call_addr ^ taddr) < ntohl(call_addr ^ bestaddr))
1511 bestaddr = taddr;
1515 sprintf(cp, "%s %s", inet_ntoa(*(struct in_addr *)&bestaddr), nam
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c781 static long bestaddr(Vmalloc_t* vm, Void_t* addr ) function
783 static long bestaddr(vm, addr)
875 if(ISLOCK(vd,local) || KPVADDR(vm,data,bestaddr) != 0 )
960 if(ISLOCK(vd,local) || (!local && KPVADDR(vm,data,bestaddr) != 0 ) )
1447 bestaddr,
1470 bestaddr,

Completed in 80 milliseconds