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

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h73 * | header | of h_cfg[n].l_size entries. index 4
74 * disk layout | | contains cfp->cf_head->h_cfg[4].l_size.
110 * A copy of each cfglist[n].l_size is kept in the header
124 * |-l_size == 663 (130 + 132 + 135 + 133 + 133)
146 * l_size - is size of this list. It is the summation of l_esiz[0..n]
157 int l_size; /* size of list */ member in struct:cfglist
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h153 int l_size; /* number of allocated pointers */ member in struct:list
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1968 static size32_t l_size; local
1973 l_size = blabel_size() - 4;
1988 if (len > l_size) {
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c2221 static size32_t l_size; local
2230 l_size = blabel_size() - 4;
2234 if ((len > l_size) ||

Completed in 62 milliseconds