/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | fcloseall.c | 32 Sfpool_t* next; local 42 for(p = &_Sfpool; p; p = next) 43 { /* find the next legitimate pool */ 44 for(next = p->next; next; next = next->next) 45 if(next [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pkdefs.c | 36 char next[8] ={ 1,2,3,4,5,6,7,0}; /* packet sequence numbers */ variable
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_list.c | 23 * the prev/next entries already! 27 struct mlist_head *next) 29 next->prev = new; 30 new->next = next; 32 prev->next = new; 46 __list_add(new, head, head->next); 64 * Delete a list entry by making the prev/next entries 68 * the prev/next entries already! 71 __list_del(struct mlist_head *prev, struct mlist_head *next) argument 26 __list_add(struct mlist_head *new, struct mlist_head *prev, struct mlist_head *next) argument [all...] |
H A D | mr_sas_list.h | 48 * sometimes we already know the next/prev entries and we can 54 struct mlist_head *next, *prev; member in struct:mlist_head 65 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 91 for (pos = (head)->next, prefetch(pos->next); pos != (head); \ 92 pos = pos->next, prefetch(pos->next)) 102 for (pos = (head)->next, n = pos->next; pos != (head); \ 103 pos = n, n = pos->next) [all...] |
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | list.h | 53 * sometimes we already know the next/prev entries and we can 59 struct mlist_head *next, *prev; member in struct:mlist_head 70 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 78 * the prev/next entries already! 82 struct mlist_head *next) 84 next->prev = new; 85 new->next = next; 87 prev->next = new; 101 __list_add(new, head, head->next); 80 __list_add(struct mlist_head *new, struct mlist_head *prev, struct mlist_head *next) argument 127 __list_del(struct mlist_head *prev, struct mlist_head *next) argument [all...] |
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-list.h | 34 * @next: Next list item. 40 struct xge_list_t* next; member in struct:xge_list_t 52 header->next = header; 68 return header->next == header; 75 * Returns the next item from the header. 76 * Returns NULL if the next item is header itself 82 xge_assert(header->next != NULL); 85 if(header->next == header) 88 return header->next; 101 xge_assert(item->next ! [all...] |
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_linux_list.h | 18 * The above copyright notice and this permission notice (including the next 44 struct list_head *next, *prev; member in struct:list_head 52 (head)->next = head; \ 58 (head)->next->prev = entry; \ 59 (entry)->next = (head)->next; \ 61 (head)->next = entry; \ 67 (entry)->next = head; \ 68 (head)->prev->next = entry; \ 74 (entry)->next [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | memlist_new.c | 203 struct memlist *prev, *next; local 231 for (prev = NULL, next = *curmemlistp; next != NULL; 232 prev = next, next = next->ml_next) { 233 if (address > (next->ml_address + next->ml_size)) 241 * Prepend to next. 243 if ((address + bytes) == next 337 struct memlist *dst, *next; local [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationEnumeration.java | 48 Object next() throws ServiceLocationException; method in interface:ServiceLocationEnumeration
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | del_recipl.c | 47 if (r->next != (struct recip *)NULL) { 48 for (r = r->next; r != (struct recip *)NULL; ) { 50 r = old->next;
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_set.c | 40 struct _g_set_elt *next; member in struct:_g_set_elt 53 g_set next; 56 next = (*s)->next; 58 *s = next; 74 first->next = *s; 85 for (p=s; *p; p = &((*p)->next)) { 87 g_set_elt next = (*p)->next; local 89 *p = next; [all...] |
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_memlist.c | 30 * NOTE: We are only using the next-> link. The prev-> link is 71 struct memlist *next, *buf; local 73 next = *list; 74 while (next) { 75 buf = next; 76 next = buf->ml_next; 88 struct memlist *prev = 0, *next; local 91 next = *listp; 92 while (next && next 225 struct memlist *prev = 0, *next; local 262 struct memlist *next; local [all...] |
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_alloc.c | 96 lp->next = lp->prev = lp; 101 nextblock = dbglp->next; 104 dbglp->next = lp; 106 lp->next = nextblock; 153 lp->prev->next = lp->next; 154 lp->next->prev = lp->prev; 176 while (dbglp->next != dbglp) { 177 _dwarf_p_dealloc(dbg, LIST_TO_BLOCK(dbglp->next)); 179 if (dbglp->next ! [all...] |
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfraise.c | 38 Sfpool_t *p, *next; local 42 for(p = &_Sfpool; p; p = next) 44 for(next = p->next; next; next = next->next) 45 if(next->n_sf > 0) 65 reg Sfdisc_t *disc, *next, * local [all...] |
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | table.c | 80 } else if (table[x].next == NULL) { 81 table[x].next = kmem_cache_alloc(ht_node_cache, KM_SLEEP); 82 table[x].next->elements = NULL; 83 table[x].next->next = NULL; 84 table[x].next->key = key; 85 table[x].next->info = 1; 86 (void) ipgpc_list_insert(&table[x].next->elements, id); 88 p = table[x].next; 100 p = p->next; [all...] |
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_cfg.h | 37 struct ctrl_node *next; member in struct:ctrl_node
|
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | radeon_mem.c | 21 * The above copyright notice and this permission notice (including the next 62 newblock->next = p->next; 64 p->next->prev = newblock; 65 p->next = newblock; 79 newblock->next = p->next; 81 p->next->prev = newblock; 82 p->next = newblock; 98 for (p = heap->next; [all...] |
H A D | i915_mem.c | 18 * next paragraph) shall be included in all copies or substantial portions 85 list[(unsigned)list[i].next].prev = list[i].prev; 86 list[(unsigned)list[i].prev].next = list[i].next; 91 list[i].next = list[nr].next; 92 list[(unsigned)list[nr].next].prev = (unsigned char)i; 93 list[nr].next = (unsigned char)i; 112 newblock->next = p->next; [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | myfopen.c | 72 newnode->next = (NODE *)NULL; 81 for (tmp = fplist; tmp != (NODE *)NULL; tmp = tmp->next) 97 newnode->next = curptr->next; 98 curptr->next = newnode; 108 for (prev = cur = fplist; cur != (NODE *)NULL; cur = cur->next) { 111 cur = fplist = cur->next; 113 prev->next = cur->next; 114 cur = prev->next [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/ |
H A D | error_table.h | 17 /*@dependent@*//*@null@*/ struct et_list *next; member in struct:et_list 22 /*@only@*//*@null@*/ struct dynamic_et_list *next; member in struct:dynamic_et_list
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | Parser.h | 52 PathDef *next; member in struct:PathDef 54 ~PathDef() { delete next; }
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | exit.c | 33 struct handlers *next; member in struct:handlers 51 _exit_handlers = h->next;
|
H A D | lfind.c | 51 register POINTER next = base + *nelp * width; /* End of table */ local 53 for ( ; base < next; base += width)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | log.c | 39 mblk_t next; local 76 if (mdb_vread(&next, sizeof (next), addr) == -1) { 81 if (mdb_vread(&lctl, sizeof (lctl), (uintptr_t)next.b_rptr) == -1) { 82 mdb_warn("failed to read log_ctl_t at %p", next.b_rptr); 86 if (mdb_vread(&cont, sizeof (cont), (uintptr_t)next.b_cont) == -1) { 87 mdb_warn("failed to read msgb structure at %p", next.b_cont); 97 mdb_printf("%Y %?p ", lctl.ttime, next.b_rptr);
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | dsr.h | 43 struct list_of_disks *next; /* link to next one */ member in struct:list_of_disks 54 struct mnt_info *next; member in struct:mnt_info
|