| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | e820.c | 50 uint64_t base; member 52 enum e820_memory_type type; member 58 e820_element_alloc(uint64_t base, uint64_t end, enum e820_memory_type type) in e820_element_alloc() 75 e820_get_type_name(const enum e820_memory_type type) in e820_get_type_name() 154 e820_add_entry(const uint64_t base, const uint64_t end, in e820_add_entry() 155 const enum e820_memory_type type) in e820_add_entry() 308 e820_add_memory_hole(const uint64_t base, const uint64_t end) in e820_add_memory_hole() 377 const uint64_t alignment, const enum e820_memory_type type) in e820_alloc_highest() 382 uint64_t address, base, end; in e820_alloc_highest() local 411 const uint64_t alignment, const enum e820_memory_type type) in e820_alloc_lowest() [all …]
|
| H A D | pci_lpc.h | 52 enum lpc_sysres_type type; member 53 uint32_t base; member 57 #define LPC_SYSRES(type, base, length) \ argument 65 #define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length) argument 66 #define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length) argument
|
| H A D | e820.h | 33 uint64_t base; member 35 uint32_t type; member
|
| /freebsd/sys/kern/ |
| H A D | subr_asan.c | 550 kasan_fubyte(volatile const void *base) in kasan_fubyte() 556 kasan_fuword16(volatile const void *base) in kasan_fuword16() 562 kasan_fueword(volatile const void *base, long *val) in kasan_fueword() 569 kasan_fueword32(volatile const void *base, int32_t *val) in kasan_fueword32() 576 kasan_fueword64(volatile const void *base, int64_t *val) in kasan_fueword64() 583 kasan_subyte(volatile void *base, int byte) in kasan_subyte() 589 kasan_suword(volatile void *base, long word) in kasan_suword() 595 kasan_suword16(volatile void *base, int word) in kasan_suword16() 601 kasan_suword32(volatile void *base, int32_t word) in kasan_suword32() 607 kasan_suword64(volatile void *base, int64_t word) in kasan_suword64() [all …]
|
| H A D | subr_msan.c | 153 kmsan_orig_name(int type) in kmsan_orig_name() 178 int type; in kmsan_report_hook() local 234 int type; in kmsan_report_inline() local 546 kmsan_orig(const void *addr, size_t size, int type, uintptr_t pc) in kmsan_orig() 914 kmsan_fubyte(volatile const void *base) in kmsan_fubyte() 925 kmsan_fuword16(volatile const void *base) in kmsan_fuword16() 936 kmsan_fueword(volatile const void *base, long *val) in kmsan_fueword() 950 kmsan_fueword32(volatile const void *base, int32_t *val) in kmsan_fueword32() 964 kmsan_fueword64(volatile const void *base, int64_t *val) in kmsan_fueword64() 978 kmsan_subyte(volatile void *base, int byte) in kmsan_subyte() [all …]
|
| /freebsd/lib/libc/locale/ |
| H A D | xlocale.c | 179 for (int type=0 ; type<XLC_LAST ; type++) { in destruct_locale() local 217 dupcomponent(int type, locale_t base, locale_t new) in dupcomponent() 249 newlocale(int mask, const char *locale, locale_t base) in newlocale() 252 int type; in newlocale() local 307 duplocale(locale_t base) in duplocale() 310 int type; in duplocale() local 353 int type = ffs(mask & ~LC_VERSION_MASK) - 1; in querylocale() local
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evmap.c | 114 #define GET_IO_SLOT(x, map, slot, type) \ in HT_PROTOTYPE() argument 122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument 162 #define GET_SIGNAL_SLOT(x, map, slot, type) \ argument 169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument 184 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) argument 185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument 273 evmap_io_add_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_add_() 354 evmap_io_del_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_del_() 420 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_() 450 evmap_signal_add_(struct event_base *base, int sig, struct event *ev) in evmap_signal_add_() [all …]
|
| H A D | evdns.c | 160 struct evdns_base *base; member 195 struct evdns_base *base; member 201 unsigned int type; member 235 struct evdns_base *base; member 266 u16 type; /* The RR type */ member 302 struct evdns_server_request base; member 394 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument 424 #define EVDNS_LOCK(base) EVUTIL_NIL_STMT_ argument 425 #define EVDNS_UNLOCK(base) EVUTIL_NIL_STMT_ argument 426 #define ASSERT_LOCKED(base) EVUTIL_NIL_STMT_ argument [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | evmap.c | 114 #define GET_IO_SLOT(x, map, slot, type) \ in HT_PROTOTYPE() argument 122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument 162 #define GET_SIGNAL_SLOT(x, map, slot, type) \ argument 169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument 184 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) argument 185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument 273 evmap_io_add_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_add_() 354 evmap_io_del_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_del_() 420 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_() 450 evmap_signal_add_(struct event_base *base, int sig, struct event *ev) in evmap_signal_add_() [all …]
|
| H A D | evdns.c | 160 struct evdns_base *base; member 195 struct evdns_base *base; member 201 unsigned int type; member 235 struct evdns_base *base; member 266 u16 type; /* The RR type */ member 302 struct evdns_server_request base; member 394 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument 424 #define EVDNS_LOCK(base) EVUTIL_NIL_STMT_ argument 425 #define EVDNS_UNLOCK(base) EVUTIL_NIL_STMT_ argument 426 #define ASSERT_LOCKED(base) EVUTIL_NIL_STMT_ argument [all …]
|
| /freebsd/stand/libsa/ |
| H A D | smbios.c | 106 SMBIOS_GET8(const caddr_t base, int off) in SMBIOS_GET8() 112 SMBIOS_GET16(const caddr_t base, int off) in SMBIOS_GET16() 121 SMBIOS_GET32(const caddr_t base, int off) in SMBIOS_GET32() 130 SMBIOS_GET64(const caddr_t base, int off) in SMBIOS_GET64() 138 #define SMBIOS_GETLEN(base) SMBIOS_GET8(base, 0x01) argument 139 #define SMBIOS_GETSTR(base) ((base) + SMBIOS_GETLEN(base)) argument 253 #define UUID_GET(base, off) SMBIOS_GET32(base, off) argument 326 int type; in smbios_parse_chassis_type() local 411 int proc, size, osize, type; in smbios_parse_table() local 541 smbios_find_struct(int type) in smbios_find_struct()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | transform_view.h | 90 _LIBCPP_HIDE_FROM_ABI constexpr _View base() const& in base() function 95 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } in base() function 138 using type = input_iterator_tag; member
|
| H A D | reverse_view.h | 61 _LIBCPP_HIDE_FROM_ABI constexpr _View base() const& in base() function 67 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } in base() function 146 using type = member
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | printaddr.c | 12 printaddr(int family, int type, char *base, int ifidx, u_32_t *addr, in printaddr()
|
| /freebsd/sys/amd64/include/pc/ |
| H A D | bios.h | 52 u_int64_t base; member 54 u_int32_t type; member 59 u_int64_t base; member 61 u_int32_t type; member
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | generate-ci-type.py | 59 head, base = sys.argv[1:3] variable 61 def output_type(type, reason): argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 66 void *base; in emutls_memalign_alloc() local 83 static __inline void emutls_memalign_free(void *base) { in emutls_memalign_free() 164 void *base = _aligned_malloc(size, align); in emutls_memalign_alloc() local 170 static __inline void emutls_memalign_free(void *base) { _aligned_free(base); } in emutls_memalign_free() 237 static __inline uintptr_t __atomic_load_n(void *ptr, unsigned type) { in __atomic_load_n() 248 static __inline void __atomic_store_n(void *ptr, uintptr_t val, unsigned type) { in __atomic_store_n() 296 void *base; in emutls_allocate_object() local
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_dns.c | 90 dns_gethostbyname_cb(int result, char type, int count, int ttl, in dns_gethostbyname_cb() 206 struct event_base *base = event_base_new(); in dns_resolve_reverse() local 298 dns_server_gethostbyname_cb(int result, char type, int count, int ttl, in dns_server_gethostbyname_cb() 385 struct evdns_base *base=NULL; in dns_server() local 475 char type; member 484 generic_dns_callback(int result, char type, int count, int ttl, void *addresses, in generic_dns_callback() 543 struct event_base *base = data->base; in dns_search_test_impl() local 606 struct event_base *base = data->base; in dns_search_empty_test() local 655 struct event_base *base = data->base; in dns_search_cancel_test() local 730 struct event_base *base = data->base; in dns_retry_test_impl() local [all …]
|
| H A D | regress_ssl.c | 325 enum regress_openssl_type type; in respond_to_number() local 367 enum regress_openssl_type type; in eventcb() local 429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() 431 enum regress_openssl_type type) in open_ssl_bufevs() 468 enum regress_openssl_type type; in regress_bufferevent_openssl() local 583 enum regress_openssl_type type; in acceptcb() local 731 struct event_base *base = data->base; in regress_bufferevent_openssl_connect() local 740 enum regress_openssl_type type; in regress_bufferevent_openssl_connect() local 861 struct event_base *base = evconnlistener_get_base(listener); in wm_acceptcb() local 885 struct event_base *base = data->base; in regress_bufferevent_openssl_wm() local [all …]
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_dns.c | 90 dns_gethostbyname_cb(int result, char type, int count, int ttl, in dns_gethostbyname_cb() 206 struct event_base *base = event_base_new(); in dns_resolve_reverse() local 298 dns_server_gethostbyname_cb(int result, char type, int count, int ttl, in dns_server_gethostbyname_cb() 385 struct evdns_base *base=NULL; in dns_server() local 475 char type; member 484 generic_dns_callback(int result, char type, int count, int ttl, void *addresses, in generic_dns_callback() 543 struct event_base *base = data->base; in dns_search_test_impl() local 606 struct event_base *base = data->base; in dns_search_empty_test() local 655 struct event_base *base = data->base; in dns_search_cancel_test() local 730 struct event_base *base = data->base; in dns_retry_test_impl() local [all …]
|
| H A D | regress_ssl.c | 325 enum regress_openssl_type type; in respond_to_number() local 367 enum regress_openssl_type type; in eventcb() local 429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() 431 enum regress_openssl_type type) in open_ssl_bufevs() 468 enum regress_openssl_type type; in regress_bufferevent_openssl() local 583 enum regress_openssl_type type; in acceptcb() local 731 struct event_base *base = data->base; in regress_bufferevent_openssl_connect() local 740 enum regress_openssl_type type; in regress_bufferevent_openssl_connect() local 861 struct event_base *base = evconnlistener_get_base(listener); in wm_acceptcb() local 885 struct event_base *base = data->base; in regress_bufferevent_openssl_wm() local [all …]
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_print.c | 236 dt_print_int(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_int() 298 dt_print_float(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_float() 327 dt_print_ptr(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_ptr() 378 dt_print_array(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_array() 527 dt_print_enum(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_enum() 575 dt_print_tag(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_tag() 599 char type[DT_TYPE_NAMELEN]; in dt_format_member() local 643 char type[DT_TYPE_NAMELEN]; in dt_print_member() local
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_tdes.h | 20 PROV_CIPHER_CTX base; /* Must be first */ member 33 #define IMPLEMENT_tdes_cipher(type, UCTYPE, lcmode, UCMODE, flags, \ argument 89 #define PROV_CIPHER_HW_tdes_mode(type, mode) \ argument
|
| /freebsd/usr.bin/gprof/ |
| H A D | elf.c | 60 const char *base; in elf_getnfile() local 128 int type; in wantsym() local
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_subr.c | 113 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name() 178 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type() 224 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type() 240 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type() 282 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type() 325 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type() 367 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type() 423 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width() 475 bhnd_nvram_type_host_align(bhnd_nvram_type type) in bhnd_nvram_type_host_align() 708 bhnd_nvram_parse_int(const char *str, size_t maxlen, u_int base, in bhnd_nvram_parse_int()
|