Lines Matching refs:db_printf

54 		db_printf("SOCK_STREAM");
58 db_printf("SOCK_DGRAM");
62 db_printf("SOCK_RAW");
66 db_printf("SOCK_RDM");
70 db_printf("SOCK_SEQPACKET");
74 db_printf("unknown");
86 db_printf("%sSO_DEBUG", comma ? ", " : "");
90 db_printf("%sSO_ACCEPTCONN", comma ? ", " : "");
94 db_printf("%sSO_REUSEADDR", comma ? ", " : "");
98 db_printf("%sSO_KEEPALIVE", comma ? ", " : "");
102 db_printf("%sSO_DONTROUTE", comma ? ", " : "");
106 db_printf("%sSO_BROADCAST", comma ? ", " : "");
110 db_printf("%sSO_USELOOPBACK", comma ? ", " : "");
114 db_printf("%sSO_LINGER", comma ? ", " : "");
118 db_printf("%sSO_OOBINLINE", comma ? ", " : "");
122 db_printf("%sSO_REUSEPORT", comma ? ", " : "");
126 db_printf("%sSO_REUSEPORT_LB", comma ? ", " : "");
130 db_printf("%sSO_TIMESTAMP", comma ? ", " : "");
134 db_printf("%sSO_NOSIGPIPE", comma ? ", " : "");
138 db_printf("%sSO_ACCEPTFILTER", comma ? ", " : "");
142 db_printf("%sSO_BINTIME", comma ? ", " : "");
146 db_printf("%sSO_NO_OFFLOAD", comma ? ", " : "");
150 db_printf("%sSO_NO_DDP", comma ? ", " : "");
162 db_printf("%sSS_NOFDREF", comma ? ", " : "");
166 db_printf("%sSS_ISCONNECTED", comma ? ", " : "");
170 db_printf("%sSS_ISCONNECTING", comma ? ", " : "");
174 db_printf("%sSS_ISDISCONNECTING", comma ? ", " : "");
178 db_printf("%sSS_NBIO", comma ? ", " : "");
182 db_printf("%sSS_ASYNC", comma ? ", " : "");
186 db_printf("%sSS_ISCONFIRMING", comma ? ", " : "");
190 db_printf("%sSS_PROTOREF", comma ? ", " : "");
202 db_printf("%sSQ_INCOMP", comma ? ", " : "");
206 db_printf("%sSQ_COMP", comma ? ", " : "");
218 db_printf("%sSBS_CANTSENDMORE", comma ? ", " : "");
222 db_printf("%sSBS_CANTRCVMORE", comma ? ", " : "");
226 db_printf("%sSBS_RCVATMARK", comma ? ", " : "");
237 db_printf(" ");
245 db_printf("%s at %p\n", domain_name, d);
250 db_printf("dom_family: %d ", d->dom_family);
251 db_printf("dom_name: %s\n", d->dom_name);
254 db_printf("dom_init: %p ", d->dom_init);
255 db_printf("dom_externalize: %p ", d->dom_externalize);
256 db_printf("dom_dispose: %p\n", d->dom_dispose);
259 db_printf("dom_protosw: %p ", d->dom_protosw);
260 db_printf("dom_next: %p\n", d->dom_next);
263 db_printf("dom_rtattach: %p ", d->dom_rtattach);
266 db_printf("dom_ifattach: %p ", d->dom_ifattach);
267 db_printf("dom_ifdetach: %p\n", d->dom_ifdetach);
277 db_printf("%sPR_ATOMIC", comma ? ", " : "");
281 db_printf("%sPR_ADDR", comma ? ", " : "");
285 db_printf("%sPR_CONNREQUIRED", comma ? ", " : "");
289 db_printf("%sPR_WANTRCVD", comma ? ", " : "");
293 db_printf("%sPR_RIGHTS", comma ? ", " : "");
297 db_printf("%sPR_IMPLOPCL", comma ? ", " : "");
301 db_printf("%sPR_LASTHDR", comma ? ", " : "");
311 db_printf("%s at %p\n", prname, pr);
316 db_printf("pr_type: %d ", pr->pr_type);
317 db_printf("pr_domain: %p\n", pr->pr_domain);
322 db_printf("pr_protocol: %d\n", pr->pr_protocol);
325 db_printf("pr_flags: %d (", pr->pr_flags);
327 db_printf(")\n");
330 db_printf("pr_input: %p ", pr->pr_input);
331 db_printf("pr_output: %p ", pr->pr_output);
332 db_printf("pr_ctlinput: %p\n", pr->pr_ctlinput);
335 db_printf("pr_ctloutput: %p ", pr->pr_ctloutput);
336 db_printf("pr_init: %p\n", pr->pr_init);
339 db_printf("pr_fasttimo: %p ", pr->pr_fasttimo);
340 db_printf("pr_slowtimo: %p ", pr->pr_slowtimo);
341 db_printf("pr_drain: %p\n", pr->pr_drain);
351 db_printf("%sSB_WAIT", comma ? ", " : "");
355 db_printf("%sSB_SEL", comma ? ", " : "");
359 db_printf("%sSB_ASYNC", comma ? ", " : "");
363 db_printf("%sSB_UPCALL", comma ? ", " : "");
367 db_printf("%sSB_NOINTR", comma ? ", " : "");
371 db_printf("%sSB_AIO", comma ? ", " : "");
375 db_printf("%sSB_KNOTE", comma ? ", " : "");
379 db_printf("%sSB_AUTOSIZE", comma ? ", " : "");
389 db_printf("%s at %p\n", sockbufname, sb);
394 db_printf("sb_state: 0x%x (", sb->sb_state);
396 db_printf(")\n");
399 db_printf("sb_mb: %p ", sb->sb_mb);
400 db_printf("sb_mbtail: %p ", sb->sb_mbtail);
401 db_printf("sb_lastrecord: %p\n", sb->sb_lastrecord);
404 db_printf("sb_sndptr: %p ", sb->sb_sndptr);
405 db_printf("sb_sndptroff: %u\n", sb->sb_sndptroff);
408 db_printf("sb_acc: %u ", sb->sb_acc);
409 db_printf("sb_ccc: %u ", sb->sb_ccc);
410 db_printf("sb_hiwat: %u ", sb->sb_hiwat);
411 db_printf("sb_mbcnt: %u ", sb->sb_mbcnt);
412 db_printf("sb_mbmax: %u\n", sb->sb_mbmax);
415 db_printf("sb_mcnt: %u ", sb->sb_mcnt);
416 db_printf("sb_ccnt: %u ", sb->sb_ccnt);
417 db_printf("sb_ctl: %u ", sb->sb_ctl);
418 db_printf("sb_lowat: %d ", sb->sb_lowat);
419 db_printf("sb_timeo: %jd\n", sb->sb_timeo);
422 db_printf("sb_flags: 0x%x (", sb->sb_flags);
424 db_printf(")\n");
427 db_printf("sb_aiojobq first: %p\n", TAILQ_FIRST(&sb->sb_aiojobq));
435 db_printf("%s at %p\n", socketname, so);
440 db_printf("so_count: %d ", so->so_count);
441 db_printf("so_type: %d (", so->so_type);
443 db_printf(")\n");
446 db_printf("so_options: 0x%x (", so->so_options);
448 db_printf(")\n");
451 db_printf("so_linger: %d ", so->so_linger);
452 db_printf("so_state: 0x%x (", so->so_state);
454 db_printf(")\n");
457 db_printf("so_pcb: %p ", so->so_pcb);
458 db_printf("so_proto: %p\n", so->so_proto);
465 db_printf("sol_incomp first: %p ",
467 db_printf("sol_comp first: %p\n", TAILQ_FIRST(&so->sol_comp));
468 db_printf("sol_qlen: %d ", so->sol_qlen);
469 db_printf("sol_incqlen: %d ", so->sol_incqlen);
470 db_printf("sol_qlimit: %d ", so->sol_qlimit);
472 db_printf("so_qstate: 0x%x (", so->so_qstate);
474 db_printf(") ");
475 db_printf("so_listen: %p ", so->so_listen);
477 db_printf("so_timeo: %d ", so->so_timeo);
478 db_printf("so_error: %d\n", so->so_error);
481 db_printf("so_sigio: %p ", so->so_sigio);
482 db_printf("so_oobmark: %lu\n", so->so_oobmark);
494 db_printf("usage: show socket <addr>\n");
507 db_printf("usage: show sockbuf <addr>\n");
520 db_printf("usage: show protosw <addr>\n");
533 db_printf("usage: show protosw <addr>\n");