Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c449 dt_ahashent_t *h; local
1138 dt_aggwalk_rval(dtrace_hdl_t *dtp, dt_ahashent_t *h, int rval)
1283 dtrace_aggregate_walk(dtrace_hdl_t *dtp, dtrace_aggregate_f *func, void *arg)
1285 dt_ahashent_t *h, *next; local
1306 dt_ahashent_t *h; local
1417 dt_ahashent_t *h; local
1530 dtrace_aggregate_f *func, void *arg,
1534 dt_ahashent_t *h, **sorted; local
1603 dtrace_aggregate_f *func, void *arg)
1610 dtrace_aggregate_f *func, void *arg)
[all …]
H A Ddt_strtab.c128 ulong_t g, h = 0; in dt_strtab_hash() local
214 ulong_t h; in dt_strtab_index() local
235 ulong_t h; in dt_strtab_insert() local
278 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) in dt_strtab_write()
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_tc.c113 topcat_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h, in topcat_windowmove()
114 int w, int func) in topcat_windowmove()
H A Dite_rb.c127 rbox_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h, in rbox_windowmove()
128 int w, int func) in rbox_windowmove()
H A Dite_dv.c135 dvbox_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h, in dvbox_windowmove()
136 int w, int func) in dvbox_windowmove()
H A Dite_dumb.c206 dumb_clear(struct ite_data *ip, int sy, int sx, int h, int w) in dumb_clear()
224 int l, h, w; in dumb_scroll() local
245 int w, int h, int func) in dumb_windowmove()
H A Dite_subr.c202 ite_dio_clear(struct ite_data *ip, int sy, int sx, int h, int w) in ite_dio_clear()
300 int h, int w, int func) in ite_dio_windowmove1bpp()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddict.c56 struct hashentry **h, *g, *i; in dict_dealloc() local
217 struct hashentry **tabptr, *h; in heim_dict_set_value() local
256 struct hashentry *h = _search(dict, key); in heim_dict_delete_key() local
279 heim_dict_iterate_f(heim_dict_t dict, void *arg, heim_dict_iterator_f_t func) in heim_dict_iterate_f()
281 struct hashentry **h, *g; in heim_dict_iterate_f() local
299 struct hashentry **h, *g; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/ms/
H A Duplink.c39 void (*func) (void) = unimplemented; in OPENSSL_Uplink() local
40 HANDLE h; in OPENSSL_Uplink() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dfile.c128 hx509_pem_header *h; in hx509_pem_add_header() local
154 hx509_pem_header *h; in hx509_pem_free_header() local
169 hx509_pem_find_header(const hx509_pem_header *h, const char *header) in hx509_pem_find_header()
187 hx509_pem_read_func func, in hx509_pem_read()
/netbsd-src/crypto/external/bsd/openssl/dist/ms/
H A Duplink.c39 void (*func) (void) = unimplemented; in OPENSSL_Uplink() local
40 HANDLE h; in OPENSSL_Uplink() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DArchiveExp.cc89 Histable *h = node->get_instr (); in read_data() local
96 Function *func = (Function *) dbeInstr->convertto (Histable::FUNCTION); in read_data() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DArchiveExp.cc89 Histable *h = node->get_instr (); in read_data() local
96 Function *func = (Function *) dbeInstr->convertto (Histable::FUNCTION); in read_data() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dhead.h9 const struct nvkm_head_func *func; member
49 #define HEAD_MSG(h,l,f,a...) do { \ argument
53 #define HEAD_WARN(h,f,a...) HEAD_MSG((h), warn, f, ##a) argument
54 #define HEAD_DBG(h,f,a...) HEAD_MSG((h), debug, f, ##a) argument
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c27 const ctf_header_t *h; in extract_label_info() local
64 ctf_label_iter (ctf_dict_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c27 const ctf_header_t *h; in extract_label_info() local
64 ctf_label_iter (ctf_dict_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c37 const ctf_header_t *h; in extract_label_info() local
83 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dkmpstat.c139 struct admin_com h, *com; local
195 _plog(int pri, const char *func, struct sockaddr *sa, const char *fmt, ...) in _plog()
/netbsd-src/lib/libedit/
H A Dparse.c65 int (*func)(EditLine *, int, const wchar_t **); member
183 const wchar_t *h; in parse__escape() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/lhash/
H A Dlhash.c47 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c) in OPENSSL_LH_new()
178 OPENSSL_LH_DOALL_FUNC func, in doall_util_fn()
204 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) in OPENSSL_LH_doall()
209 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlhash.c47 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c) in OPENSSL_LH_new()
177 OPENSSL_LH_DOALL_FUNC func, in doall_util_fn()
203 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) in OPENSSL_LH_doall()
208 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.c242 hdb_foreach_func_t func, in hdb_foreach()
331 const struct hdb_method *h; in find_method() local
360 const struct hdb_method *h; member
366 const struct hdb_method *h = (const struct hdb_method *)plug; in callback() local
398 const struct hdb_method *h; in hdb_list_builtin() local
/netbsd-src/sys/kern/
H A Dsubr_hash.c160 hashstat_register(const char *name, hashstat_func_t func) in hashstat_register()
209 const struct hashstat_sysctl *h = newp; in hashstat_sysctl() local
/netbsd-src/sys/arch/hppa/dev/
H A Delroy.c240 elroy_make_tag(void * v,int bus,int dev,int func) elroy_make_tag() argument
249 elroy_decompose_tag(void * v,pcitag_t tag,int * bus,int * dev,int * func) elroy_decompose_tag() argument
426 elroy_barrier(void * v,bus_space_handle_t h,bus_size_t o,bus_size_t l,int op) elroy_barrier() argument
495 elroy_vaddr(void * v,bus_space_handle_t h) elroy_vaddr() argument
508 elroy_r1(void * v,bus_space_handle_t h,bus_size_t o) elroy_r1() argument
515 elroy_r2(void * v,bus_space_handle_t h,bus_size_t o) elroy_r2() argument
525 elroy_r4(void * v,bus_space_handle_t h,bus_size_t o) elroy_r4() argument
535 elroy_r8(void * v,bus_space_handle_t h,bus_size_t o) elroy_r8() argument
545 elroy_rs2(void * v,bus_space_handle_t h,bus_size_t o) elroy_rs2() argument
555 elroy_rs4(void * v,bus_space_handle_t h,bus_size_t o) elroy_rs4() argument
565 elroy_rs8(void * v,bus_space_handle_t h,bus_size_t o) elroy_rs8() argument
575 elroy_w1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv) elroy_w1() argument
582 elroy_w2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv) elroy_w2() argument
592 elroy_w4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv) elroy_w4() argument
600 elroy_w8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv) elroy_w8() argument
607 elroy_ws2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv) elroy_ws2() argument
617 elroy_ws4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv) elroy_ws4() argument
624 elroy_ws8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv) elroy_ws8() argument
631 elroy_rm_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t * a,bus_size_t c) elroy_rm_1() argument
642 elroy_rm_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t * a,bus_size_t c) elroy_rm_2() argument
653 elroy_rm_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t * a,bus_size_t c) elroy_rm_4() argument
664 elroy_rm_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t * a,bus_size_t c) elroy_rm_8() argument
675 elroy_wm_1(void * v,bus_space_handle_t h,bus_size_t o,const uint8_t * a,bus_size_t c) elroy_wm_1() argument
686 elroy_wm_2(void * v,bus_space_handle_t h,bus_size_t o,const uint16_t * a,bus_size_t c) elroy_wm_2() argument
697 elroy_wm_4(void * v,bus_space_handle_t h,bus_size_t o,const uint32_t * a,bus_size_t c) elroy_wm_4() argument
708 elroy_wm_8(void * v,bus_space_handle_t h,bus_size_t o,const uint64_t * a,bus_size_t c) elroy_wm_8() argument
719 elroy_sm_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv,bus_size_t c) elroy_sm_1() argument
730 elroy_sm_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv,bus_size_t c) elroy_sm_2() argument
742 elroy_sm_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv,bus_size_t c) elroy_sm_4() argument
754 elroy_sm_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv,bus_size_t c) elroy_sm_8() argument
766 elroy_rrm_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t * a,bus_size_t c) elroy_rrm_2() argument
778 elroy_rrm_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t * a,bus_size_t c) elroy_rrm_4() argument
790 elroy_rrm_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t * a,bus_size_t c) elroy_rrm_8() argument
802 elroy_wrm_2(void * v,bus_space_handle_t h,bus_size_t o,const uint16_t * a,bus_size_t c) elroy_wrm_2() argument
815 elroy_wrm_4(void * v,bus_space_handle_t h,bus_size_t o,const uint32_t * a,bus_size_t c) elroy_wrm_4() argument
828 elroy_wrm_8(void * v,bus_space_handle_t h,bus_size_t o,const uint64_t * a,bus_size_t c) elroy_wrm_8() argument
841 elroy_rr_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t * a,bus_size_t c) elroy_rr_1() argument
852 elroy_rr_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t * a,bus_size_t c) elroy_rr_2() argument
865 elroy_rr_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t * a,bus_size_t c) elroy_rr_4() argument
878 elroy_rr_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t * a,bus_size_t c) elroy_rr_8() argument
891 elroy_wr_1(void * v,bus_space_handle_t h,bus_size_t o,const uint8_t * a,bus_size_t c) elroy_wr_1() argument
902 elroy_wr_2(void * v,bus_space_handle_t h,bus_size_t o,const uint16_t * a,bus_size_t c) elroy_wr_2() argument
915 elroy_wr_4(void * v,bus_space_handle_t h,bus_size_t o,const uint32_t * a,bus_size_t c) elroy_wr_4() argument
928 elroy_wr_8(void * v,bus_space_handle_t h,bus_size_t o,const uint64_t * a,bus_size_t c) elroy_wr_8() argument
941 elroy_rrr_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t * a,bus_size_t c) elroy_rrr_2() argument
953 elroy_rrr_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t * a,bus_size_t c) elroy_rrr_4() argument
965 elroy_rrr_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t * a,bus_size_t c) elroy_rrr_8() argument
977 elroy_wrr_2(void * v,bus_space_handle_t h,bus_size_t o,const uint16_t * a,bus_size_t c) elroy_wrr_2() argument
990 elroy_wrr_4(void * v,bus_space_handle_t h,bus_size_t o,const uint32_t * a,bus_size_t c) elroy_wrr_4() argument
1003 elroy_wrr_8(void * v,bus_space_handle_t h,bus_size_t o,const uint64_t * a,bus_size_t c) elroy_wrr_8() argument
1016 elroy_sr_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv,bus_size_t c) elroy_sr_1() argument
1027 elroy_sr_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv,bus_size_t c) elroy_sr_2() argument
1039 elroy_sr_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv,bus_size_t c) elroy_sr_4() argument
1051 elroy_sr_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv,bus_size_t c) elroy_sr_8() argument
[all...]
H A Ddino.c290 int func; in dino_enable_bus() local
326 dino_make_tag(void *v, int bus, int dev, int func) in dino_make_tag()
335 dino_decompose_tag(void *v, pcitag_t tag, int *bus, int *dev, int *func) in dino_decompose_tag()
617 dino_barrier(void *v, bus_space_handle_t h, bus_size_t o, bus_size_t l, int op) in dino_barrier()
623 dino_vaddr(void *v, bus_space_handle_t h) in dino_vaddr()
637 dino_r1(void *v, bus_space_handle_t h, bus_size_t o) in dino_r1()
652 dino_r2(void *v, bus_space_handle_t h, bus_size_t o) in dino_r2()
672 dino_r4(void *v, bus_space_handle_t h, bus_size_t o) in dino_r4()
691 dino_r8(void *v, bus_space_handle_t h, bus_size_t o) in dino_r8()
705 dino_rs2(void *v, bus_space_handle_t h, bus_size_t o) in dino_rs2()
[all …]

123456789