Searched refs:next (Results 776 - 800 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c334 for (; arglist && arglist->arg; arglist = arglist->next)
391 arg = arg->next;
676 for (cmd = list->next; cmd; cmd = cmd->next)
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dradeon_fuloong2e.c220 .next = 0
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.h230 unsigned char next; member in struct:ringbuffer
H A Dundi.h139 uint16_t next; member in struct:pnp_header
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h133 Hash_bucket_t* next; /* next in collision chain */ \
/osnet-11/usr/src/lib/libast/common/include/
H A Dhash.h124 Hash_bucket_t* next; /* next in collision chain */ \
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfclose.c130 f->endb = f->endr = f->endw = f->next = f->data;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmstat.c76 for(seg = vd->seg; seg; seg = seg->next)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dhash.h133 Hash_bucket_t* next; /* next in collision chain */ \
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h133 Hash_bucket_t* next; /* next in collision chain */ \
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h133 Hash_bucket_t* next; /* next in collision chain */ \
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h104 struct scf_pgrp_kva_node *next; member in struct:scf_pgrp_kva_node
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s82 .empty ! next instruction is safe, %o0 still good
161 mov %o7, %o3 ! the next instruction will clobber %o7
/osnet-11/usr/src/lib/libc/inc/
H A Dtdb_agent.h140 uint64_t next; member in struct:__anon1336
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h103 struct line_matches *next; member in struct:line_matches
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c59 curEntry = curEntry->next;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h87 struct session *next; /* points to next session on the list */ member in struct:session
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c712 dl = dl->next;
752 dl_ses = dl_ses->next;
799 dl_tail->next = dl;
843 dl_tail->next = dl;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_drv.c56 for (p = dnlp; p != NULL; p = p->next)
68 for (p = dnlp; p != NULL; p = p->next)
83 for (dl1 = dnlp; dl1 != NULL; dl1 = dl1->next) {
86 for (dl2 = dl1->next; dl2 != NULL; dl2 = dl2->next) {
113 for (p = dnlp; p != NULL; p = p->next) {
192 sn_next = &sn->next;
311 for (p = dnlp; p != NULL; p = p->next) {
334 for (p = dnlp; p != NULL; p = p->next) {
787 * This is ok to fail since next nod
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c38 struct edit* next; member in struct:edit
44 struct map* next; member in struct:map
81 q = q->next;
82 if (p) p->next = q;
88 q = q->next;
103 p->next = a;
156 * return symbol pointer for next token macro (re)definition
526 for (map = (struct map*)pp.maps; map; map = map->next)
550 for (edit = map->edit; edit; edit = edit->next)
1926 edit = edit->next
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c120 n = n->next;
185 n = n->next;
267 n = n->next;
360 n = n->next;
382 n = n->next;
482 n = n->next;
911 node = node->next;
1010 node = node->next;
/osnet-11/usr/src/lib/libndr/common/
H A Dlibndr.h227 struct ndr_binding *next; member in struct:ndr_binding
272 * Number of bytes required to align SIZE on the next dword/4-byte
356 * next ----------------------+ |
373 char *next; member in struct:ndr_heap
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddisk.h121 PedPartition* next; member in struct:_PedPartition
250 PedDiskType* next; member in struct:_PedDiskType
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c124 struct conf_entry *next; member in struct:conf_entry
157 * Leave NEWLINE as the next character.
188 /* return the next token from the given driver.conf file, or -1 on error */
382 * the next (i.e. escaped) character.
429 struct conf_entry *confent, *next; local
431 for (confent = confent_list; confent != NULL; confent = next) {
432 next = confent->next;
438 * Parse the next entry from the driver.conf file and return in the form of
705 tail->next
[all...]

Completed in 356 milliseconds

<<31323334353637383940>>