Lines Matching refs:db_printf

52 		db_printf("SOCK_STREAM");
56 db_printf("SOCK_DGRAM");
60 db_printf("SOCK_RAW");
64 db_printf("SOCK_RDM");
68 db_printf("SOCK_SEQPACKET");
72 db_printf("unknown");
84 db_printf("%sSO_DEBUG", comma ? ", " : "");
88 db_printf("%sSO_ACCEPTCONN", comma ? ", " : "");
92 db_printf("%sSO_REUSEADDR", comma ? ", " : "");
96 db_printf("%sSO_KEEPALIVE", comma ? ", " : "");
100 db_printf("%sSO_DONTROUTE", comma ? ", " : "");
104 db_printf("%sSO_BROADCAST", comma ? ", " : "");
108 db_printf("%sSO_USELOOPBACK", comma ? ", " : "");
112 db_printf("%sSO_LINGER", comma ? ", " : "");
116 db_printf("%sSO_OOBINLINE", comma ? ", " : "");
120 db_printf("%sSO_REUSEPORT", comma ? ", " : "");
124 db_printf("%sSO_TIMESTAMP", comma ? ", " : "");
128 db_printf("%sSO_NOSIGPIPE", comma ? ", " : "");
132 db_printf("%sSO_ACCEPTFILTER", comma ? ", " : "");
136 db_printf("%sSO_BINTIME", comma ? ", " : "");
140 db_printf("%sSO_NO_OFFLOAD", comma ? ", " : "");
144 db_printf("%sSO_NO_DDP", comma ? ", " : "");
156 db_printf("%sSS_NOFDREF", comma ? ", " : "");
160 db_printf("%sSS_ISCONNECTED", comma ? ", " : "");
164 db_printf("%sSS_ISCONNECTING", comma ? ", " : "");
168 db_printf("%sSS_ISDISCONNECTING", comma ? ", " : "");
172 db_printf("%sSS_NBIO", comma ? ", " : "");
176 db_printf("%sSS_ASYNC", comma ? ", " : "");
180 db_printf("%sSS_ISCONFIRMING", comma ? ", " : "");
184 db_printf("%sSS_PROTOREF", comma ? ", " : "");
196 db_printf("%sSQ_INCOMP", comma ? ", " : "");
200 db_printf("%sSQ_COMP", comma ? ", " : "");
212 db_printf("%sSBS_CANTSENDMORE", comma ? ", " : "");
216 db_printf("%sSBS_CANTRCVMORE", comma ? ", " : "");
220 db_printf("%sSBS_RCVATMARK", comma ? ", " : "");
231 db_printf(" ");
239 db_printf("%s at %p\n", domain_name, d);
244 db_printf("dom_family: %d ", d->dom_family);
245 db_printf("dom_name: %s\n", d->dom_name);
248 db_printf("dom_init: %p ", d->dom_init);
249 db_printf("dom_externalize: %p ", d->dom_externalize);
250 db_printf("dom_dispose: %p\n", d->dom_dispose);
253 db_printf("dom_protosw: %p ", d->dom_protosw);
254 db_printf("dom_next: %p\n", d->dom_next);
257 db_printf("dom_rtattach: %p ", d->dom_rtattach);
260 db_printf("dom_ifattach: %p ", d->dom_ifattach);
261 db_printf("dom_ifdetach: %p\n", d->dom_ifdetach);
271 db_printf("%sPR_ATOMIC", comma ? ", " : "");
275 db_printf("%sPR_ADDR", comma ? ", " : "");
279 db_printf("%sPR_CONNREQUIRED", comma ? ", " : "");
283 db_printf("%sPR_WANTRCVD", comma ? ", " : "");
287 db_printf("%sPR_RIGHTS", comma ? ", " : "");
291 db_printf("%sPR_IMPLOPCL", comma ? ", " : "");
295 db_printf("%sPR_LASTHDR", comma ? ", " : "");
305 db_printf("%s at %p\n", prname, pr);
310 db_printf("pr_type: %d ", pr->pr_type);
311 db_printf("pr_domain: %p\n", pr->pr_domain);
316 db_printf("pr_protocol: %d\n", pr->pr_protocol);
319 db_printf("pr_flags: %d (", pr->pr_flags);
321 db_printf(")\n");
324 db_printf("pr_input: %p ", pr->pr_input);
325 db_printf("pr_output: %p ", pr->pr_output);
326 db_printf("pr_ctlinput: %p\n", pr->pr_ctlinput);
329 db_printf("pr_ctloutput: %p ", pr->pr_ctloutput);
330 db_printf("pr_init: %p\n", pr->pr_init);
333 db_printf("pr_fasttimo: %p ", pr->pr_fasttimo);
334 db_printf("pr_slowtimo: %p ", pr->pr_slowtimo);
335 db_printf("pr_drain: %p\n", pr->pr_drain);
347 db_printf("%sSB_WAIT", comma ? ", " : "");
351 db_printf("%sSB_SEL", comma ? ", " : "");
355 db_printf("%sSB_ASYNC", comma ? ", " : "");
359 db_printf("%sSB_UPCALL", comma ? ", " : "");
363 db_printf("%sSB_NOINTR", comma ? ", " : "");
367 db_printf("%sSB_AIO", comma ? ", " : "");
371 db_printf("%sSB_KNOTE", comma ? ", " : "");
375 db_printf("%sSB_AUTOSIZE", comma ? ", " : "");
385 db_printf("%s at %p\n", sockbufname, sb);
390 db_printf("sb_state: 0x%x (", sb->sb_state);
392 db_printf(")\n");
395 db_printf("sb_mb: %p ", sb->sb_mb);
396 db_printf("sb_mbtail: %p ", sb->sb_mbtail);
397 db_printf("sb_lastrecord: %p\n", sb->sb_lastrecord);
400 db_printf("sb_sndptr: %p ", sb->sb_sndptr);
401 db_printf("sb_sndptroff: %u\n", sb->sb_sndptroff);
404 db_printf("sb_acc: %u ", sb->sb_acc);
405 db_printf("sb_ccc: %u ", sb->sb_ccc);
406 db_printf("sb_hiwat: %u ", sb->sb_hiwat);
407 db_printf("sb_mbcnt: %u ", sb->sb_mbcnt);
408 db_printf("sb_mbmax: %u\n", sb->sb_mbmax);
411 db_printf("sb_ctl: %u ", sb->sb_ctl);
412 db_printf("sb_lowat: %d ", sb->sb_lowat);
413 db_printf("sb_timeo: %jd\n", sb->sb_timeo);
416 db_printf("sb_flags: 0x%x (", sb->sb_flags);
418 db_printf(")\n");
421 db_printf("sb_aiojobq first: %p\n", TAILQ_FIRST(&sb->sb_aiojobq));
429 db_printf("%s at %p\n", socketname, so);
434 db_printf("so_count: %d ", so->so_count);
435 db_printf("so_type: %d (", so->so_type);
437 db_printf(")\n");
440 db_printf("so_options: 0x%x (", so->so_options);
442 db_printf(")\n");
445 db_printf("so_linger: %d ", so->so_linger);
446 db_printf("so_state: 0x%x (", so->so_state);
448 db_printf(")\n");
451 db_printf("so_qstate: 0x%x (", so->so_qstate);
453 db_printf(") ");
454 db_printf("so_pcb: %p ", so->so_pcb);
455 db_printf("so_proto: %p\n", so->so_proto);
461 db_printf("so_head: %p ", so->so_head);
462 db_printf("so_incomp first: %p ", TAILQ_FIRST(&so->so_incomp));
463 db_printf("so_comp first: %p\n", TAILQ_FIRST(&so->so_comp));
467 db_printf("so_qlen: %u ", so->so_qlen);
468 db_printf("so_incqlen: %u ", so->so_incqlen);
469 db_printf("so_qlimit: %u ", so->so_qlimit);
470 db_printf("so_timeo: %d ", so->so_timeo);
471 db_printf("so_error: %d\n", so->so_error);
474 db_printf("so_sigio: %p ", so->so_sigio);
475 db_printf("so_oobmark: %lu ", so->so_oobmark);
486 db_printf("usage: show socket <addr>\n");
499 db_printf("usage: show sockbuf <addr>\n");
512 db_printf("usage: show protosw <addr>\n");
525 db_printf("usage: show protosw <addr>\n");