Searched refs:local (Results 251 - 275 of 283) sorted by relevance

<<1112

/freebsd-13-stable/contrib/bmake/mk/
H A Ddpadd.mk110 .-include <local.dpadd.mk>
H A Dmeta.stage.mk21 .-include <local.meta.stage.mk>
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_port.c987 scic_sds_port_get_sas_address(this_port, &properties->local.sas_address);
988 scic_sds_port_get_protocols(this_port, &properties->local.protocols);
/freebsd-13-stable/share/mk/
H A Dbsd.dep.mk234 # Prevent meta.autodep.mk from tracking "local dependencies".
H A Dmeta.stage.mk22 .-include <local.meta.stage.mk>
H A Dbsd.cpu.mk80 # after /etc/make.conf so it can react to the local value of CPUTYPE
H A Dbsd.sys.mk87 CWARNFLAGS.clang+= -Wno-unused-local-typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp852 // Reconstruct the transformed type by applying the local qualifiers
3680 bool local; member in class:__anon1607::CachedProperties
3683 CachedProperties(Linkage L, bool local) : L(L), local(local) {} argument
3686 bool hasLocalOrUnnamedType() const { return local; }
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c211 DEBUG_INITIALISE(g_state.local)
284 DEBUG_INITIALISE(g_state.local)
433 DEBUG_INITIALISE(g_state.local)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql186 SELECT local_relpath, op_depth, 24, 'Invalid op-depth for local add'
H A Dwc-queries.sql1202 * svn:externals definition, only the local path at which the external is
1206 * ?2: the target path, local relpath inside ?1.
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c1090 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
1094 if (local) {
1095 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
1180 "ANQP: FILS Realm Information (local)");
1185 "ANQP: Venue URL (local)");
1197 wpa_printf(MSG_DEBUG, "ANQP: Info Id %u (local)", info_id);
1279 "(local)");
1296 "(local)");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp176 // Default to the local case
459 // We have a local host platform
845 // time before we connect so we can peruse files and use a local SDK or
907 // We have a local host platform
1348 void Platform::SetLocalCacheDirectory(const char *local) { argument
1349 m_local_cache_directory.assign(local);
1380 {LLDB_OPT_SET_ALL, false, "local-cache-dir", 'c',
1382 "Path in which to store local copies of files."},
1595 // Trying to find a module by UUID on local file system.
1614 // Check local cach
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc487 // NFS is the only non-local fstype??
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk62 LOCALBASE?= /usr/local
/freebsd-13-stable/sys/dev/mly/
H A Dmlyreg.h741 u_int8_t local:1; member in struct:mly_ioctl_getphysdevinfovalid
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.c920 ct7_entry_t local, *cto = &local; local
1681 ct7_entry_t local, *cto = &local; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp610 WithColor::note() << "defaulting to local execution\n";
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2395 // into a local alloca for us.
2697 // Initialize the local variable appropriately.
3407 // local alloca. We need to turn that into an r-value suitable
3409 Address local = GetAddrOfLocalVar(param);
3420 args.add(RValue::get(Builder.CreateLoad(local)), type);
3430 llvm::Value *ptr = Builder.CreateLoad(local);
3433 Builder.CreateStore(null, local);
3439 args.add(convertTempToRValue(local, type, loc), type);
/freebsd-13-stable/crypto/openssh/
H A Dchannels.c107 * The local sides of any remote forwards are stored in this array to prevent
108 * a corrupt remote server from accessing arbitrary TCP/IP ports on our local
124 * Stores the forwarding permission state for a single direction (local or
129 * List of all local permitted host/port pairs to allow for the
185 /* Saved X11 local (client) display. */
470 return "admin local";
475 return "user local";
2685 * SSH2_MSG_CHANNEL_OPEN_CONFIRMATION messages, create a local
2689 * channels and processed by channel_proxy_upstream(). The local channel ID
2698 * out whether the request is addressed to the local clien
4055 int local = where == FORWARD_LOCAL; local
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_pcb.c60 /* FIX: we don't handle multiple link local scopes */
1260 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1303 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1337 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
1438 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
2791 * Remove an laddr entry from the local address list (on an assoc)
2804 /* sctp_ifap is used to bypass normal local address validation checks */
3302 * freeing. a) Any local list
1259 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote, struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb) argument
[all...]
/freebsd-13-stable/sys/kern/
H A Duipc_usrreq.c39 * This is an implementation of UNIX (local) domain sockets. Each socket has
114 static u_int unp_count; /* (l) Count of local sockets. */
164 static SYSCTL_NODE(_net, PF_LOCAL, local, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
197 * Several types of locks exist in the local domain socket implementation:
240 * potential sleeping in the protocol, due to potentially waiting on local or
460 .dom_name = "local",
467 DOMAIN_SET(local); variable
1935 "List of active local datagram sockets");
1939 "List of active local stream sockets");
1943 "List of active local seqpacke
[all...]
/freebsd-13-stable/sys/contrib/zlib/
H A Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] =
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c1886 /* also bind to local host */
3670 /* also bind to local host */
4002 /* also bind to local host */
4355 char local[] = "127.0.0.1:"; local
4364 tt_assert(!strncmp(addrbuf, local, sizeof(local) - 1));
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1630 /* also bind to local host */
3353 /* also bind to local host */
3626 /* also bind to local host */
3862 char local[] = "127.0.0.1:"; local
3871 tt_assert(!strncmp(addrbuf, local, sizeof(local) - 1));

Completed in 248 milliseconds

<<1112