Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-fetch.c289 int pt_pkt_decode_unknown(struct pt_packet_decoder *d, struct pt_packet *p) in pt_pkt_decode_unknown()
296 int pt_qry_decode_unknown(struct pt_query_decoder *d) in pt_qry_decode_unknown()
303 int pt_pkt_decode_pad(struct pt_packet_decoder *d, struct pt_packet *p) in pt_pkt_decode_pad()
310 int pt_qry_decode_pad(struct pt_query_decoder *d) in pt_qry_decode_pad()
317 int pt_pkt_decode_psb(struct pt_packet_decoder *d, struct pt_packet *p) in pt_pkt_decode_psb()
324 int pt_qry_decode_psb(struct pt_query_decoder *d) in pt_qry_decode_psb()
331 int pt_pkt_decode_tip(struct pt_packet_decoder *d, struct pt_packet *p) in pt_pkt_decode_tip()
338 int pt_qry_decode_tip(struct pt_query_decoder *d) in pt_qry_decode_tip()
345 int pt_pkt_decode_tnt_8(struct pt_packet_decoder *d, struct pt_packet *p) in pt_pkt_decode_tnt_8()
352 int pt_qry_decode_tnt_8(struct pt_query_decoder *d) in pt_qry_decode_tnt_8()
[all …]
H A Dptunit-packet.c662 int pt_qry_decode_unknown(struct pt_query_decoder *d) in pt_qry_decode_unknown()
668 int pt_qry_decode_pad(struct pt_query_decoder *d) in pt_qry_decode_pad()
674 int pt_qry_decode_psb(struct pt_query_decoder *d) in pt_qry_decode_psb()
680 int pt_qry_decode_tip(struct pt_query_decoder *d) in pt_qry_decode_tip()
686 int pt_qry_decode_tnt_8(struct pt_query_decoder *d) in pt_qry_decode_tnt_8()
692 int pt_qry_decode_tnt_64(struct pt_query_decoder *d) in pt_qry_decode_tnt_64()
698 int pt_qry_decode_tip_pge(struct pt_query_decoder *d) in pt_qry_decode_tip_pge()
704 int pt_qry_decode_tip_pgd(struct pt_query_decoder *d) in pt_qry_decode_tip_pgd()
710 int pt_qry_decode_fup(struct pt_query_decoder *d) in pt_qry_decode_fup()
716 int pt_qry_header_fup(struct pt_query_decoder *d) in pt_qry_header_fup()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h81 #define KA_TRACE(d, x) \ argument
85 #define KB_TRACE(d, x) \ argument
89 #define KC_TRACE(d, x) \ argument
93 #define KD_TRACE(d, x) \ argument
97 #define KE_TRACE(d, x) \ argument
101 #define KF_TRACE(d, x) \ argument
105 #define K_DIAG(d, x) \ argument
112 #define KA_DUMP(d, x) \ argument
119 #define KB_DUMP(d, x) \ argument
126 #define KC_DUMP(d, x) \ argument
[all …]
H A Dz_Windows_NT-586_util.cpp19 kmp_int8 __kmp_test_then_or8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_or8()
33 kmp_int8 __kmp_test_then_and8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_and8()
47 kmp_uint32 __kmp_test_then_or32(volatile kmp_uint32 *p, kmp_uint32 d) { in __kmp_test_then_or32()
62 kmp_uint32 __kmp_test_then_and32(volatile kmp_uint32 *p, kmp_uint32 d) { in __kmp_test_then_and32()
78 kmp_int8 __kmp_test_then_add8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_add8()
92 kmp_int64 __kmp_test_then_add64(volatile kmp_int64 *p, kmp_int64 d) { in __kmp_test_then_add64()
107 kmp_uint64 __kmp_test_then_or64(volatile kmp_uint64 *p, kmp_uint64 d) { in __kmp_test_then_or64()
122 kmp_uint64 __kmp_test_then_and64(volatile kmp_uint64 *p, kmp_uint64 d) { in __kmp_test_then_and64()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c30 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data()
35 void *DSA_get_ex_data(const DSA *d, int idx) in DSA_get_ex_data()
86 void DSA_clear_flags(DSA *d, int flags) in DSA_clear_flags()
91 int DSA_test_flags(const DSA *d, int flags) in DSA_test_flags()
96 void DSA_set_flags(DSA *d, int flags) in DSA_set_flags()
101 ENGINE *DSA_get0_engine(DSA *d) in DSA_get0_engine()
128 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method()
253 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx) in ossl_dsa_set0_libctx()
258 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg()
264 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
[all …]
/freebsd/lib/libnetmap/
H A Dnmport.c52 nmport_push_cleanup(struct nmport_d *d, struct nmport_cleanup_d *c) in nmport_push_cleanup()
59 nmport_pop_cleanup(struct nmport_d *d) in nmport_pop_cleanup()
69 void nmport_do_cleanup(struct nmport_d *d) in nmport_do_cleanup()
79 struct nmport_d *d; in nmport_new_with_ctx() local
107 nmport_delete(struct nmport_d *d) in nmport_delete()
113 nmport_extmem_cleanup(struct nmport_cleanup_d *c, struct nmport_d *d) in nmport_extmem_cleanup()
127 nmport_extmem(struct nmport_d *d, void *base, size_t size) in nmport_extmem()
177 struct nmport_d *d) in nmport_extmem_from_file_cleanup()
187 nmport_extmem_from_file(struct nmport_d *d, const char *fname) in nmport_extmem_from_file()
242 nmport_extmem_getinfo(struct nmport_d *d) in nmport_extmem_getinfo()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dsound.c99 struct snddev_info *d; in snd_setup_intr() local
111 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, in pcm_chnalloc()
169 struct snddev_info *d; in sysctl_hw_snd_default_unit() local
192 struct snddev_info *d = device_get_softc(dev); in pcm_addchan() local
211 pcm_killchans(struct snddev_info *d) in pcm_killchans()
266 struct snddev_info *d; in pcm_best_unit() local
292 struct snddev_info *d = device_get_softc(dev); in pcm_getflags() local
300 struct snddev_info *d = device_get_softc(dev); in pcm_setflags() local
308 struct snddev_info *d = device_get_softc(dev); in pcm_getdevinfo() local
316 struct snddev_info *d = device_get_softc(dev); in pcm_getbuffersize() local
[all …]
/freebsd/contrib/ncurses/include/
H A Dnc_string.h63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) argument
64 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m)) argument
66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) argument
67 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strncat((d),(s),(n)) argument
71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument
72 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument
74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) argument
75 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strncpy((d),(s),(n)) argument
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
62 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)) argument
63 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) argument
64 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
70 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument
71 #define TPARM_6(a,b,c,d,e,f,g) TPARM_7(a,b,c,d,e,f,g,0) argument
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c71 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument
100 struct demangle_data d; in cpp_demangle_ARM() local
263 dest_demangle_data(struct demangle_data *d) in dest_demangle_data()
290 init_demangle_data(struct demangle_data *d) in init_demangle_data()
338 read_array(struct demangle_data *d) in read_array()
380 read_class(struct demangle_data *d) in read_class()
404 read_func(struct demangle_data *d) in read_func()
444 read_func_name(struct demangle_data *d) in read_func_name()
531 read_func_ptr(struct demangle_data *d) in read_func_ptr()
658 read_memptr(struct demangle_data *d) in read_memptr()
[all …]
H A Dlibelftc_dem_gnu2.c69 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument
98 struct demangle_data d; in cpp_demangle_gnu2() local
347 dest_demangle_data(struct demangle_data *d) in dest_demangle_data()
374 init_demangle_data(struct demangle_data *d) in init_demangle_data()
419 read_array(struct demangle_data *d) in read_array()
461 read_class(struct demangle_data *d) in read_class()
487 read_func(struct demangle_data *d) in read_func()
530 read_func_name(struct demangle_data *d) in read_func_name()
680 read_func_ptr(struct demangle_data *d) in read_func_ptr()
807 read_memptr(struct demangle_data *d) in read_memptr()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_dtrace.h46 #define _LIN_SDT_PROBE_DECLARE(a, b, c, d) SDT_PROBE_DECLARE(a, b, c, d) argument
50 #define _LIN_SDT_PROBE_DEFINE0(a, b, c, d) SDT_PROBE_DEFINE(a, \ argument
54 #define _LIN_SDT_PROBE_DEFINE1(a, b, c, d, e) SDT_PROBE_DEFINE1(a, \ argument
56 #define LIN_SDT_PROBE_DEFINE1(a, b, c, d) _LIN_SDT_PROBE_DEFINE1(\ argument
58 #define _LIN_SDT_PROBE_DEFINE2(a, b, c, d, e, f) SDT_PROBE_DEFINE2(a, \ argument
60 #define LIN_SDT_PROBE_DEFINE2(a, b, c, d, e) _LIN_SDT_PROBE_DEFINE2(\ argument
62 #define _LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f, g) SDT_PROBE_DEFINE3(a, \ argument
64 #define LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f) _LIN_SDT_PROBE_DEFINE3(\ argument
66 #define _LIN_SDT_PROBE_DEFINE4(a, b, c, d, e, f, g, h) SDT_PROBE_DEFINE4(a, \ argument
68 #define LIN_SDT_PROBE_DEFINE4(a, b, c, d, e, f, g) _LIN_SDT_PROBE_DEFINE4(\ argument
[all …]
/freebsd/contrib/libfido2/src/
H A Dnfc.c22 tx_short_apdu(fido_dev_t *d, const iso7816_header_t *h, const uint8_t *payload, in tx_short_apdu()
63 nfc_do_tx(fido_dev_t *d, const uint8_t *apdu_ptr, size_t apdu_len) in nfc_do_tx()
96 fido_nfc_tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count) in fido_nfc_tx()
147 rx_init(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_init()
187 tx_get_response(fido_dev_t *d, uint8_t count) in tx_get_response()
204 rx_apdu(fido_dev_t *d, uint8_t sw[2], unsigned char **buf, size_t *count, int *ms) in rx_apdu()
236 rx_msg(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_msg()
267 rx_cbor(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_cbor()
278 fido_nfc_rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int ms) in fido_nfc_rx()
297 fido_dev_t *d; in nfc_is_fido() local
[all …]
H A Dio.c51 tx_empty(fido_dev_t *d, uint8_t cmd, int *ms) in tx_empty()
71 tx_preamble(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in tx_preamble()
98 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame()
123 tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count, int *ms) in tx()
148 transport_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in transport_tx()
165 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in fido_tx()
181 rx_frame(fido_dev_t *d, struct frame *fp, int *ms) in rx_frame()
199 rx_preamble(fido_dev_t *d, uint8_t cmd, struct frame *fp, int *ms) in rx_preamble()
228 rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int *ms) in rx()
296 transport_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in transport_rx()
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_kentry.c123 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy_toregion() local
172 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy() local
224 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isnull() local
231 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isgood() local
238 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isbad() local
245 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_get_reason() local
252 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_get_reason_bogus() local
261 struct key_entry_key** k, struct key_entry_data** d) in key_entry_setup()
287 struct key_entry_data* d; in key_entry_create_null() local
310 struct key_entry_data* d; in key_entry_create_rrset() local
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha1_one.c23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1()
38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1()
47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224()
56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256()
65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384()
74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
/freebsd/sys/net/
H A Dbpf.c328 bpfd_ref(struct bpf_d *d) in bpfd_ref()
335 bpfd_rele(struct bpf_d *d) in bpfd_rele()
370 bpf_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_bytes()
390 bpf_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_mbuf()
413 bpf_buf_reclaimed(struct bpf_d *d) in bpf_buf_reclaimed()
437 bpf_canfreebuf(struct bpf_d *d) in bpf_canfreebuf()
455 bpf_canwritebuf(struct bpf_d *d) in bpf_canwritebuf()
472 bpf_buffull(struct bpf_d *d) in bpf_buffull()
488 bpf_bufheld(struct bpf_d *d) in bpf_bufheld()
501 bpf_free(struct bpf_d *d) in bpf_free()
[all …]
H A Dbpf_buffer.c100 bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_buffer_append_bytes()
113 bpf_buffer_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_buffer_append_mbuf()
128 bpf_buffer_free(struct bpf_d *d) in bpf_buffer_free()
149 bpf_buffer_init(struct bpf_d *d) in bpf_buffer_init()
159 bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i) in bpf_buffer_ioctl_sblen()
206 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove()
H A Dbpf_zerocopy.c239 bpf_zerocopy_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_zerocopy_append_bytes()
291 bpf_zerocopy_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_zerocopy_append_mbuf()
355 bpf_zerocopy_buffull(struct bpf_d *d) in bpf_zerocopy_buffull()
382 bpf_zerocopy_bufheld(struct bpf_d *d) in bpf_zerocopy_bufheld()
405 bpf_zerocopy_buf_reclaimed(struct bpf_d *d) in bpf_zerocopy_buf_reclaimed()
425 bpf_zerocopy_canfreebuf(struct bpf_d *d) in bpf_zerocopy_canfreebuf()
448 bpf_zerocopy_canwritebuf(struct bpf_d *d) in bpf_zerocopy_canwritebuf()
467 bpf_zerocopy_free(struct bpf_d *d) in bpf_zerocopy_free()
489 bpf_zerocopy_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i) in bpf_zerocopy_ioctl_getzmax()
505 bpf_zerocopy_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, in bpf_zerocopy_ioctl_rotzbuf()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dstrdup.c38 char *d = sm_malloc_x(n + 1); variable
65 char *d; local
96 char *d; local
124 char *d; local
157 char *d; local
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y314 hid_device_p d = LIST_FIRST(&hid_devices); in clean_config() local
325 hid_device_p d; in get_hid_device() local
336 get_next_hid_device(hid_device_p d) in get_next_hid_device()
343 print_hid_device(hid_device_p d, FILE *f) in print_hid_device()
391 check_hid_device(hid_device_p d) in check_hid_device()
476 free_hid_device(hid_device_p d) in free_hid_device()
491 hid_device_t *d; in read_hids_file() local
535 hid_device_t *d; in write_hids_file() local
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_local.h57 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
58 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
59 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
60 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
62 #define R0(a,b,c,d,k,s,t) { \ argument
67 #define R1(a,b,c,d,k,s,t) { \ argument
72 #define R2(a,b,c,d,k,s,t) { \ argument
77 #define R3(a,b,c,d,k,s,t) { \ argument
/freebsd/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c54 #define MYd_ATF_CHECK_EQ(d, v) \ argument
57 #define MYld_ATF_CHECK_EQ(d, v) \ argument
60 #define MYu_ATF_CHECK_EQ(d, v) \ argument
63 #define MYlu_ATF_CHECK_EQ(d, v) \ argument
66 #define MYx_ATF_CHECK_EQ(d, v) \ argument
69 #define MYlx_ATF_CHECK_EQ(d, v) \ argument
86 struct hid_data *d; in locate_item() local
/freebsd/sys/dev/sound/macio/
H A Ddavbus.c139 struct davbus_softc *d; in burgundy_init() local
203 burgundy_write_locked(struct davbus_softc *d, u_int reg, u_int val) in burgundy_write_locked()
229 burgundy_set_outputs(struct davbus_softc *d, u_int mask) in burgundy_set_outputs()
263 burgundy_read_status(struct davbus_softc *d, u_int status) in burgundy_read_status()
274 struct davbus_softc *d; in burgundy_set() local
335 struct davbus_softc *d; in screamer_init() local
375 screamer_write_locked(struct davbus_softc *d, u_int reg, u_int val) in screamer_write_locked()
395 screamer_set_outputs(struct davbus_softc *d, u_int mask) in screamer_set_outputs()
434 screamer_read_status(struct davbus_softc *d, u_int status) in screamer_read_status()
462 struct davbus_softc *d; in screamer_set() local
[all …]
/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c39 const u_char *d; in sshbuf_get_bignum2() local
60 get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g) in get_ec()
76 const u_char *d; in sshbuf_get_ec() local
99 const u_char *d; in sshbuf_get_eckey() local
133 u_char d[SSHBUF_MAX_BIGNUM + 1]; in sshbuf_put_bignum2() local
156 u_char d[SSHBUF_MAX_ECPOINT]; in sshbuf_put_ec() local

12345678910>>...73