| /freebsd-12-stable/sys/mips/atheros/ |
| D | ar71xx_macaddr.c | 59 int offset, int is_local) in ar71xx_mac_addr_init() argument 82 if (is_local) in ar71xx_mac_addr_init()
|
| D | ar71xx_machdep.c | 251 int offset, is_local, unitid; in ar71xx_platform_check_mac_hints() local 264 &is_local) != 0) in ar71xx_platform_check_mac_hints() 269 ar71xx_board_mac_addr, offset, is_local); in ar71xx_platform_check_mac_hints()
|
| D | ar71xx_macaddr.h | 36 int offset, int is_local);
|
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_console_io.c | 65 static int is_local(char *str) in is_local() function 82 #define is_loopback is_local 101 return is_local(p_opt->console) || is_loopback(p_opt->console) in is_console_enabled()
|
| /freebsd-12-stable/lib/libcuse/ |
| D | cuse_lib.c | 71 int is_local; member 482 enter.is_local = 0; in cuse_wait_and_process() 654 pe->is_local = val; in cuse_set_local() 691 return (pe->is_local); in cuse_get_local() 711 if (pe->is_local) { in cuse_copy_out() 744 if (pe->is_local) { in cuse_copy_in()
|
| /freebsd-12-stable/sys/mips/conf/ |
| D | DIR-825C1.hints | 23 hint.ar71xx_mac_map.0.is_local=0 28 hint.ar71xx_mac_map.1.is_local=0 33 hint.ar71xx_mac_map.2.is_local=0
|
| D | TL-WR1043NDv2.hints | 16 hint.ar71xx_mac_map.0.is_local=0 21 hint.ar71xx_mac_map.1.is_local=0 26 hint.ar71xx_mac_map.2.is_local=0
|
| D | DIR-655A1.hints | 24 hint.ar71xx_mac_map.0.is_local=0 29 hint.ar71xx_mac_map.1.is_local=0 34 hint.ar71xx_mac_map.2.is_local=0
|
| D | TL-ARCHERC7V2.hints | 16 hint.ar71xx_mac_map.0.is_local=0 21 hint.ar71xx_mac_map.1.is_local=0 26 hint.ar71xx_mac_map.2.is_local=0
|
| D | TL-WDR4300.hints | 35 hint.ar71xx_mac_map.0.is_local=0 40 hint.ar71xx_mac_map.1.is_local=0 45 hint.ar71xx_mac_map.2.is_local=0
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | name-lookup.h | 61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 78 unsigned is_local : 1; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | FileSystem.h | 518 std::error_code is_local(const Twine &path, bool &result); 521 std::error_code is_local(int FD, bool &result); 525 inline bool is_local(const Twine &Path) { in is_local() function 527 return !is_local(Path, Result) && Result; in is_local() 532 inline bool is_local(int FD) { in is_local() function 534 return !is_local(FD, Result) && Result; in is_local()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 290 int is_local = symbol_get_obj (symbolP)->local; in elf_common_parse() local 329 is_local = 0; in elf_common_parse() 334 align = parse_align (is_local); in elf_common_parse() 340 if (is_local) in elf_common_parse()
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | tls.h | 75 int is_local; member
|
| D | tls_gnutls.c | 1490 ev.alert.is_local = 1; in tls_connection_handshake() 1510 ev.alert.is_local = 0; in tls_connection_handshake()
|
| /freebsd-12-stable/contrib/elftoolchain/nm/ |
| D | nm.c | 709 bool is_local; in get_sym_type() local 714 is_local = sym->st_info >> 4 == STB_LOCAL; in get_sym_type() 717 return (is_local ? 'a' : 'A'); in get_sym_type() 732 return (is_local == true && type_table[sym->st_shndx] != 'N' ? in get_sym_type()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | authsrv.c | 164 if (data->alert.is_local) in authsrv_tls_event()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf32-cr16.c | 490 int is_local ATTRIBUTE_UNUSED) in cr16_elf_final_link_relocate() 528 if (is_local) Rvalue -= -1; in cr16_elf_final_link_relocate()
|
| D | elf64-s390.c | 891 elf_s390_tls_transition (info, r_type, is_local) in elf_s390_tls_transition() argument 894 int is_local; 903 if (is_local) 907 if (is_local)
|
| D | elf32-s390.c | 936 elf_s390_tls_transition (info, r_type, is_local) in elf_s390_tls_transition() argument 939 int is_local; 948 if (is_local) 952 if (is_local)
|
| D | elfxx-sparc.c | 1032 int r_type, int is_local) in sparc_elf_tls_transition() argument 1045 if (is_local) in sparc_elf_tls_transition() 1049 if (is_local) in sparc_elf_tls_transition() 1053 if (is_local) in sparc_elf_tls_transition() 1057 if (is_local) in sparc_elf_tls_transition()
|
| D | elf32-ppc.c | 4164 bfd_boolean is_local; in ppc_elf_tls_optimize() local 4181 is_local = FALSE; in ppc_elf_tls_optimize() 4184 is_local = TRUE; in ppc_elf_tls_optimize() 4199 if (!is_local) in ppc_elf_tls_optimize() 4214 if (is_local) in ppc_elf_tls_optimize() 4227 if (is_local) in ppc_elf_tls_optimize()
|
| D | elf32-i386.c | 896 elf_i386_tls_transition (struct bfd_link_info *info, int r_type, int is_local) in elf_i386_tls_transition() argument 907 if (is_local) in elf_i386_tls_transition() 912 if (is_local) in elf_i386_tls_transition()
|
| /freebsd-12-stable/sys/dev/mpt/ |
| D | mpt.h | 341 is_local : 1, member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | varasm.c | 5198 bool is_local; in decl_default_tls_model() local 5200 is_local = targetm.binds_local_p (decl); in decl_default_tls_model() 5203 if (is_local) in decl_default_tls_model() 5211 else if (optimize && is_local) in decl_default_tls_model()
|