Searched refs:hbuff (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 184 unsigned char* hbuff, const int sizeof_hbuff, 237 unsigned char *hbuff, const int size_hbuff, unsigned char *cbuff, in dump_static_object() argument 257 if (hbuff != NULL) { in dump_static_object() 263 sprintf(hbuff+i*2,"%02x",*(object+i)); in dump_static_object() 265 *(hbuff+i*2) = '\0'; in dump_static_object() 290 char hbuff[MAXBUFFERSIZE*2]; in dump_netobj() local 304 hbuff, sizeof(hbuff), cbuff, sizeof(cbuff)); in dump_netobj() 306 nobj->n_len, hbuff, cbuff); in dump_netobj() 315 char hbuff[MAXBUFFERSIZE*2]; in dump_filelock() local 328 sizeof(fl->filehandle), hbuff, sizeof(hbuff), in dump_filelock() [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | async.c | 158 mbuf_Write(bp, async->hbuff, async->length); in async_Decode() 182 async->hbuff[async->length++] = c; in async_Decode()
|
H A D | async.h | 34 u_char hbuff[HDLCSIZE]; /* recv buffer */ member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.h | 57 u16 hbuff; /* bigger than needed, see above for reason */ member
|
H A D | ixl_pf_iflib.c | 579 rctx.hbuff = 0 >> I40E_RXQ_CTX_HBUFF_SHIFT; in ixl_initialize_vsi()
|
H A D | i40e_lan_hmc.c | 739 { I40E_HMC_STORE(i40e_hmc_obj_rxq, hbuff), 5, 109 },
|
H A D | ixl_pf_iov.c | 632 rxq.hbuff = info->hdr_size >> I40E_RXQ_CTX_HBUFF_SHIFT; in ixl_vf_config_rx_queue()
|