Searched refs:local (Results 226 - 250 of 283) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c60 # error Unable to create thread local storage
/freebsd-13-stable/sys/mips/mips/
H A Delf_machdep.c256 int type, int local, elf_lookup_fn lookup)
255 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
/freebsd-13-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c52 int rfcomm_channel_lookup (bdaddr_t const *local,
242 syslog(LOG_ERR, "Unable to create local SDP session");
247 syslog(LOG_ERR, "Unable to open local SDP session. " \
260 "local SDP daemon. %s (%d)",
283 "service with local SDP daemon. " \
319 "service with local SDP daemon. " \
/freebsd-13-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c62 int rfcomm_channel_lookup (bdaddr_t const *local,
228 errx(1, "Unable to create local SDP session");
230 errx(1, "Unable to open local SDP session. %s (%d)",
239 "local SDP daemon. %s (%d)",
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_ossl.c157 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) argument
174 *local = 1;
183 *local = 0;
222 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
225 * BN_BLINDING_invert_ex will then use the local unblinding factor, and
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.c73 #define LOCALSYSPATH "/usr/local"
256 * our local hack table, stolen from x.out.h
288 static char *local = "LOCAL "; local
295 xprintf(local);
314 xprintf(local);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c914 * local authentication succeeded.
2138 * Generate unique name for file with basename "local".
2139 * The file named "local" is already known to exist.
2143 gunique(char *local) argument
2150 cp = strrchr(local, '/');
2153 if (stat(cp ? local : ".", &st) < 0) {
2154 perror_reply(553, cp ? local : ".");
2160 snprintf (new, sizeof(new), "%s.%d", local, count);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1065 LocalSym local(SymbolRecordKind::LocalSym);
1066 cantFail(SymbolDeserializer::deserializeAs<LocalSym>(sym, local));
1067 if ((local.Flags & LocalSymFlags::IsParameter) == LocalSymFlags::None)
1069 param_type = local.Type;
1070 param_name = local.Name;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c701 p_feat->pfc, &params->local.params, false);
702 params->local.valid = true;
783 p_operational->local = val;
788 p_operational->local);
1475 if (dcbx_info->operational.local)
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk134 # local.dirdeps.mk can add targets to this variable.
342 .-include <local.dirdeps.mk>
755 .-include <local.dirdeps-missing.mk>
772 .-include <local.dirdeps-build.mk>
795 # pickup local dependencies
H A Ddirdeps-cache-update.mk38 # We usually get included from local.dirdeps.mk
/freebsd-13-stable/sys/net/
H A Dif_vxlan.c1042 * If this socket will be multicast, then only the local port
1120 const union vxlan_sockaddr *group, const union vxlan_sockaddr *local,
1124 if (!vxlan_sockaddr_in_any(local) &&
1125 !vxlan_sockaddr_in_equal(&mc->vxlsomc_saddr, &local->sa))
1137 const union vxlan_sockaddr *group, const union vxlan_sockaddr *local,
1143 *source = *local;
1149 mreq.imr_interface = local->in4.sin_addr;
1163 * the local interface that was selected based on the
1174 source->in4.sin_addr = local->in4.sin_addr;
1245 const union vxlan_sockaddr *group, const union vxlan_sockaddr *local,
1119 vxlan_sockaddr_mc_info_match(const struct vxlan_socket_mc_info *mc, const union vxlan_sockaddr *group, const union vxlan_sockaddr *local, int ifidx) argument
1136 vxlan_socket_mc_join_group(struct vxlan_socket *vso, const union vxlan_sockaddr *group, const union vxlan_sockaddr *local, int *ifidx, union vxlan_sockaddr *source) argument
1244 vxlan_socket_mc_add_group(struct vxlan_socket *vso, const union vxlan_sockaddr *group, const union vxlan_sockaddr *local, int ifidx, int *idx) argument
[all...]
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk135 # local.dirdeps.mk can add targets to this variable.
358 .-include <local.dirdeps.mk>
769 .-include <local.dirdeps-missing.mk>
786 .-include <local.dirdeps-build.mk>
809 # pickup local dependencies
/freebsd-13-stable/crypto/openssh/
H A Dsshconnect.c353 /* Bind the socket to an alternative local IP address */
860 int local = sockaddr_is_local(hostaddr); local
874 if (options.no_host_authentication_for_localhost == 1 && local &&
891 if (options.check_host_ip && (local ||
1047 * to the local known_hosts file.
1518 * Execute a local command
H A Dclientloop.c424 * for the local connection.
773 int ok, delete = 0, local = 0, remote = 0, dynamic = 0; local
793 "Request local forward");
799 "Cancel local forward");
807 "Execute local command");
822 local = 1;
861 if (local || dynamic) {
1634 /* Open local tunnel device */
1750 /* Record exit value of local session */
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_fp.h14 * byte order) and for internal computations of offsets (in local host
54 * dispersion values (in local byte order). In network byte order
369 extern struct tm * ntp2unix_tm (u_int32 ntp, int local);
/freebsd-13-stable/sys/netinet/
H A Dsctp_auth.c719 * find the best HMAC id to use for the peer based on local support
722 sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local) argument
726 if ((local == NULL) || (peer == NULL))
730 for (j = 0; j < local->num_algo; j++) {
731 if (peer->hmac[i] == local->hmac[j]) {
1359 * get local authentication parameters from cookie (from INIT-ACK)
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c232 int type, int local, elf_lookup_fn lookup)
231 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
H A Delf64_machdep.c314 int type, int local, elf_lookup_fn lookup)
313 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1896 * "local,default,inherited,received,temporary,none". Default is
2127 "local", "default", "inherited",
2271 * local modifications for each dataset.
5613 boolean_t local; member in struct:allow_opts
5725 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
5773 if (!opts->local && !opts->descend) {
5774 opts->local = B_TRUE;
5780 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, argument
5814 if (local)
5823 if (local)
6073 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp.c656 isp_icb_2400_t local, *icbp = &local; local
1575 * At this point, we've scanned the local loop (if any) and the fabric
1725 * Scan local loop for devices.
2598 ispreqt7_t local, *reqp = &local; local
2777 uint8_t local[QENTRY_LEN]; local
2808 tmf = (isp24xx_tmf_t *) local;
2822 sp = (isp24xx_statusreq_t *) local;
2833 isp24xx_abrt_t *ab = (isp24xx_abrt_t *)&local;
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dbundle.c108 the local domain socket */
1859 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local, argument
1862 filter_AdjustAddr(&bundle->filter.in, local, remote, NULL);
1863 filter_AdjustAddr(&bundle->filter.out, local, remote, NULL);
1864 filter_AdjustAddr(&bundle->filter.dial, local, remote, NULL);
1865 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h182 /// local/remote platform.
234 /// available), and any SDK directory that might be being used for local
298 // Locating the file should happen only on the local computer or using the
433 // Given a target, find the local SDK directory if one exists on the current
630 virtual void SetLocalCacheDirectory(const char *local);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dinit_sec_context.c224 ctx->local = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc405 // First, check if the file is on a network (non-local) drive. If so, don't
418 // The file is on a local drive, set the DeleteFile to true.
1389 // Either local or roaming appdata may be suitable in some cases, depending

Completed in 208 milliseconds

1234567891011>>