Home
last modified time | relevance | path

Searched refs:se_next (Results 1 – 12 of 12) sorted by path

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c161 assert(se_tail->se_next == NULL); in buildbuffer_list()
162 se_tail->se_next = sep; in buildbuffer_list()
291 nextp = sep_listp->se_next; in free_sharepnt_list()
305 for (p = prev = *se_listpp; p != NULL; p = p->se_next) { in remove_sharepnt_ent()
308 *se_listpp = (*se_listpp)->se_next; in remove_sharepnt_ent()
310 prev->se_next = sep->se_next; in remove_sharepnt_ent()
343 for (; sep != NULL; sep = sep->se_next) in print_sharepnt_list()
374 for (; sep != NULL; sep = sep->se_next) { in findsharepnt()
H A Dbuffer_list.h55 struct sharepnt_ent *se_next; member
H A Dnfslogd.c557 next = sep->se_next; in nfslogtab_remove()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c176 struct stacks_entry *se_next; member
347 next = cur->se_next; in stacks_cleanup()
418 sepp = &sep->se_next) { in stacks_thread_cb()
429 nsep->se_next = NULL; in stacks_thread_cb()
505 for (sep = si.si_hash[idx]; sep != NULL; sep = sep->se_next) in stacks_run()
791 tail->se_next = sp; in stacks()
793 sp->se_next = NULL; in stacks()
856 sep->se_next : sep->se_dup; in stacks()
883 cur = only_matching ? cur->se_next : cur->se_dup; in stacks()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c644 sep->se_next = NULL; in parse_conf_file()
671 syseventtab_tail->se_next = sep; in parse_conf_file()
677 for (sp = syseventtab; sp; sp = sp->se_next) { in parse_conf_file()
890 sep_next = sep->se_next; in free_event_table()
2093 for (sep = syseventtab; sep; sep = sep->se_next) { in sysevent_conf_event()
H A Dsysevent_conf_mod.h82 struct syseventtab *se_next; member
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c66 struct strentry *se_next; member
552 tmp_str->se_next = NULL; in _build_defattrs()
556 tail_str->se_next = tmp_str; in _build_defattrs()
784 tmp_str->se_next = NULL; in _rebuild_lists()
788 tail_str->se_next = tmp_str; in _rebuild_lists()
872 tmp_str->se_next = NULL; in _rebuild_lists()
876 tail_str->se_next = tmp_str; in _rebuild_lists()
924 tmp_str->se_next = NULL; in _build_lists()
955 tmp_str->se_next = NULL; in _build_lists()
1022 tmp_str = tmp_str->se_next; in _write_device_allocate()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c213 sess_nextp = sessp->se_next; in C_CloseAllSessions()
H A Dpkcs11Session.h41 struct pkcs11_session *se_next; /* in this slot */ member
H A Dpkcs11Sessionlist.c65 newhandle->se_next = NULL; in pkcs11_session_add()
68 newhandle->se_next = slotp->sl_sess_list; in pkcs11_session_add()
98 if (sessp->se_next != NULL) { in pkcs11_session_delete()
99 slotp->sl_sess_list = sessp->se_next; in pkcs11_session_delete()
100 sessp->se_next->se_prev = NULL; in pkcs11_session_delete()
107 if (sessp->se_next != NULL) { in pkcs11_session_delete()
109 sessp->se_prev->se_next = sessp->se_next; in pkcs11_session_delete()
110 sessp->se_next->se_prev = sessp->se_prev; in pkcs11_session_delete()
113 sessp->se_prev->se_next = NULL; in pkcs11_session_delete()
143 sess_nextp = sessp->se_next; in pkcs11_sessionlist_delete()
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c74 for (pp = &_libsmp_engines; *pp != NULL; pp = &((*pp)->se_next)) in smp_engine_destroy()
79 *pp = (*pp)->se_next; in smp_engine_destroy()
102 _libsmp_engines = ep->se_next; in smp_engine_fini()
157 ep->se_next = _libsmp_engines; in smp_engine_register()
170 for (ep = _libsmp_engines; ep != NULL; ep = ep->se_next) { in smp_engine_hold_cached()
H A Dsmp_impl.h58 struct smp_engine *se_next; member