Searched refs:cookie (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c718 * @cookie: Cookie passed back to the callback
728 void *cookie)
746 cb(ib_dev, port, idev, cookie);
758 * @cookie: Cookie passed back to the callback
767 void *cookie)
773 ib_enum_roce_netdev(dev, filter, filter_cookie, cb, cookie);
724 ib_enum_roce_netdev(struct ib_device *ib_dev, roce_netdev_filter filter, void *filter_cookie, roce_netdev_callback cb, void *cookie) argument
764 ib_enum_all_roce_netdevs(roce_netdev_filter filter, void *filter_cookie, roce_netdev_callback cb, void *cookie) argument
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c932 dtrace_icookie_t cookie; local
1054 cookie = dtrace_interrupt_disable();
1060 dtrace_interrupt_enable(cookie);
1112 cookie = dtrace_interrupt_disable();
1117 dtrace_interrupt_enable(cookie);
/freebsd-13-stable/sys/dev/netmap/
H A Dif_ptnet.c130 void *cookie; member in struct:ptnet_queue
679 pq, &pq->cookie);
686 bus_describe_intr(dev, pq->irq, pq->cookie, "q%d", i);
731 if (pq->cookie) {
732 bus_teardown_intr(dev, pq->irq, pq->cookie);
733 pq->cookie = NULL;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c134 * CRYPTO_FLAG_COOK Lit when a valid cookie is accepted.
319 keyid_t cookie; /* private value */ local
354 * cookie if client mode or the host cookie if symmetric modes.
359 cookie = 0;
361 cookie = peer->pcookie;
366 cookie, lifetime + mpoll);
404 peer->keynumber, keyid, cookie, ntohl(vp->tstamp),
446 keyid_t cookie; /* crumbles */ local
577 * to the cookie exchang
1578 crypto_encrypt( const u_char *ptr, u_int vallen, keyid_t *cookie, struct value *vp ) argument
[all...]
/freebsd-13-stable/sys/net/
H A Dif_spppsubr.c2237 sppp_lcp_TO(void *cookie) argument
2239 sppp_to_event(&lcp, (struct sppp *)cookie);
2905 sppp_ipcp_TO(void *cookie) argument
2907 sppp_to_event(&ipcp, (struct sppp *)cookie);
3331 sppp_ipcp_TO(void *cookie) argument
3449 sppp_ipv6cp_TO(void *cookie) argument
3451 sppp_to_event(&ipv6cp, (struct sppp *)cookie);
4222 sppp_chap_TO(void *cookie) argument
4224 struct sppp *sp = (struct sppp *)cookie;
4548 sppp_pap_TO(void *cookie) argument
4586 sppp_pap_my_TO(void *cookie) argument
[all...]
/freebsd-13-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c135 compare_filemon_states(void *cookie, const void *na, const void *nb) argument
153 compare_filemon_key(void *cookie, const void *n, const void *k) argument
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_avl.c458 uu_avl_teardown(uu_avl_t *ap, void **cookie) argument
460 void *elem = avl_destroy_nodes(&ap->ua_tree, cookie);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c634 zfs_ace_walk(void *datap, uint64_t cookie, int aclcnt, argument
638 zfs_ace_hdr_t *acep = (zfs_ace_hdr_t *)(uintptr_t)cookie;
804 void *cookie = NULL; local
818 while ((cookie = zfs_acl_next_ace(aclp, cookie, &who,
1273 uint64_t cookie = 0; local
1275 while ((cookie = walk(acep, cookie, aclcnt, &flags, &type, &mask))) {
/freebsd-13-stable/sys/dev/ofw/
H A Dopenfirm.c230 OF_init(void *cookie) argument
246 rv = OFW_INIT(ofw_obj, cookie);
/freebsd-13-stable/sys/dev/pci/
H A Dvga_pci.c439 void *cookie)
441 return (BUS_TEARDOWN_INTR(device_get_parent(dev), dev, irq, cookie));
438 vga_pci_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie) argument
H A Dpci_private.h77 struct resource *irq, void *cookie);
/freebsd-13-stable/sys/dev/ichsmb/
H A Dichsmb.c492 ichsmb_device_intr(void *cookie) argument
494 const sc_p sc = cookie;
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h305 __u64 cookie; member in struct:fw_ri_res_wr
701 __u64 cookie; member in struct:fw_ri_wr
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_pci.c595 void *cookie)
609 result = intr_event_remove_handler(cookie);
594 ar71xx_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, void *cookie) argument
H A Dar724x_pci.c569 void *cookie)
583 result = intr_event_remove_handler(cookie);
568 ar724x_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, void *cookie) argument
H A Dqca955x_pci.c498 void *cookie)
512 result = intr_event_remove_handler(cookie);
497 qca955x_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, void *cookie) argument
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dintr_machdep.c576 powerpc_teardown_intr(void *cookie) argument
579 return (intr_event_remove_handler(cookie));
/freebsd-13-stable/sys/powerpc/powermac/
H A Dcuda.c365 cuda_send(void *cookie, int poll, int length, uint8_t *msg) argument
367 struct cuda_softc *sc = cookie;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c74 u_int32_t cookie; member in struct:dhcp_message
75 u_int8_t options[308]; /* 312 - cookie */
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzil.h511 extern void zil_resume(void *cookie);
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb.c381 &ih->cookie);
393 void *cookie)
399 ih = (struct cbb_intrhand *) cookie;
401 ih->cookie);
392 cbb_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie) argument
/freebsd-13-stable/sys/dev/ena/
H A Dena.h201 void *cookie; member in struct:ena_irq
/freebsd-13-stable/sys/sys/
H A Dbus.h432 struct resource *irq, void *cookie,
483 struct resource *irq, void *cookie);
539 int bus_teardown_intr(device_t dev, struct resource *r, void *cookie);
543 int bus_describe_intr(device_t dev, struct resource *irq, void *cookie,
H A Dvnode.h796 #define vn_rangelock_unlock(vp, cookie) \
797 rangelock_unlock(&(vp)->v_rl, (cookie), VI_MTX(vp))
798 #define vn_rangelock_unlock_range(vp, cookie, start, end) \
799 rangelock_unlock_range(&(vp)->v_rl, (cookie), (start), (end), \
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_sig.c217 cc_conn_resp(struct ccconn *conn, enum conn_sig sig, u_int cookie __unused,

Completed in 1108 milliseconds

<<11121314151617