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

/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzap_leaf.h87 } l_entry; member in union:zap_leaf_chunk
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h89 } l_entry; member in union:zap_leaf_chunk
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h82 * |________| offset 0 is from h_cfgs[0].l_entry
117 * |- /|-[1]- / |-l_entry == host dev bmap host..ip sync '\0' ...
129 * l_entry - is a pointer to the beginning of the null terminated string
131 * l_esiz - is a list of sizes of the strings contained in l_entry.
132 * l_esiz[0] tells the size of the string at l_entry[0].
134 * at l_entry + l_esiz[0] + l_esiz[1]..+ l_esize[n - 1]
141 * the size of the balance of available memory at the end of l_entry
143 * another block of memory is allocated for l_entry and the balance of
151 char *l_entry; /* start of list */ member in struct:cfglist
161 #define DEFAULT_ENTRY_SIZE (50 * CFG_MAX_BUF) /* 50K for each l_entry */
[all...]

Completed in 32 milliseconds