/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | list.h | 33 * sometimes we already know the next/prev entries and we can 38 struct list_head *next, *prev; member in struct:list_head 47 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 53 * @prev: 56 * This is only for internal list manipulation where we know the prev/next 60 struct list_head * prev, struct list_head * next) 62 next->prev = new; 64 new->prev = prev; 65 prev 59 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument 104 __list_del(struct list_head * prev, struct list_head * next) argument [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | reslist.c | 43 LDAPMessage *tmp, *prev = NULL; local 46 prev = tmp; 51 if ( prev == NULL ) 54 prev->lm_chain = tmp->lm_chain;
|
/osnet-11/usr/src/lib/libresolv2/include/isc/ |
H A D | list.h | 26 #define LINK(type) struct { type *prev, *next; } 29 (elt)->link.prev = (type *)(-1); \ 34 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ 45 (list).head->link.prev = (elt); \ 48 (elt)->link.prev = NULL; \ 60 (elt)->link.prev = (list).tail; \ 69 (elt)->link.next->link.prev = (elt)->link.prev; \ 72 (list).tail = (elt)->link.prev; \ 74 if ((elt)->link.prev ! [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | debug.c | 49 static double prev; local 54 return prev = tm; 55 return tm - prev;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | addentry.c | 41 LDAPMessage *tmp, *prev = NULL; local 44 prev = tmp; 49 if ( prev == NULL ) 52 prev->lm_chain = tmp->lm_chain;
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | env_private.h | 34 struct grub_env_context *prev; member in struct:grub_env_context
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/ |
H A D | jfs_types.h | 299 struct type *prev;\ 304 struct cdll_entry *prev; member in struct:cdll_entry 341 (elm)->field.prev = (void *)(header);\ 345 (header)->head->field.prev = (elm);\ 358 (elm)->field.prev = (header)->tail;\ 376 (elm)->field.prev = (listelm);\ 380 (listelm)->field.next->field.prev = (elm);\ 394 (elm)->field.prev = (listelm)->field.prev;\ 395 if ((listelm)->field.prev [all...] |
/osnet-11/usr/src/cmd/powertop/common/ |
H A D | suggestions.c | 95 new->prev = NULL; 129 new->prev = n; 137 new->prev = sugg; 138 sugg->prev = new; 146 new->prev = pos->prev; 147 pos->prev->next = new; 148 pos->prev = new; 172 sugg->prev = NULL; 177 n->prev [all...] |
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmzone.c | 52 register char* prev; local 69 prev = 0; 73 prev = zp->type; 74 if (!type || type == prev || !prev)
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_waits.c | 108 evWait *this, *prev; local 116 for (prev = NULL, this = wl->first; 118 prev = this, this = this->next) 121 if (prev != NULL) 122 prev->next = this->next; 126 wl->last = prev; 135 for (prev = NULL, this = ctx->waitDone.first; 137 prev = this, this = this->next) 140 if (prev != NULL) 141 prev [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppincref.c | 42 for (sp = pp.in; sp; sp = sp->prev)
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | resource.c | 39 fc_resource_t *f, *prev, *r = *head; local 42 prev = NULL; 47 if (prev) 48 prev->next = r->next; 60 prev = r;
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | regexp.h | 83 static const char* prev; local 97 if (!re->re_sed && !prev) 102 prev = 0; 123 prev = endbuf; 124 RETURN((char*)prev);
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 187 elem->prev = x->prev; 188 if( x->prev ) x->prev->next = elem; 190 x->prev = elem; 193 if( pH->first ) pH->first->prev = elem; 194 elem->prev = 0; 238 if( elem->prev ){ 239 elem->prev->next = elem->next; 244 elem->next->prev [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_index_entry.cc | 191 db_index_entry_p fst, prev, curr; local 205 prev = fst; 209 prev->addresult(curr); 210 prev = curr; 216 prev->addresult(NULL); /* terminate the list -CM */ 282 db_index_entry_p curr, prev, rp, save; local 285 for (prev = curr = this; curr != NULL; curr = curr->next) { 289 prev = curr; 307 save = prev->next; 308 prev [all...] |
/osnet-11/usr/src/lib/libeti/form/common/ |
H A D | chg_page.c | 52 /* prev - return previous page before current page(cyclic) */ 54 prev(FORM *f) function 72 return (_set_form_page(f, prev(f), (FIELD *) 0));
|
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/ |
H A D | wio_get.c | 62 int ch, prev; local 65 for (prev = EOF; (ch = (*wio->get)(wio->object)) != EOF; prev = ch) { 67 if (ch != prev) {
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | fault.h | 97 sigjmp_buf *prev; member in struct:checkpt 109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \ 113 #define sh_popcontext(shp,bp) (shp->jmplist=(bp)->prev, errorpop(&((bp)->err)))
|
/osnet-11/usr/src/lib/libnsctl/common/ |
H A D | hash.c | 97 hash_node_t *node, *prev; local 113 prev = hash[ index ]; 114 node = prev->next; 116 prev = node; 122 prev->next = node->next;
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | regexp.h | 93 static const char* prev; local 107 if (!re->re_sed && !prev) 112 prev = 0; 133 prev = endbuf; 134 RETURN((char*)prev);
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | regexp.h | 93 static const char* prev; local 107 if (!re->re_sed && !prev) 112 prev = 0; 133 prev = endbuf; 134 RETURN((char*)prev);
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | regexp.h | 93 static const char* prev; local 107 if (!re->re_sed && !prev) 112 prev = 0; 133 prev = endbuf; 134 RETURN((char*)prev);
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regexp.h | 93 static const char* prev; local 107 if (!re->re_sed && !prev) 112 prev = 0; 133 prev = endbuf; 134 RETURN((char*)prev);
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | tsol_getrhent.c | 38 char prev; local 44 prev = '\0'; 62 (ipv6 == 1 && prev != '\\' && *linep == ':')) 65 prev = *linep; 70 (ipv6 == 1 && prev != '\\' && *linep == ':')))
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | context.c | 31 struct menu_pointer *prev; member in struct:menu_pointer 69 context->prev = grub_current_context; 72 menu->prev = current_menu; 80 for (var = context->prev->vars[i]; var; var = var->next) 118 if (! grub_current_context->prev) 137 context = grub_current_context->prev; 141 menu = current_menu->prev;
|