Searched refs:hbuff (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c277 static char hbuff[1024]; local
281 if (len * 2 > sizeof (hbuff)) {
283 len = sizeof (hbuff) / 2;
288 hbuff[j++] = hexstr[p[i] >> 4 & 0x0f];
289 hbuff[j++] = hexstr[p[i] & 0x0f];
293 hbuff[len * 2 - strlen("<Too Long>")] = '\0';
294 strcat(hbuff, "<Too Long>");
296 hbuff[j] = '\0';
298 return (hbuff);
H A Dsnoop_display.c706 static char hbuff[1024]; local
712 hbuff[0] = '\0';
713 return (hbuff);
721 if (len * 2 > sizeof (hbuff)) {
723 len = sizeof (hbuff) / 2;
728 hbuff[j++] = hexstr[rbuff[i] >> 4 & 0x0f];
729 hbuff[j++] = hexstr[rbuff[i] & 0x0f];
733 hbuff[len * 2 - strlen("<Too Long>")] = '\0';
734 strcat(hbuff, "<Too Long>");
736 hbuff[
[all...]
H A Dsnoop_rport.c321 char pbuff[16], hbuff[32]; local
443 (void) snprintf(hbuff, sizeof (hbuff), "%s: ", pn);
444 show_header(pbuff, hbuff, dlen);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.h58 u16 hbuff; /* bigger than needed, see above for reason */ member in struct:i40e_hmc_obj_rxq
H A Di40e_lan_hmc.c735 { I40E_HMC_STORE(i40e_hmc_obj_rxq, hbuff), 5, 109 },
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2187 rctx.hbuff = 0 >> I40E_RXQ_CTX_HBUFF_SHIFT;

Completed in 87 milliseconds