gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_accf.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_accf.c - 12.6KB - 401 lines
126:         LIST_FOREACH(p, &accept_filtlsthd, accf_next) {
127:                 if (strcmp(p->accf_name, filt->accf_name) == 0)  {
128:                         rw_exit(&accept_filter_lock);
159: LIST_FOREACH(p, &accept_filtlsthd, accf_next) { 160: if (strcmp(p->accf_name, name) == 0) { 161: atomic_inc_uint(&p->accf_refcnt);