Searched refs:sosend_assert_panic (Results 1 – 1 of 1) sorted by relevance
237 int sosend_assert_panic = 0; variable238 SYSCTL_INT(_kern_ipc, OID_AUTO, sosend_assert_panic,239 CTLFLAG_RW | CTLFLAG_LOCKED, &sosend_assert_panic, DEFAULT_SOSEND_ASSERT_PANIC, "");426 PE_parse_boot_argn("sosend_assert_panic", &sosend_assert_panic, in socketinit()427 sizeof(sosend_assert_panic)); in socketinit()2594 if (sosend_assert_panic != 0) { in sosend()