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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c163 typedef struct anchor ANCHOR; typedef in typeref:struct:anchor
166 ANCHOR *next, *prior; /* forward, backward ptrs for list */
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
176 static ANCHOR firstAnchor; /* the first anchor to use */
200 ANCHOR *newanchp;
301 (ANCHOR *)libc_malloc(sizeof (ANCHOR));
365 ANCHOR *ap; /* temp anchor ptr */
367 ANCHOR *histp; /* anchor with histogram to use */
439 #define GETTHISMUCH (sizeof (ANCHOR)
[all...]

Completed in 71 milliseconds