Home
last modified time | relevance | path

Searched refs:activep (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c91 tpool_active_t *activep; in job_cleanup() local
96 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
97 activep = *activepp; in job_cleanup()
98 if (activep->tpa_tid == my_tid) { in job_cleanup()
99 *activepp = activep->tpa_next; in job_cleanup()
302 tpool_active_t *activep; in tpool_destroy() local
313 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
314 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()
415 tpool_active_t *activep; in tpool_member() local
418 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dservconf.c1641 if (*activep) { in process_server_config_line_depth()
1663 if (*activep) in process_server_config_line_depth()
2017 if (!*activep) in process_server_config_line_depth()
2037 if (!*activep) in process_server_config_line_depth()
2169 if (*activep) { in process_server_config_line_depth()
2187 if (*activep) in process_server_config_line_depth()
2254 if (!*activep) in process_server_config_line_depth()
2530 if (*activep) { in process_server_config_line_depth()
2633 if (*activep) in process_server_config_line_depth()
2649 if (*activep) in process_server_config_line_depth()
[all …]
H A Dreadconf.c998 activep = &cmdline; in process_config_line_depth()
1285 if (*activep) { in process_config_line_depth()
1305 if (*activep) { in process_config_line_depth()
1644 if (*activep) { in process_config_line_depth()
1711 *activep = 0; in process_config_line_depth()
1732 *activep = 0; in process_config_line_depth()
1736 if (!*activep) in process_config_line_depth()
1738 *activep = 1; in process_config_line_depth()
1741 if (*activep) in process_config_line_depth()
1822 if (!*activep) in process_config_line_depth()
[all …]
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-rpcap.c2052 int *activep, SOCKET *sockctrlp, uint8 *protocol_versionp, in rpcap_setup_session() argument
2086 *activep = 1; in rpcap_setup_session()
2092 *activep = 0; in rpcap_setup_session()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dfil.c8732 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) in ipf_queueflush() argument
8744 if ((*activep * 100 / size) > low) { in ipf_queueflush()
8753 if ((*activep * 100 / size) <= low) { in ipf_queueflush()
8783 while ((*activep * 100 / size) > low) { in ipf_queueflush()