Home
last modified time | relevance | path

Searched defs:cookiep (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_data_next()
452 void *cookiep; in bhnd_nvram_data_generic_find() local
516 bhnd_nvram_data_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_data_getvar()
531 bhnd_nvram_data_getvar_ptr_info(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_getvar_ptr_info()
586 bhnd_nvram_data_generic_rp_getvar(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_generic_rp_getvar()
635 bhnd_nvram_data_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_copy_val()
654 void *cookiep, bhnd_nvram_val **value) in bhnd_nvram_data_generic_rp_copy_val()
694 bhnd_nvram_data_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_getvar_ptr()
710 bhnd_nvram_data_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_data_getvar_name()
H A Dbhnd_nvram_data_tlv.c460 bhnd_nvram_tlv_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_tlv_next()
512 bhnd_nvram_tlv_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_tlv_getvar()
519 bhnd_nvram_tlv_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_tlv_copy_val()
526 bhnd_nvram_tlv_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_tlv_getvar_ptr()
553 bhnd_nvram_tlv_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_tlv_getvar_name()
750 void **cookiep) in bhnd_nvram_tlv_next_env()
792 bhnd_nvram_tlv_get_env(struct bhnd_nvram_tlv *tlv, void *cookiep) in bhnd_nvram_tlv_get_env()
861 bhnd_nvram_tlv_to_offset(struct bhnd_nvram_tlv *tlv, void *cookiep) in bhnd_nvram_tlv_to_offset()
H A Dbhnd_nvram_data_bcmraw.c377 bhnd_nvram_bcmraw_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_bcmraw_next()
422 bhnd_nvram_bcmraw_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_bcmraw_getvar()
429 bhnd_nvram_bcmraw_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcmraw_copy_val()
436 bhnd_nvram_bcmraw_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcmraw_getvar_ptr()
451 bhnd_nvram_bcmraw_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_bcmraw_getvar_name()
H A Dbhnd_nvram_store_subr.c183 bhnd_nvstore_index *index, void *cookiep) in bhnd_nvstore_index_append()
330 void *cookiep; in bhnd_nvstore_path_register_update() local
544 void *cookiep; in bhnd_nvstore_index_lookup() local
717 bhnd_nvstore_name_info *info, void *cookiep) in bhnd_nvstore_var_register_path()
891 const bhnd_nvstore_name_info *info, void *cookiep) in bhnd_nvstore_register_alias()
H A Dbhnd_nvram_store.c260 void *cookiep; in bhnd_nvstore_parse_data() local
397 void *cookiep; in bhnd_nvstore_parse_path_entries() local
450 void *cookiep, *idxp; in bhnd_nvstore_export_merge() local
827 void *cookiep; in bhnd_nvram_store_export() local
1105 void *cookiep; in bhnd_nvram_store_getvar() local
H A Dbhnd_nvram_data_btxt.c587 bhnd_nvram_btxt_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_btxt_next()
656 bhnd_nvram_btxt_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_btxt_getvar()
663 bhnd_nvram_btxt_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_btxt_copy_val()
670 bhnd_nvram_btxt_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_btxt_getvar_ptr()
719 bhnd_nvram_btxt_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_btxt_getvar_name()
769 bhnd_nvram_btxt_cookiep_to_offset(struct bhnd_nvram_btxt *btxt, void *cookiep) in bhnd_nvram_btxt_cookiep_to_offset()
H A Dbhnd_nvram_data_bcm.c823 bhnd_nvram_bcm_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_bcm_next()
971 bhnd_nvram_bcm_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_bcm_getvar()
978 bhnd_nvram_bcm_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcm_copy_val()
985 bhnd_nvram_bcm_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcm_getvar_ptr()
1016 bhnd_nvram_bcm_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_bcm_getvar_name()
1082 bhnd_nvram_bcm_to_hdrvar(struct bhnd_nvram_bcm *bcm, void *cookiep) in bhnd_nvram_bcm_to_hdrvar()
H A Dbhnd_nvram_data_sprom.c819 bhnd_nvram_sprom_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_sprom_next()
1277 bhnd_nvram_sprom_getvar_common(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_sprom_getvar_common()
1317 bhnd_nvram_sprom_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_sprom_getvar()
1338 bhnd_nvram_sprom_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_sprom_copy_val()
1361 bhnd_nvram_sprom_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_sprom_getvar_ptr()
1369 bhnd_nvram_sprom_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_sprom_getvar_name()
H A Dbhnd_nvram_storevar.h234 void *cookiep[]; /**< cookiep values */ member
258 void *cookiep; /**< NVRAM variable's cookiep value */ member
/freebsd-src/sys/x86/include/xen/
H A Darch-intr.h67 struct xenisrc *isrc, void **cookiep) in xen_arch_intr_add_handler()
/freebsd-src/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c141 void **cookiep) in bhnd_bhndb_setup_intr()
/freebsd-src/sys/powerpc/powerpc/
H A Dnexus.c153 void **cookiep) in nexus_setup_intr() argument
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzfs_quota.c164 uint64_t *cookiep, void *vbuf, uint64_t *bufsizep) in zfs_userspace_many() argument
/freebsd-src/sys/dev/ppbus/
H A Dppbconf.c457 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) ppbus_setup_intr() argument
/freebsd-src/sys/dev/quicc/
H A Dquicc_core.c353 void **cookiep) in quicc_bus_setup_intr() argument
/freebsd-src/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) mvs_setup_intr() 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) mvs_setup_intr() argument
/freebsd-src/sys/dev/scc/
H A Dscc_core.c516 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) in scc_bus_setup_intr() argument
/freebsd-src/sys/kern/
H A Dkern_intr.c600 intr_event_add_handler(struct intr_event * ie,const char * name,driver_filter_t filter,driver_intr_t handler,void * arg,u_char pri,enum intr_type flags,void ** cookiep) intr_event_add_handler() argument
1057 swi_add(struct intr_event ** eventp,const char * name,driver_intr_t handler,void * arg,int pri,enum intr_type flags,void ** cookiep) swi_add() argument
H A Dsubr_intr.c566 iscr_setup_filter(struct intr_irqsrc * isrc,const char * name,intr_irq_filter_t * filter,void * arg,void ** cookiep) iscr_setup_filter() argument
722 isrc_add_handler(struct intr_irqsrc * isrc,const char * name,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,void ** cookiep) global() argument
1060 intr_setup_irq(device_t dev,struct resource * res,driver_filter_t filt,driver_intr_t hand,void * arg,int flags,void ** cookiep) global() argument
/freebsd-src/sys/arm/arm/
H A Dnexus.c274 driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) in nexus_setup_intr() argument
/freebsd-src/sys/contrib/libnv/
H A Dnvlist.c212 if (cookiep != NULL) in nvlist_get_parent() argument
330 *cookiep = NULL; in nvlist_get_pararr() argument
1396 nvlist_next(const nvlist_t * nvl,int * typep,void ** cookiep) nvlist_next() argument
[all...]
/freebsd-src/sys/riscv/riscv/
H A Dnexus.c266 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) nexus_setup_intr() argument
/freebsd-src/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) snd_setup_intr() argument
/freebsd-src/sys/x86/x86/
H A Dintr_machdep.c259 driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep, in intr_add_handler()

12