Searched refs:alloc_length (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscsicmd.h45 grub_uint8_t alloc_length; member in struct:grub_scsi_inquiry
68 grub_uint8_t alloc_length; member in struct:grub_scsi_request_sense
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dscsi.c76 rs.alloc_length = 0x12; /* XXX: Hardcoded for now */
133 iq.alloc_length = 0x24; /* XXX: Hardcoded for now */
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c164 sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq);
1192 * alloc_length long. Both (alloc_offset) and (alloc_offset +
1193 * alloc_length) must be contained within the free extent.
1212 sp_ext_length_t alloc_length,
1219 sp_ext_offset_t alloc_end = alloc_offset + alloc_length;
1240 meta_sp_list_insert(sp, np, head, alloc_offset, alloc_length,
1206 meta_sp_alloc_by_ext( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_node_t *free_ext, sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq ) argument

Completed in 36 milliseconds