HomeSort by relevance Sort by last modified time
    Searched refs:so_acceptq_next (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockcommon.c 475 so->so_acceptq_next = NULL;
512 ASSERT(so->so_acceptq_next == NULL);
583 ASSERT(so->so_acceptq_next == NULL);
sockcommon_subr.c 66 ASSERT(nso->so_acceptq_next == NULL);
69 so->so_acceptq_tail = &nso->so_acceptq_next;
129 so->so_acceptq_head = nso->so_acceptq_next;
130 nso->so_acceptq_next = NULL;
133 ASSERT(so->so_acceptq_tail == &nso->so_acceptq_next);
203 so->so_acceptq_head = nso->so_acceptq_next;
204 nso->so_acceptq_next = NULL;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
socketvar.h 165 struct sonode *so_acceptq_next; /* acceptq list node */ member in struct:sonode

Completed in 180 milliseconds