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

/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h238 Elf32_Word vn_next; member in struct:__anon421
H A Delf64.h242 Elf64_Word vn_next; member in struct:__anon438
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h358 Elf32_Word vn_next; /* no. of bytes from start of this */ member in struct:__anon278
402 Elf64_Word vn_next; /* no. of bytes from start of this */ member in struct:__anon283
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3279 struct vmem_node *vn_next; member in struct:vmem_node
3308 vp->vn_next = head;
3322 for (vp = head; vp != NULL; vp = vp->vn_next) {
3330 for (parent = head; parent != NULL; parent = parent->vn_next) {
3358 head = vp->vn_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2935 struct vmem_node *vn_next; member in struct:vmem_node
2964 vp->vn_next = head;
2978 for (vp = head; vp != NULL; vp = vp->vn_next) {
2986 for (parent = head; parent != NULL; parent = parent->vn_next) {
3014 head = vp->vn_next;

Completed in 77 milliseconds