Search | Google it | Results 1 - 1 of 1 for funcall:LIST_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_domain.c (0.00 seconds) |
583: LIST_FOREACH(fp, &filehead, f_list) { 584: np = LIST_NEXT(fp, f_list); 585: if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET || 605: mutex_enter(&filelist_lock); 606: np = LIST_NEXT(dfp, f_list); 607: LIST_REMOVE(dfp, f_list);