Home
last modified time | relevance | path

Searched refs:Dthold_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c124 Dthold_t *h; in _dtmake()
135 if((h = (Dthold_t*)(dt->memoryf)(dt, NIL(Void_t*), sizeof(Dthold_t), disc)) ) in _dtmake()
H A Ddtlist.c156 st->space = sizeof(Dtlist_t) + (dt->disc->link >= 0 ? 0 : dt->data->size*sizeof(Dthold_t));
H A Ddthash.c233 (dt->disc->link >= 0 ? 0 : hash->data.size*sizeof(Dthold_t)); in hstat()
H A Ddttree.c244 st->space = sizeof(Dttree_t) + (dt->disc->link >= 0 ? 0 : size*sizeof(Dthold_t));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h61 typedef struct _dthold_s Dthold_t; typedef
308 #define _DTOBJ(dc,l) ((dc)->link >= 0 ? _DTO(dc,l) : ((Dthold_t*)(l))->obj )