gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:name from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/protosw.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/protosw.h - 13.4KB - 310 lines
279:         KERNEL_LOCK(1, NULL);                          \
280:         rv = name(a, b, c, d, e, f);                   \
281:         KERNEL_UNLOCK_ONE(NULL);                       \
291: KERNEL_LOCK(1, NULL); \ 292: rv = name(a, b, c); \ 293: KERNEL_UNLOCK_ONE(NULL); \
302: KERNEL_LOCK(1, NULL); \ 303: rv = name(a, b, c); \ 304: KERNEL_UNLOCK_ONE(NULL); \