HomeSort by relevance Sort by last modified time
    Searched defs:nextfree (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
config.h 51 * nextfree points to where the next string may be added.
55 char *nextfree; member in struct:cfgdata
  /onnv/onnv-gate/usr/src/lib/libmalloc/common/
mallint.h 63 struct header *nextfree; member in struct:header
78 struct lblk *nextfree; member in union:lblk::__anon3729
119 (x)->nextfree = freeptr[0].nextfree;\
120 freeptr[0].nextfree->prevfree = (x);\
121 freeptr[0].nextfree = (x);\
122 assert((x)->nextfree != (x));\
124 #define DELFREEQ(x) (x)->prevfree->nextfree = (x)->nextfree;\
125 (x)->nextfree->prevfree = (x)->prevfree;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
fsck_pcfs.h 120 #define nextfree _unionelem._nextfree macro
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
mkfs.c 2672 pc_cluster32_t nextfree, ci; local
    [all...]

Completed in 2640 milliseconds