HomeSort by relevance Sort by last modified time
    Searched defs:cookie (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/
dapl_ep_post_recv.c 81 DAPL_COOKIE *cookie; local
113 &cookie);
123 dat_status = dapls_ib_post_recv(ep_ptr, cookie, num_segments,
126 dat_status = dapls_ib_post_recv_one(ep_ptr, cookie, local_iov);
129 dapls_cookie_dealloc(&ep_ptr->recv_buffer, cookie);
dapl_rmr_bind.c 90 DAPL_COOKIE *cookie; local
147 rmr, user_cookie, &cookie);
155 cookie,
161 dapls_cookie_dealloc(&ep_ptr->req_buffer, cookie);
193 DAPL_COOKIE *cookie; local
231 user_cookie, &cookie);
238 ep_ptr, cookie, completion_flags);
241 dapls_cookie_dealloc(&ep_ptr->req_buffer, cookie);
dapl_cookie.c 35 * PURPOSE: Manage CQE cookie structures
46 * enough to hold cookie data for the maximum number of operations possible
49 * Two pieces of information are maintained to manage cookie allocation:
51 * head index : index of next unallocated cookie
52 * tail index : index of last unallocated cookie
54 * Each cookie store its index in this memory pool.
56 * When an event is received, the index stored in the event's cookie will be
101 DAPL_COOKIE *cookie);
183 * new_buffer pointer to the newly allocated cookie buffer
211 * create a new cookie buffer, the queue type and queue ptr remain th
357 DAPL_COOKIE *cookie; local
403 DAPL_COOKIE *cookie; local
    [all...]
dapl_srq.c 261 DAPL_COOKIE *cookie; local
286 &cookie);
294 dat_status = dapls_ib_post_srq(srq_ptr, cookie, num_segments,
298 dapls_cookie_dealloc(&srq_ptr->recv_buffer, cookie);
dapl_ep_util.c 304 DAPL_COOKIE *cookie; local
322 &cookie);
334 cookie,
342 cookie,
347 dapls_cookie_dealloc(&ep->req_buffer, cookie);
  /onnv/onnv-gate/usr/src/lib/libcmdutils/common/
