/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsmka_pathmanager.c | 348 work_queue.head = work_token->next; 354 work_token->next = NULL; 570 token->next = NULL; 575 work_queue.tail = tail_token->next = token; 612 work_queue.head = work_token->next; 614 prev_token->next = work_token->next; 619 current_token->next = NULL; 627 current_token = current_token->next; 812 current = current->next; [all...] |
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 105 struct hspuser *next; /* next user */ member in struct:hspuser 113 struct hspentry *next; /* next hsp entry for a slice */ member in struct:hspentry 120 struct deventry *next; /* next entry with same hash */ member in struct:deventry 126 struct deventry *next_dep; /* next dependent */ 467 hspuser = hspuser->next; 469 hspentry = hspentry->next; 667 hspentry = hspentry->next; [all...] |
H A D | rcm_subr.c | 32 * they are present during the next db_sync cycle. 341 module = module->next; 362 module->next = module_head; 393 curr = curr->next; 400 module_head = curr->next; 402 prev->next = curr->next; 497 while (tmp->next) 498 tmp = tmp->next; 499 tmp->next [all...] |
/illumos-gate/usr/src/lib/librsm/inc/ |
H A D | rsmlib_in.h | 77 struct rsm_pollfd_chunk *next; member in struct:rsm_pollfd_chunk
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_hash.c | 164 sip_hash_obj_t *next = tmp->next_obj; local 166 if (next != NULL) { 167 tmp->prev_obj->next_obj = next; 168 next->prev_obj = tmp->prev_obj;
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.h | 70 Ancestor *next; member in struct:Ancestor
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | libfsmgt.h | 56 struct mount_default_list *next; member in struct:mount_default_list 70 struct mount_list *next; member in struct:mount_list 85 struct share_list *next; member in struct:share_list 98 struct nfs_mntlist *next; member in struct:nfs_mntlist 297 * Description: Convenience function for retrieving the next line from a file. 855 * Description: Retrieves the next entry in the dfstab entry list. 858 * fs_dfstab_entry_t entry - The dfstab entry pointer to get the next 862 * Returns the next dfstab entry.
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | chrqueue.c | 63 CqCharBuff *next; /* The next node in the list of buffers */ member in struct:CqCharBuff 183 * Compute the offset at which the next character should be written 231 node->next = NULL; 236 cq->buffers.tail->next = node; 394 cq->buffers.head = node->next; 403 * when space to write next becomes available.
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 50 next = NULL;
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppmisc.c | 95 q = q->next; 96 if (p) p->next = q; 102 q = q->next; 117 p->next = a;
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 45 fd_info_t *next; local 62 next = fip; 67 list_link(fip, next ? next : (void *)&(P->fd_head));
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | display_sun4u.h | 84 struct io_card *next; member in struct:io_card
|
/illumos-gate/usr/src/lib/libc/port/unwind/ |
H A D | unwind.c | 94 self->ul_clnup_hdr = head->next;
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | ldif.h | 79 char * str_getline( char **next );
|
/illumos-gate/usr/src/head/ |
H A D | pkgstrct.h | 77 *next; member in struct:pinfo
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.h | 59 struct ib_svc_rec_s *next; /* next link */ member in struct:ib_svc_rec_s
|
/illumos-gate/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 342 char *ptr, *next; local 346 if ((id = (idkey_t)strtoul(ptr, &next, base)) != 0) 351 if (next == ptr || *next != 0) { 364 char *ptr, *next; local 370 id = strtol(ptr, &next, 10); 372 if (next != ptr && *next == '\0') { 394 char *ptr, *next; local 400 id = strtol(ptr, &next, 1 467 char *ptr, *next; local [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.h | 108 struct node_el *next; member in struct:node_el
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 211 struct hash_obj *next; member in struct:__anon1220 221 struct hash_obj *next; member in struct:__anon1221 230 struct hash_obj *next; member in struct:__anon1222 251 struct hash_obj *next; member in struct:hash_obj
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | dumpaff.c | 75 hptr = hptr->next) {
|
H A D | dumprcv.c | 68 hptr = hptr->next) {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | ctxop.c | 70 wsp->walk_addr = (uintptr_t)(((ctxop_t *)wsp->walk_data)->next);
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.h | 76 struct s_tbl *next; member in struct:s_tbl
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.h | 105 struct ind_action *next; member in struct:ind_action 116 struct indrule *next; member in struct:indrule 123 struct indicator *next; member in struct:indicator 149 * cleared the next time a fru update needs to 183 struct diskmon *next; member in struct:diskmon
|
/illumos-gate/usr/src/cmd/avs/dsstat/ |
H A D | ii_stats.h | 70 struct iistat_s *next; member in struct:iistat_s
|