Searched refs:l_size (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdscfg/common/
H A Dcfg_local.c341 fprintf(stderr, "addcfline: pre l_size %d h_cfgsizes[%d]"
343 cfp->cf_head->h_cfgs[table_index].l_size, table_index,
354 cfl->l_size + cfl->l_free, cfl->l_size +
357 cfl->l_entry = (char *)realloc(cfl->l_entry, (cfl->l_size +
393 q = cfl->l_entry + cfl->l_size;
399 hd->h_cfgs[table_index].l_size += len;
400 hd->h_cfgsizes[table_index] = cfl->l_size;
404 fprintf(stderr, "addcfline: post l_size %d h_cfgsizes[%d]"
406 cfp->cf_head->h_cfgs[table_index].l_size,
[all...]
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
H A Dcfg.c2552 cfp->cf_head->h_cfgs[i].l_size = 0;
2645 ch->h_cfgs[i].l_size = ch->h_cfgsizes[i];
2714 cfl[i].l_size);
2717 cfl[i].l_entry, cfl[i].l_size);
2718 offset += cfl[i].l_size;
2739 cf->h_csize += cfl[i].l_size;
/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprsort.c42 list->l_size = size;
175 if (list->l_used < list->l_size)
180 if (i + 1 <= list->l_size) { /* insert at the tail */
192 if (list->l_used < list->l_size) { /* just add */
211 (void) memset(list->l_ptrs, 0, sizeof (void *) * list->l_size);
H A Dprstat.h150 int l_size; /* number of allocated pointers */ member in struct:list
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdimpl.h194 int l_size; /* number of allocated pointers */ member in struct:list
H A Drdutil.c167 list->l_size = size;
/opensolaris-onvv-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1954 static size32_t l_size; local
1959 l_size = blabel_size() - 4;
1974 if (len > l_size) {
/opensolaris-onvv-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 276 milliseconds