Searched refs:pbuff (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rport.c | 321 char pbuff[16], hbuff[32]; in interpret_reserved() local 442 (void) snprintf(pbuff, sizeof (pbuff), "%s: ", pn); in interpret_reserved() 444 show_header(pbuff, hbuff, dlen); in interpret_reserved()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | dump.c | 271 char pbuff[256] = { 0 }; in dump_pdu() local 307 pbuff, sizeof (pbuff)); in dump_pdu() 308 printf("%s\n", pbuff); in dump_pdu() 1038 char pbuff[256] = { 0 }; in print_portal() local 1046 inet_ntop(AF_INET6, (void *)ip, pbuff, sizeof (pbuff)); in print_portal() 1049 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal() 1052 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal() 1066 char pbuff[256] = { 0 }; in print_pg() local 1078 inet_ntop(AF_INET6, (void *)ip, pbuff, sizeof (pbuff)); in print_pg() 1082 printf("%s\t%s:%d", ident, pbuff, PORT_NUMBER(port)); in print_pg() [all …]
|
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 403 uint32_t pbuff; in dmfe_init_rings() local 420 pbuff = dmfep->rx_buff.mem_dvma; in dmfe_init_rings() 425 dmfe_ring_put32(descp, i, BUFFER1, pbuff); in dmfe_init_rings() 430 pbuff += DMFE_BUF_SIZE; in dmfe_init_rings() 451 pbuff = dmfep->tx_buff.mem_dvma; in dmfe_init_rings() 456 dmfe_ring_put32(descp, i, BUFFER1, pbuff); in dmfe_init_rings() 461 pbuff += DMFE_BUF_SIZE; in dmfe_init_rings()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 1330 char pbuff[10], pbuffq[10]; local 1454 if (getword(pbuff, pbuffq, &hn, &hnq, ')', 1455 sizeof (pbuff)) == -1) 1457 if (!*pbuff) 1460 penalty = atoi(pbuff);
|