Home
last modified time | relevance | path

Searched refs:is_local (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12-stable/sys/mips/atheros/
Dar71xx_macaddr.c59 int offset, int is_local) in ar71xx_mac_addr_init() argument
82 if (is_local) in ar71xx_mac_addr_init()
Dar71xx_machdep.c251 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()
Dar71xx_macaddr.h36 int offset, int is_local);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_console_io.c65 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/
Dcuse_lib.c71 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/
DDIR-825C1.hints23 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
DTL-WR1043NDv2.hints16 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
DDIR-655A1.hints24 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
DTL-ARCHERC7V2.hints16 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
DTL-WDR4300.hints35 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/
Dname-lookup.h61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
78 unsigned is_local : 1; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h518 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/
Dobj-elf.c290 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/
Dtls.h75 int is_local; member
Dtls_gnutls.c1490 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/
Dnm.c709 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/
Dauthsrv.c164 if (data->alert.is_local) in authsrv_tls_event()
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-cr16.c490 int is_local ATTRIBUTE_UNUSED) in cr16_elf_final_link_relocate()
528 if (is_local) Rvalue -= -1; in cr16_elf_final_link_relocate()
Delf64-s390.c891 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)
Delf32-s390.c936 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)
Delfxx-sparc.c1032 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()
Delf32-ppc.c4164 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()
Delf32-i386.c896 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/
Dmpt.h341 is_local : 1, member
/freebsd-12-stable/contrib/gcc/
Dvarasm.c5198 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()

12