Searched refs:selectinit (Results 1 – 1 of 1) sorted by relevance
2079 static void selectinit(void *);2080 SYSINIT(select, SI_SUB_SYSCALLS, SI_ORDER_ANY, selectinit, NULL);2082 selectinit(void *dummy __unused) in selectinit() function