Searched refs:l_free (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_listutils.h49 void l_free(slist_t *);
54 #define FREE_SLIST(sl) if ((sl) != NULL) l_free((sl))
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_local.c342 " %d l_free %u adding len %d\n",
345 cfp->cf_head->h_cfgs[table_index].l_free, len);
350 if (cfl->l_free < len) {
354 cfl->l_size + cfl->l_free, cfl->l_size +
355 cfl->l_free + newsize);
358 cfl->l_free + newsize) * sizeof (char));
363 cfl->l_free += newsize;
366 cfl->l_free -= len;
405 " %d l_free %u\n h_csize %d\n",
408 cfp->cf_head->h_cfgs[table_index].l_free, cf
[all...]
H A Dcfg_impl.h123 * |-[n]- \|-l_free == 50537
140 * l_free - is how memory is managed. Memory is allocated on a
145 * the size is added to l_free.
156 uint_t l_free; /* num of characters available */ member in struct:cfglist
H A Dcfg.c2553 cfp->cf_head->h_cfgs[i].l_free = DEFAULT_ENTRY_SIZE;
2597 ch->h_cfgs[i].l_free = 0;
2600 ch->h_cfgs[i].l_free -= ch->h_cfgsizes[i];
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h99 } l_free; member in union:zap_leaf_chunk
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c131 switch (lc->l_free.lf_type) {
146 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type);
147 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next);
171 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE;
172 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1;
174 ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).l_free.lf_next = CHAIN_END;
195 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE);
198 ZAP_LEAF_CHUNK(l, chunk).l_free
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h152 } l_free; member in union:zap_leaf_chunk
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c424 l_free(flist);
451 l_free(flist);
473 l_free(flist);
511 l_free(flist);
533 l_free(flist);
542 l_free(flist);
2185 l_free(orig_filter);
2186 l_free(new_filter);
2753 l_free(new_filter);
2763 l_free(new_filte
[all...]
H A Dip_listutils.c396 l_free(slist_t *a) function
H A Digmp.c740 l_free(pktl);
1050 l_free(a_minus_b);
1072 l_free(a_minus_b);
1073 l_free(b_minus_a);
1141 l_free(a_minus_b);
1162 l_free(a_minus_b);
1163 l_free(b_minus_a);
2419 l_free(pktl);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1375 } l_free; member in union:zap_leaf_chunk
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c661 i, zlc->l_free.lf_next);

Completed in 92 milliseconds