/osnet-11/usr/src/grub/grub2/include/grub/zfs/ |
H A D | dsl_dataset.h | 27 grub_uint64_t ds_dir_obj; 28 grub_uint64_t ds_prev_snap_obj; 29 grub_uint64_t ds_prev_snap_txg; 30 grub_uint64_t ds_next_snap_obj; 31 grub_uint64_t ds_snapnames_zapobj; /* zap obj of snaps; ==0 for snaps */ 32 grub_uint64_t ds_num_children; /* clone/snap children; ==0 for head */ 33 grub_uint64_t ds_creation_time; /* seconds since 1970 */ 34 grub_uint64_t ds_creation_txg; 35 grub_uint64_t ds_deadlist_obj; 36 grub_uint64_t ds_used_byte [all...] |
H A D | dsl_dir.h | 27 grub_uint64_t dd_creation_time; /* not actually used */ 28 grub_uint64_t dd_head_dataset_obj; 29 grub_uint64_t dd_parent_obj; 30 grub_uint64_t dd_clone_parent_obj; 31 grub_uint64_t dd_child_dir_zapobj; 36 grub_uint64_t dd_used_bytes; 37 grub_uint64_t dd_compressed_bytes; 38 grub_uint64_t dd_uncompressed_bytes; 40 grub_uint64_t dd_quota; 42 grub_uint64_t dd_reserve [all...] |
H A D | zfs_znode.h | 40 grub_uint64_t zp_atime[2]; /* 0 - last file access time */ 41 grub_uint64_t zp_mtime[2]; /* 16 - last file modification time */ 42 grub_uint64_t zp_ctime[2]; /* 32 - last file change time */ 43 grub_uint64_t zp_crtime[2]; /* 48 - creation time */ 44 grub_uint64_t zp_gen; /* 64 - generation (txg of creation) */ 45 grub_uint64_t zp_mode; /* 72 - file mode bits */ 46 grub_uint64_t zp_size; /* 80 - size of file */ 47 grub_uint64_t zp_parent; /* 88 - directory parent (`..') */ 48 grub_uint64_t zp_links; /* 96 - number of links to file */ 49 grub_uint64_t zp_xatt [all...] |
H A D | zil.h | 43 grub_uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ 44 grub_uint64_t zh_replay_seq; /* highest replayed sequence number */ 46 grub_uint64_t zh_claim_seq; /* highest claimed sequence number */ 47 grub_uint64_t zh_flags; /* header flags */ 48 grub_uint64_t zh_pad[4];
|
H A D | zio_checksum.h | 26 extern void zio_checksum_SHA256 (const void *, grub_uint64_t, 28 extern void fletcher_2 (const void *, grub_uint64_t, grub_zfs_endian_t endian, 30 extern void fletcher_4 (const void *, grub_uint64_t, grub_zfs_endian_t endian,
|
H A D | zap_impl.h | 32 grub_uint64_t mze_value; 39 grub_uint64_t mz_block_type; /* ZBT_MICRO */ 40 grub_uint64_t mz_salt; 41 grub_uint64_t mz_pad[6]; 75 ((grub_uint64_t *)(zap)->zap_f.zap_phys) \ 83 grub_uint64_t zap_block_type; /* ZBT_HEADER */ 84 grub_uint64_t zap_magic; /* ZAP_MAGIC */ 87 grub_uint64_t zt_blk; /* starting block number */ 88 grub_uint64_t zt_numblks; /* number of blocks */ 89 grub_uint64_t zt_shif [all...] |
H A D | uberblock_impl.h | 37 grub_uint64_t ub_magic; /* UBERBLOCK_MAGIC */ 38 grub_uint64_t ub_version; /* ZFS_VERSION */ 39 grub_uint64_t ub_txg; /* txg of last sync */ 40 grub_uint64_t ub_guid_sum; /* sum of all vdev guids */ 41 grub_uint64_t ub_timestamp; /* UTC time of last sync */
|
H A D | dmu_objset.h | 35 grub_uint64_t os_type; 36 grub_uint64_t os_flags; 38 sizeof (zil_header_t) - sizeof (grub_uint64_t)*2];
|
H A D | vdev_impl.h | 36 grub_uint64_t vb_magic; /* VDEV_BOOT_MAGIC */ 37 grub_uint64_t vb_version; /* VDEV_BOOT_VERSION */ 38 grub_uint64_t vb_offset; /* start offset (bytes) */ 39 grub_uint64_t vb_size; /* size (bytes) */ 40 char vb_pad[VDEV_BOOT_HEADER_SIZE - 4 * sizeof (grub_uint64_t)];
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/generic/ |
H A D | rtc_get_time_ms.c | 26 grub_uint64_t 35 grub_uint64_t ticks_ms_per_sec = ((grub_uint64_t) 1000) * grub_get_rtc ();
|
/osnet-11/usr/src/grub/grub2/grub-core/mmap/mips/ |
H A D | uppermem.c | 25 grub_uint64_t 28 grub_uint64_t lower = 0; 30 auto int NESTED_FUNC_ATTR hook (grub_uint64_t, grub_uint64_t, 32 int NESTED_FUNC_ATTR hook (grub_uint64_t addr, grub_uint64_t size, 48 grub_uint64_t 51 grub_uint64_t upper = 0; 53 auto int NESTED_FUNC_ATTR hook (grub_uint64_t, grub_uint64_t, [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/ |
H A D | uppermem.c | 25 grub_uint64_t 28 grub_uint64_t lower = 0; 30 auto int NESTED_FUNC_ATTR hook (grub_uint64_t, grub_uint64_t, 32 int NESTED_FUNC_ATTR hook (grub_uint64_t addr, grub_uint64_t size, 48 grub_uint64_t 51 grub_uint64_t upper = 0; 53 auto int NESTED_FUNC_ATTR hook (grub_uint64_t, grub_uint64_t, [all...] |
H A D | mmap.c | 31 grub_mmap_malign_and_register (grub_uint64_t align, grub_uint64_t size, 34 grub_uint64_t highestlow = 0; 36 auto int NESTED_FUNC_ATTR find_hook (grub_uint64_t, grub_uint64_t, 38 int NESTED_FUNC_ATTR find_hook (grub_uint64_t start, grub_uint64_t rangesize, 41 grub_uint64_t end = start + rangesize; 82 grub_uint64_t addr;
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | time.c | 22 typedef grub_uint64_t (*get_time_ms_func_t) (void); 27 grub_uint64_t
|
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | memory.h | 27 grub_err_t grub_machine_mmap_register (grub_uint64_t start, grub_uint64_t size,
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | memory.h | 41 typedef int NESTED_FUNC_ATTR (*grub_memory_hook_t) (grub_uint64_t, 42 grub_uint64_t, 53 int grub_mmap_register (grub_uint64_t start, grub_uint64_t size, int type); 56 void *grub_mmap_malign_and_register (grub_uint64_t align, grub_uint64_t size, 66 grub_uint64_t start; 67 grub_uint64_t end;
|
H A D | time.h | 35 grub_uint64_t EXPORT_FUNC(grub_get_time_ms) (void); 37 grub_uint64_t grub_rtc_get_time_ms (void); 45 void grub_install_get_time_ms (grub_uint64_t (*get_time_ms_func) (void));
|
H A D | lvm.h | 51 grub_uint64_t size; 89 grub_uint64_t sector_xl; /* Sector number of this label */ 97 grub_uint64_t offset; /* Offset in bytes to start sector */ 98 grub_uint64_t size; /* Bytes */ 107 grub_uint64_t device_size_xl; /* Bytes */ 120 grub_uint64_t offset; /* Offset in bytes to start sector */ 121 grub_uint64_t size; /* Bytes */ 132 grub_uint64_t start; /* Absolute start byte of mda_header */ 133 grub_uint64_t size; /* Size of metadata area */
|
H A D | types.h | 75 typedef unsigned long grub_uint64_t; typedef 81 typedef unsigned long long grub_uint64_t; typedef 90 typedef grub_uint64_t grub_target_addr_t; 91 typedef grub_uint64_t grub_target_size_t; 100 typedef grub_uint64_t grub_addr_t; 101 typedef grub_uint64_t grub_size_t; 140 typedef grub_uint64_t grub_properly_aligned_t; 145 typedef grub_uint64_t grub_off_t; 148 typedef grub_uint64_t grub_disk_addr_t; 161 grub_uint64_t _ [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
H A D | bsd64.c | 5 typedef grub_uint64_t grub_freebsd_addr_t;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | crc64.c | 26 static grub_uint64_t crc64_table [256]; 31 auto grub_uint64_t reflect (grub_uint64_t ref, int len); 32 grub_uint64_t reflect (grub_uint64_t ref, int len) 34 grub_uint64_t result = 0; 47 grub_uint64_t polynomial = 0x42f0e1eba9ea3693ULL; 67 *(grub_uint64_t *) context = 0; 75 grub_uint64_t crc = ~grub_le_to_cpu64 (*(grub_uint64_t *) contex [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/ |
H A D | tsc.c | 30 static grub_uint64_t tsc_boot_time; 33 static grub_uint64_t tsc_ticks_per_ms; 36 grub_uint64_t 51 grub_uint64_t start_tsc; 52 grub_uint64_t end_tsc;
|
/osnet-11/usr/src/grub/grub2/include/grub/i386/ |
H A D | tsc.h | 25 static __inline grub_uint64_t 54 return (((grub_uint64_t) hi) << 32) | lo; 62 grub_uint64_t id_supported; 139 grub_uint64_t grub_tsc_get_time_ms (void);
|
/osnet-11/usr/src/grub/grub2/include/grub/mips/ |
H A D | time.h | 27 grub_uint64_t EXPORT_FUNC (grub_get_rtc) (void);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/ |
H A D | relocator.c | 28 auto int NESTED_FUNC_ATTR count (grub_uint64_t addr __attribute__ ((unused)), 29 grub_uint64_t len __attribute__ ((unused)), 31 int NESTED_FUNC_ATTR count (grub_uint64_t addr __attribute__ ((unused)), 32 grub_uint64_t len __attribute__ ((unused)), 49 auto int NESTED_FUNC_ATTR fill (grub_uint64_t addr, grub_uint64_t len, 51 int NESTED_FUNC_ATTR fill (grub_uint64_t addr, grub_uint64_t len,
|