Searched refs:sblastrecordchk (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h569 if (socket_debug) sblastrecordchk(sb, s);
707 extern void sblastrecordchk(struct sockbuf *, const char *);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c816 sblastrecordchk(struct sockbuf *sb, const char *where) function
824 printf("sblastrecordchk: mb %p lastrecord %p last %p\n",
829 panic("sblastrecordchk from %s", where);
1528 sblastrecordchk(&so->so_snd, "sbpull_unordered_data");

Completed in 186 milliseconds