Home
last modified time | relevance | path

Searched refs:open_max (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dkern_info_43.c158 long open_max; member
293 ksi.open_max = OPEN_MAX; in compat_43_sys_getkerninfo()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c415 isc_resourcevalue_t open_max; member
3523 &thread->open_max); in netthread()
3525 thread->open_max = 64; in netthread()
3532 if (dvp.dp_nfds >= thread->open_max) { in netthread()
3533 dvp.dp_nfds = thread->open_max - 1; in netthread()
3553 &thread->open_max); in netthread()
3555 thread->open_max = 64; in netthread()
3740 &thread->open_max); in setup_thread()
3742 thread->open_max = 64; in setup_thread()