Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
HDthread_pool.c107 tpool_active_t *activep; in job_cleanup() local
112 for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) { in job_cleanup()
113 activep = *activepp; in job_cleanup()
114 if (activep->tpa_tid == my_tid) { in job_cleanup()
115 *activepp = activep->tpa_next; in job_cleanup()
461 tpool_active_t *activep; in tpool_destroy() local
475 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
476 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()
586 tpool_active_t *activep; in tpool_member() local
591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/freebsd-13-stable/crypto/openssh/
HDservconf.c83 struct connection_info *connectinfo, int flags, int *activep, int depth);
1322 const char *filename, int linenum, int *activep, in process_server_config_line_depth() argument
1378 if (activep == NULL) { /* We are processing a command line directive */ in process_server_config_line_depth()
1380 activep = &cmdline; in process_server_config_line_depth()
1382 if (*activep && opcode != sMatch && opcode != sInclude) in process_server_config_line_depth()
1384 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth()
1406 if (*activep && *charptr == NULL) in process_server_config_line_depth()
1442 if (*activep && *intptr == -1) in process_server_config_line_depth()
1502 if (*activep && *intptr == -1) in process_server_config_line_depth()
1511 if (*activep) { in process_server_config_line_depth()
[all …]
HDreadconf.c138 int flags, int *activep, int *want_final_pass, int depth);
141 const char *filename, int linenum, int *activep, int flags,
1094 int linenum, int *activep, int flags) in process_config_line() argument
1097 line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1104 int linenum, int *activep, int flags, int *want_final_pass, int depth) in process_config_line_depth() argument
1127 if (activep == NULL) { /* We are processing a command line directive */ in process_config_line_depth()
1129 activep = &cmdline; in process_config_line_depth()
1198 if (*activep && *intptr == -1) in process_config_line_depth()
1221 if (*activep && *intptr == -1) in process_config_line_depth()
1226 if (*activep && *intptr == -1) in process_config_line_depth()
[all …]
/freebsd-13-stable/contrib/libpcap/
HDpcap-rpcap.c2265 int *activep, PCAP_SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session() argument
2313 *activep = 1; in rpcap_setup_session()
2321 *activep = 0; in rpcap_setup_session()
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDfil.c8718 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) argument
8730 if ((*activep * 100 / size) > low) {
8739 if ((*activep * 100 / size) <= low) {
8769 while ((*activep * 100 / size) > low) {