avltree.c 205 void *cookie; local
210 cookie = NULL;
211 while ((tnode = avl_destroy_nodes(stree, &cookie)) != NULL) {
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
sized_array.c 42 /* COOKIE provides some bad-pointer protection. */
43 #define COOKIE "SACOOKIE"
48 #if defined(COOKIE)
49 char cookie[8]; member in struct:sized_array
72 #if defined(COOKIE)
73 (void) memcpy(sa->cookie, COOKIE, sizeof (sa->cookie));
89 #if defined(COOKIE)
90 assert(memcmp(sa->cookie, COOKIE, sizeof (sa->cookie)) == 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
physmem.h 48 uint64_t cookie; /* cookie returned for destroy function */ member in struct:physmem_setup_param
  /onnv/onnv-gate/usr/src/uts/intel/io/dktp/hba/ghd/
ghd_dma.c 136 int sg_size, ddi_dma_cookie_t cookie)
160 (*cccp->ccc_sg_func)(gcmdp, &cookie, single_seg, num_segs);
163 toxfer += cookie.dmac_size;
168 * if this was the last cookie in the current window
185 ddi_dma_nextcookie(gcmdp->cmd_dma_handle, &cookie);
203 ddi_dma_cookie_t cookie; local
209 cookie = gcmdp->cmd_first_cookie;
223 * start the next window, and get its first cookie
227 &cookie, &gcmdp->cmd_ccount);
233 * get the next cookie in the current windo
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
ndievents.c 106 ndi_callback_print(struct ndi_event_cookie *cookie, uint_t flags)
114 if (!cookie) {
118 callback_list = cookie->callback_list;
144 "\t\t Callback Cookie:\t%-?p\n",
160 struct ndi_event_cookie cookie; local
174 if (mdb_vread(&cookie, sizeof (struct ndi_event_cookie),
176 mdb_warn("Unable to access cookie list");
181 (uintptr_t)cookie.definition) == -1) {
183 cookie.definition);
189 mdb_warn("Unable to read cookie name.")
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/aggr/
aggr_send.c 80 mac_tx_cookie_t cookie; local
128 cookie = mac_tx(port->lp_mch, mp, (uintptr_t)hash,
133 if (cookie != NULL) {
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
Lgrp.pm 93 # lgrp_isleaf($cookie, $lgrp)
98 scalar @_ == 2 or _usage "lgrp_isleaf(cookie, lgrp)";
103 # lgrp_lgrps($cookie, [$lgrp])
109 scalar @_ > 0 or _usage("lgrp_lgrps(cookie, [lgrp])");
110 my $cookie = shift;
112 $root = lgrp_root($cookie) unless defined $root;
114 my @children = lgrp_children($cookie, $root);
123 ($root, map {lgrp_lgrps($cookie, $_)} @children) :
129 # lgrp_leaves($cookie, [$lgrp])
136 scalar @_ > 0 or _usage("lgrp_leaves(cookie, [lgrp])")
156 sub cookie subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjlgrp/
jlgrp.c 47 fid = (*env)->GetFieldID(env, clazz, "cookie", "J");
65 * Obtain an lgrp cookie for an lgrp snapshot which contains details
76 lgrp_cookie_t cookie; local
78 if ((cookie = lgrp_init(view)) == LGRP_COOKIE_NONE) {
80 "Could not obtain latency group cookie");
83 return ((jlong)cookie);
88 * the cookie is held in the "cookie" field of the invoking instance
136 lgrp_cookie_t cookie; local
150 cookie = getCookie(env, (*env)->GetObjectClass(env, domain), domain)
192 lgrp_cookie_t cookie; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
deathrow.c 196 void *cookie = NULL; local
204 while ((d = uu_list_teardown(deathrow_list, &cookie)) != NULL) {
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
slp_ua_common.c 41 void *cookie; member in struct:thr_call_args
51 SLPGenericAppCB cb, void *cookie,
80 args->cookie = cookie;
140 cont = args->msg_cb(hp, reply, args->cb, args->cookie,
151 args->msg_cb(hp, NULL, args->cb, args->cookie,
  /onnv/onnv-gate/usr/src/uts/common/os/
ftrace.c 361 ftrace_icookie_t cookie; local
366 cookie = ftrace_interrupt_disable();
372 ftrace_interrupt_enable(cookie);
386 ftrace_interrupt_enable(cookie);
395 ftrace_icookie_t cookie; local
400 cookie = ftrace_interrupt_disable();
406 ftrace_interrupt_enable(cookie);
421 ftrace_interrupt_enable(cookie);
430 ftrace_icookie_t cookie; local
435 cookie = ftrace_interrupt_disable()
466 ftrace_icookie_t cookie; local
504 ftrace_icookie_t cookie; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_config.c 76 void *cookie = NULL; local
79 &cookie)) != NULL) {
105 void *cookie; local
167 cookie = NULL;
168 while ((cn = uu_avl_teardown(hdl->libzfs_ns_avl, &cookie)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr_discovery.c 93 /* The configuration cookie passed along through all SLP callbacks. */
240 SLPError errin, void *cookie) {
246 struct config_cookie *cfg = (struct config_cookie *)cookie;
304 SLPError errin, void *cookie) {
306 struct config_cookie *cfg = (struct config_cookie *)cookie;
336 err = SLPFindAttrs(h, u, cfg->scopes, "", aggregate_attrs, cookie);
360 static void update_config(const char *context, struct config_cookie *cookie) {
377 cookie->cache_cfg = cookie->get_cfghandle(unesc_domain);
388 cookie->h = persrv_h
484 struct config_cookie cookie[1]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_dbimpl.c 72 * This cookie structure is used to iterate through the
75 struct cookie { struct
421 * the input 'cookie'.
426 void **cookie)
429 struct cookie *c;
432 if (cookie == NULL || *cookie == NULL || db == NULL)
434 c = *cookie;
441 /* retrieve the hash entry from the cookie */
447 * the cookie is also used in a walk-d
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
string_table.c 563 void *cookie; local
613 cookie = NULL;
615 &cookie)) != NULL)
634 cookie = NULL;
636 &cookie)) != NULL)
  /onnv/onnv-gate/usr/src/lib/librcm/
librcm_event.c 177 * add result to cookie, this is only invoked if result size > BUF_THRESHOLD
197 * Attach current door result to the door cookie
247 door_service(void *cookie, char *args, size_t alen,
253 door_cookie_t *cook = (door_cookie_t *)cookie;
260 free_door_result(cookie, *(uint64_t *)(void *)args);
333 door_cookie_t *cookie; local
342 /* allocate space for door cookie */
343 if ((cookie = calloc(1, sizeof (*cookie))) == NULL) {
347 cookie->door_func = func
382 door_cookie_t *cookie; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
softASN1.c 962 char *cookie; local
983 if (ber_first_element(p8obj_asn, &size, &cookie) != LBER_INTEGER) {
990 if (ber_next_element(p8obj_asn, &size, cookie) != LBER_SEQUENCE) {
997 if (ber_next_element(p8obj_asn, &size, cookie) != OID_TAG) {
1013 if (ber_next_element(p8obj_asn, &size, cookie) != LBER_NULL) {
1020 if (ber_next_element(p8obj_asn, &size, cookie) != LBER_OCTETSTRING) {
1040 if (ber_first_element(key_asn, &size, &cookie) != LBER_INTEGER) {
1047 if (ber_next_element(key_asn, &size, cookie) != LBER_INTEGER) {
1070 if (ber_next_element(key_asn, &size, cookie) != LBER_INTEGER) {
1093 if (ber_next_element(key_asn, &size, cookie) != LBER_INTEGER)
1272 char *cookie; local
1480 char *cookie; local
1664 char *cookie; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/1394/
nx1394.c 337 * Returns event cookie corresponding to event "name".
367 * the specified callback for the requested event cookie with the ndi
374 ddi_eventcookie_t cookie, void (*callback)(), void *arg,
389 ret = ndi_event_add_callback(hal->hal_ndi_event_hdl, rdip, cookie,
392 event_name = ndi_event_cookie_to_name(hal->hal_ndi_event_hdl, cookie);
414 ddi_eventcookie_t cookie; local
420 cookie = ((ndi_event_callbacks_t *)cb_id)->ndi_evtcb_cookie;
431 event_name = ndi_event_cookie_to_name(hal->hal_ndi_event_hdl, cookie);
455 nx1394_post_event(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t cookie,
469 name = ndi_event_cookie_to_name(hal->hal_ndi_event_hdl, cookie);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/1394/targets/scsa1394/
sbp2_bus.c 320 ddi_dma_cookie_t cookie; /* cookies */ local
321 uint_t ccount; /* cookie count */
349 &cookie, &ccount) != DDI_DMA_MAPPED) {
356 buf->bb_paddr = cookie.dmac_address; /* 32-bit address */
  /onnv/onnv-gate/usr/src/uts/common/io/igb/
igb_buf.c 207 ddi_dma_cookie_t cookie; local
272 DDI_DMA_DONTWAIT, NULL, &cookie, &cookie_num);
292 tx_ring->tbd_area.dma_address = cookie.dmac_laddress;
336 ddi_dma_cookie_t cookie; local
391 DDI_DMA_DONTWAIT, NULL, &cookie, &cookie_num);
411 rx_ring->rbd_area.dma_address = cookie.dmac_laddress;
454 ddi_dma_cookie_t cookie; local
489 DDI_DMA_DONTWAIT, NULL, &cookie, &cookie_num);
509 buf->dma_address = cookie.dmac_laddress;

Completed in 6639 milliseconds

1 2 3 4 5 6 7 8 91011