HomeSort by: relevance | last modified time | path
    Searched defs:free_slot_by_index (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 115 static int free_slot_by_index(int);
966 (void) free_slot_by_index(i);
982 (void) free_slot_by_index(j);
1031 return (free_slot_by_index(entry));
1035 free_slot_by_index(int idx) function in typeref:typename:int
rpcb_svc_com.c 115 static int free_slot_by_index(int);
966 (void) free_slot_by_index(i);
982 (void) free_slot_by_index(j);
1031 return (free_slot_by_index(entry));
1035 free_slot_by_index(int idx) function in typeref:typename:int

Completed in 22 milliseconds