Searched defs:tmp_hdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c159 uint8_t tmp_hdr[SMB2_HDR_SIZE]; local
182 if (smb_mbc_peek(mbc, offset, "#c", tlen, tmp_hdr) != 0)
184 bzero(tmp_hdr + SMB2_SIG_OFFS, SMB2_SIG_SIZE);
185 if ((rc = smb2_hmac_update(ctx, tmp_hdr, tlen)) != 0)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2447 mpapi_list_header_t *tmp_hdr = hdr; local
2464 tmp_item = tmp_hdr->head;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7591 union b_block *tmp_hdr; local
7593 tmp_hdr = (union b_block *)Buffr.b_out_p;
7594 if (tmp_hdr->dbuf.bar_magic[0] == BAR_VOLUME_MAGIC) {
7599 (void) memcpy(&(bar_Vhdr->dbuf), &(tmp_hdr->dbuf), TBLOCK);
7644 union b_block *tmp_hdr; local
7653 tmp_hdr = (union b_block *)Buffr.b_out_p;
7655 tmp = &tmp_hdr->dbuf.mode[1];
7657 (void) sscanf(tmp_hdr->dbuf.uid, "%8lo", &Gen.g_uid);
7658 (void) sscanf(tmp_hdr->dbuf.gid, "%8lo", &Gen.g_gid);
7659 (void) sscanf(tmp_hdr
7726 union b_block *tmp_hdr; local
[all...]

Completed in 66 milliseconds