Home
last modified time | relevance | path

Searched refs:tmp_hdr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb2_sign.c217 uint8_t tmp_hdr[SMB2_HDR_SIZE]; in smb2_compute_MAC() local
242 bcopy(m->b_rptr, tmp_hdr, size); in smb2_compute_MAC()
243 bzero(tmp_hdr + SMB2_SIG_OFF, SMB2_SIG_LEN); in smb2_compute_MAC()
244 rc = ops->mac_update(ctx, tmp_hdr, size); in smb2_compute_MAC()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c254 uint8_t tmp_hdr[SMB2_HDR_SIZE]; in smb2_sign_calc_common() local
278 if (smb_mbc_peek(mbc, offset, "#c", tlen, tmp_hdr) != 0) in smb2_sign_calc_common()
280 bzero(tmp_hdr + SMB2_SIG_OFFS, SMB2_SIG_SIZE); in smb2_sign_calc_common()
282 if ((rc = ops->mac_update(ctx, tmp_hdr, tlen)) != 0) in smb2_sign_calc_common()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c364 struct cudbg_hdr *tmp_hdr; in cudbg_view() local
380 tmp_hdr = (struct cudbg_hdr *)pinbuf; in cudbg_view()
381 if ((tmp_hdr->signature != CUDBG_SIGNATURE) && in cudbg_view()
393 tmp_hdr->major_ver, tmp_hdr->minor_ver); in cudbg_view()
395 cs = cudbg_find_changeset(tmp_hdr->major_ver, in cudbg_view()
396 tmp_hdr->minor_ver); in cudbg_view()
400 cs, tmp_hdr->major_ver, tmp_hdr->minor_ver); in cudbg_view()
412 cudbg_print_cudbg_header(tmp_hdr); in cudbg_view()
414 next_rec_offset += tmp_hdr->data_len; in cudbg_view()
415 offset = tmp_hdr->hdr_len; in cudbg_view()
[all …]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7608 union b_block *tmp_hdr; in read_bar_vol_hdr() local
7610 tmp_hdr = (union b_block *)Buffr.b_out_p; in read_bar_vol_hdr()
7661 union b_block *tmp_hdr; in read_bar_file_hdr() local
7672 tmp_hdr = (union b_block *)Buffr.b_out_p; in read_bar_file_hdr()
7674 tmp = &tmp_hdr->dbuf.mode[1]; in read_bar_file_hdr()
7678 (void) sscanf(tmp_hdr->dbuf.size, "%12" SCNo64, in read_bar_file_hdr()
7687 bar_linkflag = tmp_hdr->dbuf.linkflag; in read_bar_file_hdr()
7688 start_of_name = &tmp_hdr->dbuf.start_of_name; in read_bar_file_hdr()
7745 union b_block *tmp_hdr; in skip_bar_volhdr() local
7754 tmp_hdr = (union b_block *)buff; in skip_bar_volhdr()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2433 mpapi_list_header_t *tmp_hdr = hdr; in vhci_mpapi_add_to_list() local
2450 tmp_item = tmp_hdr->head; in vhci_mpapi_add_to_list()