Searched refs:local (Results 276 - 300 of 308) sorted by relevance

<<111213

/freebsd-current/sys/dev/isp/
H A Disp.c862 isp_icb_2400_t local, *icbp = &local; local
1792 * At this point, we've scanned the local loop (if any) and the fabric
1942 * Scan local loop for devices.
2815 ispreqt7_t local, *reqp = &local; local
2994 uint8_t local[QENTRY_LEN]; local
3025 tmf = (isp24xx_tmf_t *) local;
3039 sp = (isp24xx_statusreq_t *) local;
3050 isp24xx_abrt_t *ab = (isp24xx_abrt_t *)&local;
[all...]
H A Disp_freebsd.c927 ct7_entry_t local, *cto = &local; local
1688 ct7_entry_t local, *cto = &local; local
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk259 # target-local variables. See for.c 1.45 from 2009-01-14.
H A Dvarmod-ifelse.mk83 # then supposed to do proper error handling, but since varUndefined is local
/freebsd-current/share/mk/
H A Dmeta.stage.mk23 .-include <local.meta.stage.mk>
H A Dbsd.dep.mk247 # Prevent meta.autodep.mk from tracking "local dependencies".
H A Dsrc.opts.mk368 # MK_host_egacy is set by local.sys.mk so is valid here
H A Dbsd.cpu.mk81 # after /etc/make.conf so it can react to the local value of CPUTYPE
H A Dbsd.sys.mk95 CWARNFLAGS.clang+= -Wno-unused-local-typedef
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk116 .-include <local.dpadd.mk>
H A Dmeta.stage.mk23 .-include <local.meta.stage.mk>
/freebsd-current/sys/contrib/zlib/
H A Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
2861 local cons
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp882 // Reconstruct the transformed type by applying the local qualifiers
4176 bool local;
4179 CachedProperties(Linkage L, bool local) : L(L), local(local) {}
4182 bool hasLocalOrUnnamedType() const { return local; }
/freebsd-current/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-current/crypto/openssh/
H A Dclientloop.c434 * for the local connection.
988 int ok, delete = 0, local = 0, remote = 0, dynamic = 0; local
1008 "Request local forward");
1014 "Cancel local forward");
1022 "Execute local command");
1037 local = 1;
1080 logit("Bad local forwarding specification.");
1083 if (local || dynamic) {
1872 /* Open local tunnel device */
2004 /* Record exit value of local sessio
[all...]
H A Dchannels.c112 * The local sides of any remote forwards are stored in this array to prevent
113 * a corrupt remote server from accessing arbitrary TCP/IP ports on our local
129 * Stores the forwarding permission state for a single direction (local or
134 * List of all local permitted host/port pairs to allow for the
190 /* Saved X11 local (client) display. */
629 return "admin local";
634 return "user local";
3114 * SSH2_MSG_CHANNEL_OPEN_CONFIRMATION messages, create a local
3118 * channels and processed by channel_proxy_upstream(). The local channel ID
3127 * out whether the request is addressed to the local clien
4514 int local = where == FORWARD_LOCAL; local
[all...]
/freebsd-current/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-current/sys/conf/
H A Dkern.post.mk61 LOCALBASE?= /usr/local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc518 // NFS is the only non-local fstype??
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h171 /// local/remote platform.
223 /// available), and any SDK directory that might be being used for local
285 // Locating the file should happen only on the local computer or using the
445 // Given a target, find the local SDK directory if one exists on the current
644 virtual void SetLocalCacheDirectory(const char *local);
/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp650 WithColor::note() << "defaulting to local execution\n";
/freebsd-current/sys/netinet/
H A Dsctp_pcb.c57 /* FIX: we don't handle multiple link local scopes */
1257 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1300 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1334 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
1435 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) {
2802 * Remove an laddr entry from the local address list (on an assoc)
2819 * sctp_ifap is used to bypass normal local address validation checks.
3316 * freeing. a) Any local list
1256 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-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp153 // Default to the local case
336 // We have a local host platform
756 // time before we connect so we can peruse files and use a local SDK or
807 // local $PATH).
886 // We have a local host platform
1327 void Platform::SetLocalCacheDirectory(const char *local) { argument
1328 m_local_cache_directory.assign(local);
1359 {LLDB_OPT_SET_ALL, false, "local-cache-dir", 'c',
1361 "Path in which to store local copies of files."},
1607 // Trying to find a module by UUID on local fil
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1930 /* also bind to local host */
3737 /* also bind to local host */
4417 char local[] = "127.0.0.1:"; local
4426 tt_assert(!strncmp(addrbuf, local, sizeof(local) - 1));
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c1930 /* also bind to local host */
3737 /* also bind to local host */
4417 char local[] = "127.0.0.1:"; local
4426 tt_assert(!strncmp(addrbuf, local, sizeof(local) - 1));

Completed in 451 milliseconds

<<111213