Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsockbuf.h240 void sbcheck(struct sockbuf *, const char *, int);
243 #define SBCHECK(sb) sbcheck((sb), __FILE__, __LINE__)
/NextBSD/sys/kern/
HDuipc_sockbuf.c688 sbcheck(struct sockbuf *sb, const char *file, int line) in sbcheck() function