Searched refs:PORT_MAX_LIST (Results 1 – 3 of 3) sorted by relevance
146 if (nent <= PORT_MAX_LIST) { in port_sendn()157 if (nent - offset > PORT_MAX_LIST) in port_sendn()158 lnent = PORT_MAX_LIST; in port_sendn()
73 #define PORT_MAX_LIST 8192 /* max. # of list ent. per syscall */ macro
54 uint_t port_max_list = PORT_MAX_LIST;