/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 52 #define DPRINTFN(hm, n, fmt, ...) do { \ argument 58 #define DPRINTF(hm, ...) DPRINTFN(hm, 1, __VA_ARGS__) argument 67 #define HIDMAP_WANT_MERGE_KEYS(hm) ((hm)->key_rel != NULL) argument 69 #define HIDMAP_FOREACH_ITEM(hm, mi, uoff) \ argument 90 hidmap_get_next_map_item(struct hidmap *hm, u_int *map, u_int *item, in hidmap_get_next_map_item() 109 _hidmap_set_debug_var(struct hidmap *hm, int *debug_var) in _hidmap_set_debug_var() 129 hidmap_support_key(struct hidmap *hm, uint16_t key) in hidmap_support_key() 151 hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value) in hidmap_push_key() 160 hidmap_sync_keys(struct hidmap *hm) in hidmap_sync_keys() 182 struct hidmap *hm = context; in hidmap_intr() local [all …]
|
H A D | hpen.c | 174 struct hidmap *hm = device_get_softc(dev); in hpen_probe() local 216 struct hidmap *hm = device_get_softc(dev); in hpen_attach() local
|
H A D | hgame.h | 39 struct hidmap hm; member
|
H A D | hms.c | 116 struct hidmap hm; member 133 struct hidmap *hm = context; in hms_intr() local
|
H A D | ps4dshock.c | 659 struct hidmap hm; member 674 struct hidmap hm; member 683 struct hidmap hm; member 1147 struct hidmap *hm = device_get_softc(dev); in ps4dshead_probe() local
|
H A D | hidmap.h | 233 hidmap_set_dev(struct hidmap *hm, device_t dev) in hidmap_set_dev() 245 #define HIDMAP_ADD_MAP(hm, map, caps) \ argument 255 #define HIDMAP_PROBE(hm, dev, id, map, suffix) \ argument
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | hash.c | 14 …_hash(gen_hash_alg_type gen_hash_type, hash_alg_type *hash_type, const hash_mapping **hm, u8 *hlen… in get_libecc_hash() 222 const hash_mapping *hm; in gen_hash_get_hash_sizes() local 276 const hash_mapping *hm; in gen_hash_hfunc_scattered() local 347 const hash_mapping *hm; in gen_hash_init() local 400 const hash_mapping *hm; in gen_hash_update() local 453 const hash_mapping *hm; in gen_hash_final() local
|
/freebsd/crypto/libecc/src/sig/ |
H A D | bip0340.c | 47 const hash_mapping *hm, hash_context *h_ctx) in _bip0340_hash() 177 const hash_mapping *hm; in _bip0340_sign() local 767 const hash_mapping *hm; in _bip0340_compute_batch_csprng_seed() local 824 const hash_mapping *hm; in _bip0340_verify_batch_no_memory() local 1044 const hash_mapping *hm; in _bip0340_verify_batch() local
|
H A D | ecfsdsa.c | 671 const hash_mapping *hm; in _ecfsdsa_verify_batch_no_memory() local 854 const hash_mapping *hm; in _ecfsdsa_verify_batch() local
|
H A D | sig_algs.c | 301 const hash_mapping *hm; in _ec_sign_init() local 517 const hash_mapping *hm; in ec_verify_init() local
|
H A D | sm2.c | 141 const hash_mapping *hm; in sm2_compute_Z() local
|
H A D | eddsa.c | 2305 const hash_mapping *hm; local 2607 const hash_mapping *hm; local
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.c | 610 hostmap_t hm, *hmp, **maptable; in showhostmap_dead() local 647 hostmap_t hm; in showhostmap_live() local
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat6.c | 362 hostmap_t *hm; in ipf_nat6_hostmap() local 446 hostmap_t *hm; in ipf_nat6_newmap() local 724 hostmap_t *hm; in ipf_nat6_newrdr() local 935 hostmap_t *hm = NULL; in ipf_nat6_add() local
|
H A D | ip_nat.c | 760 hostmap_t *hm; in ipf_nat_hostmap() local 825 struct hostmap *hm; in ipf_nat_hostmapdel() local 2556 hostmap_t *hm; in ipf_nat_newmap() local 2821 hostmap_t *hm; in ipf_nat_newrdr() local 3030 hostmap_t *hm = NULL; in ipf_nat_add() local 6466 hostmap_t *hm, *nexthm = NULL, zerohm; in ipf_nat_getnext() local 8132 hostmap_t *hm, **newtab; in ipf_nat_hostmap_rehash() local
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | hash_algs.h | 243 ATTRIBUTE_WARN_UNUSED_RET static inline int hash_mapping_sanity_check(const hash_mapping *hm) in hash_mapping_sanity_check()
|
/freebsd/crypto/libecc/src/hash/ |
H A D | hash_algs.c | 23 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_name(const char *hash_name, const hash_mapping **hm) in get_hash_by_name() 52 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_type(hash_alg_type hash_type, const hash_mapping **hm) in get_hash_by_type()
|
/freebsd/sys/netgraph/ |
H A D | ng_vjc.c | 441 struct mbuf *hm; in ng_vjc_rcvdata() local
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 522 hostmap_t *hm; in dumpnat() local
|
/freebsd/sys/kgssapi/krb5/ |
H A D | krb5_mech.c | 1604 struct mbuf *m, *mlast, *hm, *cm, *n; in krb5_unwrap_old() local 1782 struct mbuf *m, *mlast, *hm, *cm; in krb5_unwrap_new() local
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_utils.c | 175 const hash_mapping *hm; in string_to_params() local
|
/freebsd/contrib/tcsh/ |
H A D | tc.func.c | 1583 getusername(Char **hm) in getusername()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 3702 double xd, xm, xs, yd, ym, ys, hm, hft; in oncore_print_posn() local
|