| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 20-test_dgst.t | 28 my $other_data = srctop_file('test', 'data2.bin'); 50 $other_data])), 60 my $other_data = srctop_file('test', 'data2.bin'); 87 $other_data])),
|
| H A D | 20-test_pkeyutl.t | 92 my $other_data = srctop_file('test', 'data2.bin'); 135 '-in', $other_data);
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | tsig.c | 138 tsig->other_data, in tsig_digest_variables() 422 tsig->other_data = (uint8_t *) region_alloc( in tsig_from_query() 424 write_uint16(tsig->other_data, current_time_high); in tsig_from_query() 425 write_uint32(tsig->other_data + 2, current_time_low); in tsig_from_query() 453 tsig->other_data = NULL; in tsig_init_query() 594 tsig->other_data = NULL; in tsig_parse_rr() 664 tsig->other_data = (uint8_t *) region_alloc_init( in tsig_parse_rr() 698 buffer_write(packet, tsig->other_data, tsig->other_size); in tsig_append_rr()
|
| H A D | tsig.h | 130 uint8_t *other_data; member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 20-test_dgst.t | 27 my $other_data = srctop_file('test', 'README.external'); 48 $other_data])),
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | apropos-utils.c | 727 callback_args.other_data = args->callback_data; in execute_search_query() 837 struct orig_callback_data *orig_data = callback_args->other_data; in callback_html() 847 callback_args->other_data = orig_data->data; in callback_html() 908 struct orig_callback_data *orig_data = callback_args->other_data; in callback_pager() 970 callback_args->other_data = orig_data->data; in callback_pager() 1006 struct term_args *ta = callback_args->other_data; in callback_term() 1015 callback_args->other_data = orig_data->data; in callback_term()
|
| H A D | apropos-utils.h | 81 void *other_data; member
|
| H A D | apropos.c | 303 callback_data *cbdata = (callback_data *) qargs->other_data; in query_callback()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 90 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps() 91 while (j < 13 && edid_buf->detailed_timings[i].data.other_data.data.str.str[j]) { in dm_helpers_parse_edid_caps() 92 if (edid_buf->detailed_timings[i].data.other_data.data.str.str[j] == '\n') in dm_helpers_parse_edid_caps() 96 edid_buf->detailed_timings[i].data.other_data.data.str.str[j]; in dm_helpers_parse_edid_caps()
|
| H A D | amdgpu_dm.c | 8327 data = &timing->data.other_data; in amdgpu_dm_update_freesync_caps()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_edid.h | 171 struct detailed_non_pixel other_data; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_edid.c | 2829 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes() 2911 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes() 2960 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes() 3029 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes() 3070 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode() 4302 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name() 4303 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | peXXigen.c | 2032 bfd_vma other_data; in _bfd_XX_print_ce_compressed_pdata() local 2041 other_data = GET_PDATA_ENTRY (abfd, data + i + 4); in _bfd_XX_print_ce_compressed_pdata() 2043 if (begin_addr == 0 && other_data == 0) in _bfd_XX_print_ce_compressed_pdata() 2047 prolog_length = (other_data & 0x000000FF); in _bfd_XX_print_ce_compressed_pdata() 2048 function_length = (other_data & 0x3FFFFF00) >> 8; in _bfd_XX_print_ce_compressed_pdata() 2049 flag32bit = (int)((other_data & 0x40000000) >> 30); in _bfd_XX_print_ce_compressed_pdata() 2050 exception_flag = (int)((other_data & 0x80000000) >> 31); in _bfd_XX_print_ce_compressed_pdata()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | peXXigen.c | 2048 bfd_vma other_data; in _bfd_XX_print_ce_compressed_pdata() local 2057 other_data = GET_PDATA_ENTRY (abfd, data + i + 4); in _bfd_XX_print_ce_compressed_pdata() 2059 if (begin_addr == 0 && other_data == 0) in _bfd_XX_print_ce_compressed_pdata() 2063 prolog_length = (other_data & 0x000000FF); in _bfd_XX_print_ce_compressed_pdata() 2064 function_length = (other_data & 0x3FFFFF00) >> 8; in _bfd_XX_print_ce_compressed_pdata() 2065 flag32bit = (int)((other_data & 0x40000000) >> 30); in _bfd_XX_print_ce_compressed_pdata() 2066 exception_flag = (int)((other_data & 0x80000000) >> 31); in _bfd_XX_print_ce_compressed_pdata()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | rbtdb.c | 2416 bool cname = false, other_data = false; in setnsec3parameters() 2491 other_data = true; in closeversion() 2495 if (cname && other_data) { in closeversion() 6071 bool cname, other_data; cname_and_other_data() local
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rbtdb.c | 6089 bool cname, other_data; in cname_and_other_data() local 6100 other_data = false; in cname_and_other_data() 6158 other_data = true; in cname_and_other_data() 6164 if (cname && other_data) { in cname_and_other_data()
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | ChangeLog | 4295 - TSIG other_data field size according to RFC 2845 is 0 or 6.
|