Searched refs:tmp_hdr (Results 1 – 2 of 2) sorted by relevance
7591 union b_block *tmp_hdr; in read_bar_vol_hdr() local7593 tmp_hdr = (union b_block *)Buffr.b_out_p; in read_bar_vol_hdr()7594 if (tmp_hdr->dbuf.bar_magic[0] == BAR_VOLUME_MAGIC) { in read_bar_vol_hdr()7599 (void) memcpy(&(bar_Vhdr->dbuf), &(tmp_hdr->dbuf), TBLOCK); in read_bar_vol_hdr()7644 union b_block *tmp_hdr; in read_bar_file_hdr() local7653 tmp_hdr = (union b_block *)Buffr.b_out_p; in read_bar_file_hdr()7655 tmp = &tmp_hdr->dbuf.mode[1]; in read_bar_file_hdr()7657 (void) sscanf(tmp_hdr->dbuf.uid, "%8lo", &Gen.g_uid); in read_bar_file_hdr()7658 (void) sscanf(tmp_hdr->dbuf.gid, "%8lo", &Gen.g_gid); in read_bar_file_hdr()7659 (void) sscanf(tmp_hdr->dbuf.size, "%12llo", in read_bar_file_hdr()[all …]
2447 mpapi_list_header_t *tmp_hdr = hdr; in vhci_mpapi_add_to_list() local2464 tmp_item = tmp_hdr->head; in vhci_mpapi_add_to_list()