uipc_socket2.c | 1596 * Currently, sofindproc() is used only from DDB. It could be used from others 1615 sofindproc(struct socket *so, int all, void (*pr)(const char *, ...)) function in typeref:typename:int 1743 sofindproc(so, opt_a == true ? 1 : 0, pr);
|