Home
last modified time | relevance | path

Searched refs:next_cookie (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1253 cookie = cookie->next_cookie; in ndi_event_free_hdl()
1363 next = next->next_cookie; in ndi_event_bind_set()
1377 prev->next_cookie = new_cookie; in ndi_event_bind_set()
1528 prev->next_cookie = in ndi_event_unbind_set()
1529 cookie_list->next_cookie; in ndi_event_unbind_set()
1532 cookie_list->next_cookie; in ndi_event_unbind_set()
2012 list = list->next_cookie; in ndi_event_tag_to_cookie()
2039 list = list->next_cookie; in ndi_event_cookie_to_tag()
2067 list = list->next_cookie; in ndi_event_cookie_to_name()
2094 list = list->next_cookie; in ndi_event_tag_to_name()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c651 memseg->next_cookie = (memseg->ncookies > 1) ? 1 : 0; in i_ldc_mem_bind_handle()
697 if (memseg->next_cookie != 0) { in ldc_mem_nextcookie()
698 cookie->addr = memseg->cookies[memseg->next_cookie].addr; in ldc_mem_nextcookie()
699 cookie->size = memseg->cookies[memseg->next_cookie].size; in ldc_mem_nextcookie()
700 memseg->next_cookie++; in ldc_mem_nextcookie()
701 if (memseg->next_cookie == memseg->ncookies) in ldc_mem_nextcookie()
702 memseg->next_cookie = 0; in ldc_mem_nextcookie()
1490 memseg->next_cookie = 0; in i_ldc_mem_map()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c201 cookie_list = cookie.next_cookie; in ndi_event_print()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h353 uint64_t next_cookie; /* Index to next cookie */ member
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c299 db->aDb[0].schema_cookie = db->next_cookie; in sqliteCommitInternalChanges()
777 if( db->next_cookie==db->aDb[0].schema_cookie ){ in sqliteChangeCookie()
780 db->next_cookie = db->aDb[0].schema_cookie + r + 1; in sqliteChangeCookie()
782 sqliteVdbeAddOp(v, OP_Integer, db->next_cookie, 0); in sqliteChangeCookie()
H A DsqliteInt.h354 int next_cookie; /* Next value of aDb[0].schema_cookie */ member
H A Dmain.c276 db->next_cookie = meta[1]; in sqliteInitOne()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h499 struct ndi_event_cookie *next_cookie; /* Next cookie def'd in hdl */ member
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h612 struct ns_ldap_cookie *next_cookie; member
H A Dns_reads.c3467 c = (batch->next_cookie == NULL) ? in __ns_ldap_list_batch_process()
3468 batch->cookie_list : batch->next_cookie; in __ns_ldap_list_batch_process()
3470 batch->next_cookie = c->next_cookie_in_batch; in __ns_ldap_list_batch_process()