Home
last modified time | relevance | path

Searched refs:sosend_assert_panic (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Duipc_socket.c235 int sosend_assert_panic = 0; variable
236 SYSCTL_INT(_kern_ipc, OID_AUTO, sosend_assert_panic,
237 CTLFLAG_RW | CTLFLAG_LOCKED, &sosend_assert_panic, DEFAULT_SOSEND_ASSERT_PANIC, "");
424 PE_parse_boot_argn("sosend_assert_panic", &sosend_assert_panic, in socketinit()
425 sizeof(sosend_assert_panic)); in socketinit()
2609 if (sosend_assert_panic != 0) { in sosend()