Home
last modified time | relevance | path

Searched +defs:func +defs:h (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/dev/pci/controller/
H A Dpci_n1sdp.c142 u_int bus, u_int slot, u_int func) in n1sdp_check_bdf()
167 ACPI_HANDLE h; in n1sdp_pcie_acpi_probe() local
231 n1sdp_get_bus_space(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in n1sdp_get_bus_space()
258 u_int func, u_int reg, int bytes) in n1sdp_pcie_read_config()
263 bus_space_handle_t h; in n1sdp_pcie_read_config() local
304 u_int func, u_int reg, uint32_t val, int bytes) in n1sdp_pcie_write_config()
309 bus_space_handle_t h; in n1sdp_pcie_write_config() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c450 dt_ahashent_t *h; local
1150 dt_aggwalk_rval(dtrace_hdl_t *dtp, dt_ahashent_t *h, int rval)
1295 dtrace_aggregate_walk(dtrace_hdl_t *dtp, dtrace_aggregate_f *func, void *arg)
1297 dt_ahashent_t *h, *next; local
1318 dt_ahashent_t *h; local
1429 dt_ahashent_t *h; local
1542 dtrace_aggregate_f *func, void *arg,
1546 dt_ahashent_t *h, **sorted; local
1615 dtrace_aggregate_f *func, void *arg)
1622 dtrace_aggregate_f *func, void *arg)
[all …]
H A Ddt_strtab.c128 ulong_t g, h = 0; in dt_strtab_hash() local
221 ulong_t h; in dt_strtab_index() local
242 ulong_t h; in dt_strtab_insert() local
285 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) in dt_strtab_write()
H A Ddt_provider.c54 dt_provider_insert(dtrace_hdl_t *dtp, dt_provider_t *pvp, uint_t h) in dt_provider_insert()
68 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_provbuckets; in dt_provider_lookup() local
131 uint_t h; in dt_provider_destroy() local
868 const dtrace_probedesc_t *pdp, dtrace_probe_f *func, void *arg) in dtrace_probe_iter()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c41 void _dump_packet(const char *func, int line, struct socket *sk, char *str, in _dump_packet()
42 struct mbuf *mb, const struct sdp_bsdh *h) in _dump_packet()
110 struct sdp_bsdh *h; in sdp_nagle_off() local
H A Dsdp_dbg.h8 #define _sdp_printk(func, line, level, sk, format, arg...) \ argument
44 const char *func; member
112 #define SDP_DUMP_PACKET(sk, str, mb, h) \ argument
119 #define SDP_DUMP_PACKET(sk, str, mb, h) argument
163 #define dump_packet(sk, str, mb, h) \ argument
/freebsd/crypto/heimdal/base/
H A Ddict.c54 struct hashentry **h, *g, *i; in dict_dealloc() local
194 struct hashentry **tabptr, *h; in heim_dict_add_value() local
233 struct hashentry *h = _search(dict, key); in heim_dict_delete_key() local
256 heim_dict_iterate_f(heim_dict_t dict, heim_dict_iterator_f_t func, void *arg) in heim_dict_iterate_f()
258 struct hashentry **h, *g; in heim_dict_iterate_f() local
276 struct hashentry **h, *g; variable
/freebsd/crypto/openssl/ms/
H A Duplink.c39 void (*func) (void) = unimplemented; in OPENSSL_Uplink() local
40 HANDLE h; in OPENSSL_Uplink() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dfile.c126 hx509_pem_header *h; in hx509_pem_add_header() local
152 hx509_pem_header *h; in hx509_pem_free_header() local
167 hx509_pem_find_header(const hx509_pem_header *h, const char *header) in hx509_pem_find_header()
185 hx509_pem_read_func func, in hx509_pem_read()
/freebsd/lib/nss_tacplus/
H A Dnss_tacplus.c35 tacplus_error(struct tac_handle *h, const char *func) in tacplus_error()
48 struct tac_handle **h = p; in tacplus_fini() local
65 struct tac_handle **h = &sth; in tacplus_get_handle() local
115 struct tac_handle *h; in tacplus_getpwnam_r() local
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c115 ulong_t g, h = 0; in fmd_strhash() local
162 fmd_serd_hash_apply(fmd_serd_hash_t *shp, fmd_serd_eng_f *func, void *arg) in fmd_serd_hash_apply()
177 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_insert() local
193 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_lookup() local
207 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_delete() local
/freebsd/sys/dev/pci/
H A Dpci_host_generic_den0115.c62 ACPI_HANDLE h; in pci_host_acpi_smccc_probe() local
203 u_int func, u_int reg, int bytes) in pci_host_acpi_smccc_read_config()
227 u_int func, u_int reg, uint32_t val, int bytes) in pci_host_acpi_smccc_write_config()
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c238 ACPI_HANDLE h; in acpi_pci_set_powerstate_method() local
318 int func, slot; in acpi_pci_save_handle() local
369 acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_bus_notify_handler()
388 acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_device_notify_handler()
443 ACPI_HANDLE h; in acpi_pci_install_device_notify_handler() local
475 ACPI_HANDLE h; in acpi_pci_remove_notify_handler() local
H A Dacpi_pcib_acpi.c155 ACPI_HANDLE h; in acpi_pcib_acpi_probe() local
295 u_int slot, func, busok; in acpi_pcib_acpi_attach() local
538 acpi_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_read_config()
547 acpi_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_write_config()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c34 const ctf_header_t *h; in extract_label_info() local
80 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()
/freebsd/contrib/libedit/
H A Dparse.c65 int (*func)(EditLine *, int, const wchar_t **); member
183 const wchar_t *h; in parse__escape() local
/freebsd/sys/dev/xilinx/
H A Dxlnx_pcib.c421 u_int bus, u_int slot, u_int func, u_int reg) in xlnx_pcib_req_valid()
423 bus_space_handle_t h; in xlnx_pcib_req_valid() local
452 u_int func, u_int reg, int bytes) in xlnx_pcib_read_config()
457 bus_space_handle_t h; in xlnx_pcib_read_config() local
496 u_int func, u_int reg, uint32_t val, int bytes) in xlnx_pcib_write_config()
501 bus_space_handle_t h; in xlnx_pcib_write_config() local
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c189 hdb_foreach_func_t func, in hdb_foreach()
372 const struct hdb_method *h; in find_method() local
396 const struct hdb_method *h; in hdb_list_builtin() local
455 const struct hdb_method *h; in hdb_create() local
/freebsd/stand/userboot/test/
H A Dtest.c149 test_close(void * arg,void * h) test_close() argument
163 test_isdir(void * arg,void * h) test_isdir() argument
171 test_read(void * arg,void * h,void * dst,size_t size,size_t * resid_return) test_read() argument
186 test_readdir(void * arg,void * h,uint32_t * fileno_return,uint8_t * type_return,size_t * namelen_return,char * name) test_readdir() argument
213 test_seek(void * arg,void * h,uint64_t offset,int whence) test_seek() argument
225 test_stat(void * arg,void * h,struct stat * stp) test_stat() argument
449 void *h; main() local
450 void (*func)(struct loader_callbacks *, void *, int, int) __dead2; main() local
[all...]
/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c63 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c) in OPENSSL_LH_new()
188 OPENSSL_LH_DOALL_FUNC func, in doall_util_fn()
216 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) in OPENSSL_LH_doall()
226 OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg()
/freebsd/crypto/openssl/test/
H A Dquic_txp_test.c79 static void helper_cleanup(struct helper *h) in helper_cleanup()
114 struct helper *h = arg; in demux_default_handler() local
122 static int helper_init(struct helper *h) in helper_init()
296 #define OP_CHECK(func) \ argument
327 static int schedule_handshake_done(struct helper *h) in schedule_handshake_done()
333 static int schedule_ack_eliciting_app(struct helper *h) in schedule_ack_eliciting_app()
375 static int schedule_max_data(struct helper *h) in schedule_max_data()
412 static int schedule_cfq_new_conn_id(struct helper *h) in schedule_cfq_new_conn_id()
457 static int check_cfq_new_conn_id(struct helper *h) in check_cfq_new_conn_id()
493 static int schedule_cfq_new_token(struct helper *h) in schedule_cfq_new_token()
[all …]
H A Dquic_multistream_test.c40 struct helper *h; member
124 struct helper *h; member
221 #define OP_CHECK(func, arg2) \ argument
345 #define OP_CHECK2(func, arg1, arg2) \ argument
352 struct helper *h = arg; in get_time() local
364 static int skip_time_ms(struct helper *h, struct helper_local *hl) in skip_time_ms()
381 static int check_rejected(struct helper *h, struct helper_local *hl) in check_rejected()
394 static int check_stream_reset(struct helper *h, struct helper_local *hl) in check_stream_reset()
406 static int check_stream_stopped(struct helper *h, struct helper_local *hl) in check_stream_stopped()
418 static int override_key_update(struct helper *h, struct helper_local *hl) in override_key_update()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mcu.c82 int mt76x02_mcu_function_select(struct mt76x02_dev *dev, enum mcu_function func, in mt76x02_mcu_function_select()
161 const struct mt76x02_fw_header *h) in mt76x02_set_ethtool_fwver()
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c229 cb_close(void *arg __unused, void *h) in cb_close()
243 cb_isdir(void *arg __unused, void *h) in cb_isdir()
251 cb_read(void *arg __unused, void *h, void *buf, size_t size, size_t *resid) in cb_read()
266 cb_readdir(void *arg __unused, void *h, uint32_t *fileno_return, in cb_readdir()
293 cb_seek(void *arg __unused, void *h, uint64_t offset, int whence) in cb_seek()
305 cb_stat(void *arg __unused, void *h, struct stat *sbp) in cb_stat()
791 void (*func)(struct loader_callbacks *, void *, int, int); in main() local
/freebsd/usr.sbin/moused/moused/
H A Dutil.c145 int strv_for_each_n(const char **strv, size_t max, strv_foreach_callback_t func, void *data) in strv_for_each_n()
171 parse_dimension_property(const char *prop, size_t *w, size_t *h) in parse_dimension_property()

123