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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c147 #define LIST_ISEMPTY(l) (l == (struct nb_reg_node *)&l) macro
1776 if (LIST_ISEMPTY(nb_first)) {
1814 if (LIST_ISEMPTY(nb_free) && (allocate_chunk() == -1)) {
1841 assert(!LIST_ISEMPTY(nb_first));
H A Dsvc.c158 #define LIST_ISEMPTY(l) ((_svc_user_fd_node *) &(l.lnk) == l.lnk.next) macro
483 if (LIST_ISEMPTY(svc_userfds[user_fd])) {
538 assert(LIST_ISEMPTY(svc_userfds[fd]));

Completed in 29 milliseconds