Searched defs:l_entry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h89 } l_entry; member in union:zap_leaf_chunk
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h88 #define ZAP_LEAF_ENTRY(l, idx) (&ZAP_LEAF_CHUNK(l, idx).l_entry)
142 } l_entry; member in union:zap_leaf_chunk
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h83 * |________| offset 0 is from h_cfgs[0].l_entry
118 * |- /|-[1]- / |-l_entry == host dev bmap host..ip sync '\0' ...
130 * l_entry - is a pointer to the beginning of the null terminated string
132 * l_esiz - is a list of sizes of the strings contained in l_entry.
133 * l_esiz[0] tells the size of the string at l_entry[0].
135 * at l_entry + l_esiz[0] + l_esiz[1]..+ l_esize[n - 1]
142 * the size of the balance of available memory at the end of l_entry
144 * another block of memory is allocated for l_entry and the balance of
152 char *l_entry; /* start of list */ member in struct:cfglist
162 #define DEFAULT_ENTRY_SIZE (50 * CFG_MAX_BUF) /* 50K for each l_entry */
[all...]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1314 #define ZAP_LEAF_ENTRY(l, idx) (&ZAP_LEAF_CHUNK(l, idx).l_entry)
1365 } l_entry; member in union:zap_leaf_chunk

Completed in 71 milliseconds