gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MCLAIM from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c - 40.9KB - 1,442 lines
170:         }
171:         MCLAIM(nam, so->so_mowner);
172:         error = sobind(so, nam, l);
374: solock(so); 375: MCLAIM(nam, so->so_mowner); 376: if ((so->so_state & SS_ISCONNECTING) != 0) {
661: if (mp->msg_name) 662: MCLAIM(to, so->so_mowner); 663: if (mp->msg_control) 664: MCLAIM(control, so->so_mowner); 665:
1245: #endif 1246: MCLAIM(m, so->so_mowner); 1247: