Home
last modified time | relevance | path

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

12345678910>>...73

/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
HDptunit-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 …]
HDptunit-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-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_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 …]
HDz_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-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_errors.cpp47 Decorator d; in Print() local
62 Decorator d; in Print() local
102 Decorator d; in Print() local
123 Decorator d; in Print() local
141 Decorator d; in Print() local
154 Decorator d; in Print() local
167 Decorator d; in Print() local
180 Decorator d; in Print() local
193 Decorator d; in Print() local
207 Decorator d; in Print() local
[all …]
/freebsd-13-stable/crypto/openssl/crypto/dsa/
HDdsa_lib.c44 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method()
168 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data()
173 void *DSA_get_ex_data(DSA *d, int idx) in DSA_get_ex_data()
178 int DSA_security_bits(const DSA *d) in DSA_security_bits()
243 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg()
254 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
280 void DSA_get0_key(const DSA *d, in DSA_get0_key()
289 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
310 const BIGNUM *DSA_get0_p(const DSA *d) in DSA_get0_p()
315 const BIGNUM *DSA_get0_q(const DSA *d) in DSA_get0_q()
[all …]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/edonr/
HDedonr_byteorder.h124 #define ld_swap32(s, d) aix_ld_swap32(s, d) argument
125 #define st_swap32(s, d) aix_st_swap32(s, d) argument
126 #define ld_swap64(s, d) aix_ld_swap64(s, d) argument
127 #define st_swap64(s, d) aix_st_swap64(s, d) argument
141 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
162 #define ld_swap32(s, d) sparc_ld_swap32(s, d) argument
163 #define st_swap32(s, d) sparc_st_swap32(s, d) argument
164 #define ld_swap64(s, d) sparc_ld_swap64(s, d) argument
165 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
171 #define ld_swap32(s, d) (d = __builtin_bswap32(*(s))) argument
[all …]
/freebsd-13-stable/lib/libnetmap/
HDnmport.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()
186 nmport_extmem_from_file(struct nmport_d *d, const char *fname) in nmport_extmem_from_file()
241 nmport_extmem_getinfo(struct nmport_d *d) in nmport_extmem_getinfo()
[all …]
/freebsd-13-stable/sys/dev/sound/pcm/
HDsound.c119 struct snddev_info *d; in snd_setup_intr() local
131 pcm_clonereset(struct snddev_info *d) in pcm_clonereset()
149 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num) in pcm_setvchans()
273 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction, in pcm_chnalloc()
398 pcm_inprog(struct snddev_info *d, int delta) in pcm_inprog()
408 pcm_setmaxautovchans(struct snddev_info *d, int num) in pcm_setmaxautovchans()
431 struct snddev_info *d; in sysctl_hw_snd_default_unit() local
454 struct snddev_info *d; in sysctl_hw_snd_maxautovchans() local
483 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int nu… in pcm_chn_create()
598 struct snddev_info *d; in pcm_chn_destroy() local
[all …]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_unimsgcpy.c12 u_int s, d; in copy_msg_alerting() local
47 u_int s, d; in copy_msg_connect() local
100 u_int s, d; in copy_msg_release() local
123 u_int s, d; in copy_msg_release_compl() local
142 u_int s, d; in copy_msg_setup() local
282 u_int s, d; in copy_msg_add_party() local
334 u_int s, d; in copy_msg_add_party_ack() local
364 u_int s, d; in copy_msg_party_alerting() local
382 u_int s, d; in copy_msg_add_party_rej() local
402 u_int s, d; in copy_msg_drop_party() local
[all …]
/freebsd-13-stable/sbin/ifconfig/
HDifbridge.c223 setbridge_add(const char *val, int d, int s, const struct afswtch *afp) in setbridge_add()
234 setbridge_delete(const char *val, int d, int s, const struct afswtch *afp) in setbridge_delete()
245 setbridge_discover(const char *val, int d, int s, const struct afswtch *afp) in setbridge_discover()
252 unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_discover()
259 setbridge_learn(const char *val, int d, int s, const struct afswtch *afp) in setbridge_learn()
266 unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_learn()
273 setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) in setbridge_sticky()
280 unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_sticky()
287 setbridge_span(const char *val, int d, int s, const struct afswtch *afp) in setbridge_span()
298 unsetbridge_span(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_span()
[all …]
/freebsd-13-stable/contrib/ncurses/include/
HDnc_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
/freebsd-13-stable/contrib/elftoolchain/libelftc/
HDlibelftc_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 …]
HDlibelftc_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-13-stable/sys/compat/linux/
HDlinux_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-13-stable/contrib/libfido2/src/
HDnfc.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 …]
HDio.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-13-stable/sys/dev/cp/
HDif_cp.c74 #define CP_DEBUG(d,s) ({if (d->chan->debug) {\ argument
76 #define CP_DEBUG2(d,s) ({if (d->chan->debug>1) {\ argument
212 drv_t *d; in cp_timeout() local
304 drv_t *d = b->chan[i].sys; in cp_intr() local
388 drv_t *d; in cp_attach() local
547 drv_t *d = (drv_t*) c->sys; in cp_detach() local
561 drv_t *d = (drv_t*) c->sys; in cp_detach() local
583 drv_t *d = (drv_t*) c->sys; in cp_detach() local
625 drv_t *d = (drv_t*) c->sys; in cp_detach() local
644 drv_t *d = ifp->if_softc; in cp_ifstart() local
[all …]
/freebsd-13-stable/sys/net/
HDbpf.c322 bpfd_ref(struct bpf_d *d) in bpfd_ref()
329 bpfd_rele(struct bpf_d *d) in bpfd_rele()
364 bpf_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_bytes()
384 bpf_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_mbuf()
407 bpf_buf_reclaimed(struct bpf_d *d) in bpf_buf_reclaimed()
431 bpf_canfreebuf(struct bpf_d *d) in bpf_canfreebuf()
449 bpf_canwritebuf(struct bpf_d *d) in bpf_canwritebuf()
466 bpf_buffull(struct bpf_d *d) in bpf_buffull()
482 bpf_bufheld(struct bpf_d *d) in bpf_bufheld()
495 bpf_free(struct bpf_d *d) in bpf_free()
[all …]
HDbpf_buffer.c102 bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_buffer_append_bytes()
115 bpf_buffer_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_buffer_append_mbuf()
130 bpf_buffer_free(struct bpf_d *d) in bpf_buffer_free()
151 bpf_buffer_init(struct bpf_d *d) in bpf_buffer_init()
161 bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i) in bpf_buffer_ioctl_sblen()
208 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove()
HDbpf_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-13-stable/sys/dev/ce/
HDif_ce.c84 #define CE_DEBUG(d,s) ({if (d->chan->debug) {\ argument
86 #define CE_DEBUG2(d,s) ({if (d->chan->debug>1) {\ argument
245 drv_t *d; in ce_timeout() local
323 drv_t *d = b->chan[i].sys; in ce_intr() local
420 drv_t *d; in ce_attach() local
612 drv_t *d = (drv_t*) c->sys; in ce_detach() local
632 drv_t *d = (drv_t*) c->sys; in ce_detach() local
676 drv_t *d = (drv_t*) c->sys; in ce_detach() local
695 drv_t *d = ifp->if_softc; in ce_ifstart() local
705 drv_t *d = SP2IFP(sp)->if_softc; in ce_tlf() local
[all …]
/freebsd-13-stable/contrib/unbound/validator/
HDval_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-13-stable/contrib/sendmail/libsm/
HDstrdup.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-13-stable/usr.sbin/bluetooth/bthidd/
HDparser.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

12345678910>>...73