Home
last modified time | relevance | path

Searched refs:lastnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h186 #define emulMaskInit(ctx, field, ev, lastnext) \ argument
189 ctx->field.result = lastnext;
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c849 GCObject **lastnext = &g->tobefnz; in separatetobefnz() local
851 while (*lastnext != NULL) in separatetobefnz()
852 lastnext = &gch(*lastnext)->next; in separatetobefnz()
861 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */ in separatetobefnz()
862 *lastnext = curr; in separatetobefnz()
863 lastnext = &gch(curr)->next; in separatetobefnz()