| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| address_to_krb5addr.c | 47 int addr_type; local 57 case GSS_C_AF_INET6: addr_type = AF_INET6; 61 case GSS_C_AF_INET: addr_type = AF_INET; 68 addr_type,
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cu.c | 111 dwarf2_cu::addr_type () const function in class:dwarf2_cu 115 struct type *addr_type = lookup_pointer_type (void_type); local 118 if (addr_type->length () == addr_size) 119 return addr_type; 121 addr_type = addr_sized_int_type (addr_type->is_unsigned ()); 122 return addr_type;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cu.c | 119 dwarf2_cu::addr_type () const function in class:dwarf2_cu 123 struct type *addr_type = lookup_pointer_type (void_type); local 125 if (addr_type->length () == this->header.addr_size) 126 return addr_type; 128 addr_type = addr_sized_int_type (addr_type->is_unsigned ()); 129 return addr_type;
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| recipient_list.h | 34 const char *addr_type; /* DSN */ member in union:RECIPIENT::__anon23124
|
| /src/external/bsd/ppp/dist/pppd/ |
| cbcp.c | 304 u_char type, opt_len, delay, addr_type; local 336 GETCHAR(addr_type, pckt); 337 __USE(addr_type); 443 u_char type, delay, addr_type; local 458 GETCHAR(addr_type, pckt); 459 __USE(addr_type);
|
| /src/sys/fs/udf/ |
| udf_readwrite.c | 188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; local 210 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); 212 intern = (addr_type == UDF_ICB_INTERN_ALLOC); 221 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); 223 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
|
| udf_allocation.c | 95 uint32_t icbflags, addr_type; 117 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 121 if (addr_type == UDF_ICB_INTERN_ALLOC) { 242 uint32_t icbflags, addr_type; 278 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 292 if (addr_type == UDF_ICB_INTERN_ALLOC) { 661 int slot, addr_type, icbflags; local 680 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 683 if (addr_type == UDF_ICB_INTERN_ALLOC) { 1820 int icbflags, addr_type, adlen, extnr local 1932 int icbflags, addr_type, adlen, extnr; local 2245 int addr_type, icbflags; local 2610 int addr_type; local 2885 int icbflags, addr_type; local [all...] |
| udf_subr.c | 439 int addr_type, icblen, icbflags; local 476 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 479 if (addr_type == UDF_ICB_SHORT_ALLOC) { 5111 int file_char, refcnt, icbflags, addr_type, hit, error; local 5135 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 5228 if (addr_type == UDF_ICB_INTERN_ALLOC) { 5233 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 5237 if (addr_type != UDF_ICB_INTERN_ALLOC) { 6570 int icbflags, addr_type; local 6591 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK 6614 int icbflags, addr_type; local [all...] |
| /src/sys/sys/ |
| ipmi.h | 78 int addr_type; member in struct:ipmi_addr 84 int addr_type; member in struct:ipmi_system_interface_addr 90 int addr_type; member in struct:ipmi_ipmb_addr
|
| cdio.h | 26 uint32_t addr_type:4; member in struct:cd_toc_entry 29 uint32_t addr_type:4; member in struct:cd_toc_entry 53 uint32_t addr_type:4; member in struct:cd_sub_channel_q_data 56 uint32_t addr_type:4; member in struct:cd_sub_channel_q_data 87 uint32_t addr_type:4; member in struct:cd_sub_channel_position_data 90 uint32_t addr_type:4; member in struct:cd_sub_channel_position_data
|
| /src/sys/arch/sparc64/dev/ |
| vnet.c | 63 uint8_t addr_type; member in struct:vnet_attr_info 1048 ai.addr_type = VNET_ADDR_ETHERMAC;
|
| /src/sys/dev/isa/ |
| mcdreg.h | 147 u_char addr_type:4; member in struct:mcd_qchninfo::__anon3107 156 u_char addr_type:4; member in struct:mcd_qchninfo::__anon3108 165 u_char addr_type:4; member in struct:mcd_qchninfo::__anon3109
|
| /src/sys/netinet/ |
| sctp_header.h | 71 u_int16_t addr_type[1]; /* array of supported address types */ member in struct:sctp_supported_addr_param 168 u_int32_t addr_type; /* address type */ member in struct:sctp_state_cookie 202 u_int16_t addr_type; member in struct:sctp_unresolv_addr
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldELF.cpp | 60 typedef typename ELFT::uint addr_type; typedef in class:__anon4397::DyldELFObject 113 shdr->sh_addr = static_cast<addr_type>(Addr); 125 sym->st_value = static_cast<addr_type>(Addr); 144 typedef typename ELFT::uint addr_type; typedef 170 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr);
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| discover_resolver.c | 258 resolver_address_create(const void * const NONNULL addr_data, mDNSAddr_Type addr_type) 262 require(addr_type == mDNSAddrType_IPv4|| addr_type == mDNSAddrType_IPv6, exit); 267 if (addr_type == mDNSAddrType_IPv4) { 273 resolver_address->addr.type = addr_type; 291 resolver_addresses_add(const void * const NONNULL addr_data, const mDNSAddr_Type addr_type, 294 resolver_address_t * resolver_address = resolver_address_create(addr_data, addr_type); 309 resolver_addresses_remove(const void * const NONNULL addr_data, mDNSAddr_Type addr_type, 314 require_action(addr_type == mDNSAddrType_IPv4 || addr_type == mDNSAddrType_IPv6, exit, succeeded = false) 843 const mDNSAddr_Type addr_type = answer->rrtype == kDNSType_A ? mDNSAddrType_IPv4 : mDNSAddrType_IPv6; local [all...] |
| /src/sbin/efi/ |
| devpath3.c | 1429 uint8_t addr_type; member in struct:__anon703 1439 p->addr_type); 1445 DEVPATH_FMT(addr_type: 0x%02x\n), 1449 p->addr_type);
|
| /src/sys/dev/scsipi/ |
| scsipi_cd.h | 213 uint8_t addr_type; member in struct:scsipi_read_trackinfo 247 uint8_t addr_type; /* bit 1 holds immediate */ member in struct:scsipi_close_tracksession
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcp.c | 1095 char msgbuf[1024], *addr_type; local 1129 addr_type = "source"; 1133 addr_type = "v4o6"; 1139 addr_type = "client"; 1148 addr_type = "relay"; 1223 addr_type = "relay link select"; 1225 addr_type = "selected"; 1232 msgbuf, addr_type, piaddr(sip));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-parloops.cc | 1340 tree t = *tp, var, addr, addr_type, type, obj; local 1350 addr_type = build_pointer_type (type); 1351 addr = take_address_of (t, addr_type, dta->entry, dta->decl_address, 1387 addr_type = TREE_TYPE (t); 1388 addr = take_address_of (obj, addr_type, dta->entry, dta->decl_address,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-parloops.cc | 1337 tree t = *tp, var, addr, addr_type, type, obj; local 1347 addr_type = build_pointer_type (type); 1348 addr = take_address_of (t, addr_type, dta->entry, dta->decl_address, 1384 addr_type = TREE_TYPE (t); 1385 addr = take_address_of (obj, addr_type, dta->entry, dta->decl_address,
|
| /src/sbin/fsck_udf/ |
| main.c | 2239 int dscr_size, l_ea, l_ad, icbflags, addr_type; local 2249 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 2250 if (addr_type != UDF_ICB_SHORT_ALLOC) {
|
| /src/sbin/newfs_udf/ |
| udf_core.c | 3889 int dscr_size, l_ea, l_ad, icbflags, addr_type; local 3970 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; 3971 if (addr_type != UDF_ICB_SHORT_ALLOC) {
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 1463 uint16_t addr_type; local 1467 addr_type = dns_rrtype_a; 1471 addr_type = dns_rrtype_aaaa; 1477 addr_type); 1481 towire.p - wire.data, wire.data, addr_type);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.cc | 5028 tree addr_type; 5046 addr_type = build_pointer_type (piece_type); 5048 addr_type = build_pointer_type_for_mode (piece_type, ptr_mode, 5063 src_addr = fold_convert (addr_type, src_addr); 5015 tree addr_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.cc | 4909 tree addr_type; 4927 addr_type = build_pointer_type (piece_type); 4929 addr_type = build_pointer_type_for_mode (piece_type, ptr_mode, 4944 src_addr = fold_convert (addr_type, src_addr); 4896 tree addr_type; local
|