Searched defs:cookiep (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c139 bhnd_bhndb_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/x86/include/xen/
H A Darch-intr.h65 xen_arch_intr_add_handler(const char *name, driver_filter_t filter, driver_intr_t handler, void *arg, enum intr_type flags, struct xenisrc *isrc, void **cookiep) argument
/freebsd-current/sys/powerpc/powerpc/
H A Dnexus.c151 nexus_setup_intr(device_t bus __unused, device_t child, struct resource *r, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
H A Dintr_machdep.c513 powerpc_setup_intr(const char *name, u_int irq, driver_filter_t filter, driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep, int domain) argument
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) argument
452 void *cookiep; local
516 bhnd_nvram_data_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, size_t *len, bhnd_nvram_type type) argument
531 bhnd_nvram_data_getvar_ptr_info(struct bhnd_nvram_data *nv, void *cookiep, size_t *len, bhnd_nvram_type *type, const bhnd_nvram_val_fmt **fmt) argument
586 bhnd_nvram_data_generic_rp_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *outp, size_t *olen, bhnd_nvram_type otype) argument
635 bhnd_nvram_data_copy_val(struct bhnd_nvram_data *nv, void *cookiep, bhnd_nvram_val **value) argument
653 bhnd_nvram_data_generic_rp_copy_val(struct bhnd_nvram_data *nv, void *cookiep, bhnd_nvram_val **value) argument
694 bhnd_nvram_data_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, size_t *len, bhnd_nvram_type *type) argument
710 bhnd_nvram_data_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) argument
[all...]
H A Dbhnd_nvram_storevar.h234 void *cookiep[]; /**< cookiep values */ member in struct:bhnd_nvstore_index
258 void *cookiep; /**< NVRAM variable's cookiep value */ member in struct:bhnd_nvstore_alias
H A Dbhnd_nvram_store.c260 void *cookiep; local
397 void *cookiep; local
450 void *cookiep, *idxp; local
827 void *cookiep; local
1105 void *cookiep; local
[all...]
H A Dbhnd_nvram_data_bcmraw.c377 bhnd_nvram_bcmraw_next(struct bhnd_nvram_data *nv, void **cookiep) argument
422 bhnd_nvram_bcmraw_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, argument
429 bhnd_nvram_bcmraw_copy_val(struct bhnd_nvram_data *nv, void *cookiep, argument
436 bhnd_nvram_bcmraw_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, argument
451 bhnd_nvram_bcmraw_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) argument
[all...]
H A Dbhnd_nvram_store_subr.c330 void *cookiep; local
182 bhnd_nvstore_index_append(struct bhnd_nvram_store *sc, bhnd_nvstore_index *index, void *cookiep) argument
544 void *cookiep; local
716 bhnd_nvstore_var_register_path(struct bhnd_nvram_store *sc, bhnd_nvstore_name_info *info, void *cookiep) argument
890 bhnd_nvstore_register_alias(struct bhnd_nvram_store *sc, const bhnd_nvstore_name_info *info, void *cookiep) argument
[all...]
H A Dbhnd_nvram_data_sprom.c819 bhnd_nvram_sprom_next(struct bhnd_nvram_data *nv, void **cookiep) argument
1277 bhnd_nvram_sprom_getvar_common(struct bhnd_nvram_data *nv, void *cookiep, argument
1317 bhnd_nvram_sprom_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, size_t *len, bhnd_nvram_type otype) argument
1338 bhnd_nvram_sprom_copy_val(struct bhnd_nvram_data *nv, void *cookiep, bhnd_nvram_val **value) argument
1361 bhnd_nvram_sprom_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, size_t *len, bhnd_nvram_type *type) argument
1369 bhnd_nvram_sprom_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) argument
[all...]
H A Dbhnd_nvram_data_btxt.c587 bhnd_nvram_btxt_next(struct bhnd_nvram_data *nv, void **cookiep) argument
656 bhnd_nvram_btxt_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, argument
663 bhnd_nvram_btxt_copy_val(struct bhnd_nvram_data *nv, void *cookiep, argument
670 bhnd_nvram_btxt_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, argument
719 bhnd_nvram_btxt_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) argument
769 bhnd_nvram_btxt_cookiep_to_offset(struct bhnd_nvram_btxt *btxt, void *cookiep) argument
[all...]
H A Dbhnd_nvram_data_tlv.c460 bhnd_nvram_tlv_next(struct bhnd_nvram_data *nv, void **cookiep) argument
512 bhnd_nvram_tlv_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, size_t *len, bhnd_nvram_type type) argument
519 bhnd_nvram_tlv_copy_val(struct bhnd_nvram_data *nv, void *cookiep, bhnd_nvram_val **value) argument
526 bhnd_nvram_tlv_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, size_t *len, bhnd_nvram_type *type) argument
553 bhnd_nvram_tlv_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) argument
749 bhnd_nvram_tlv_next_env(struct bhnd_nvram_tlv *tlv, size_t *next, void **cookiep) argument
792 bhnd_nvram_tlv_get_env(struct bhnd_nvram_tlv *tlv, void *cookiep) argument
861 bhnd_nvram_tlv_to_offset(struct bhnd_nvram_tlv *tlv, void *cookiep) argument
[all...]
/freebsd-current/sys/dev/ppbus/
H A Dppbconf.c456 ppbus_setup_intr(device_t bus, device_t child, struct resource *r, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_quota.c163 zfs_userspace_many(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, uint64_t *cookiep, void *vbuf, uint64_t *bufsizep) argument
/freebsd-current/sys/riscv/riscv/
H A Dnexus.c265 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/dev/mvs/
H A Dmvs_pci.c441 mvs_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *function, void *argument, void **cookiep) argument
H A Dmvs_soc.c385 mvs_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *function, void *argument, void **cookiep) argument
/freebsd-current/sys/dev/scc/
H A Dscc_core.c515 scc_bus_setup_intr(device_t dev, device_t child, struct resource *r, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/dev/quicc/
H A Dquicc_core.c351 quicc_bus_setup_intr(device_t dev, device_t child, struct resource *r, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/arm/arm/
H A Dnexus.c273 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/dev/bhnd/
H A Dbhnd.c972 bhnd_generic_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/arm64/arm64/
H A Dnexus.c277 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/dev/puc/
H A Dpuc.c597 puc_bus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/x86/x86/
H A Dintr_machdep.c258 intr_add_handler(struct intsrc *isrc, const char *name, driver_filter_t filter, driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep, int domain) argument
/freebsd-current/sys/dev/sound/pcm/
H A Dsound.c99 snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void **cookiep) argument

Completed in 500 milliseconds

12