Searched refs:local (Results 201 - 225 of 260) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_debug.c531 MSG_SCSI_IO_REQUEST local, *msg = &local; local
/freebsd-9.3-release/usr.sbin/pppctl/
H A Dpppctl.c363 * Connect to ppp using either a local domain socket or a tcp socket.
460 warnx("cannot create local domain socket");
476 char local[] = "localhost"; local
480 /* port on local machine */
482 addr = local;
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h225 void *local; member in struct:protocol
/freebsd-9.3-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c57 int rfcomm_channel_lookup (bdaddr_t const *local,
224 errx(1, "Unable to create local SDP session");
226 errx(1, "Unable to open local SDP session. %s (%d)",
235 "local SDP daemon. %s (%d)",
/freebsd-9.3-release/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c50 int rfcomm_channel_lookup (bdaddr_t const *local,
240 syslog(LOG_ERR, "Unable to create local SDP session");
245 syslog(LOG_ERR, "Unable to open local SDP session. " \
258 "local SDP daemon. %s (%d)",
281 "service with local SDP daemon. " \
317 "service with local SDP daemon. " \
/freebsd-9.3-release/contrib/gcc/
H A Dsdbout.c689 sdbout_symbol (tree decl, int local) argument
825 if (! local
836 if (local)
H A Dfunction.c34 Call `assign_stack_local' to allocate a stack slot for a local variable.
99 local register allocation and is valid for the remaining
382 error ("%Jtotal size of local objects too large", func);
448 /* Calculate how many bytes the start of local variables is off from
510 /* Wrapper around assign_stack_local_1; assign a local stack slot for the
1371 non-local gotos. */
1845 should live on the local stack. */
3223 tree local, t;
3229 local = create_tmp_var (type, get_name (parm));
3230 DECL_IGNORED_P (local)
3210 tree local, t; local
4149 rtx local = gen_reg_rtx (Pmode); local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c77 #define LOCALSYSPATH "/usr/local"
260 * our local hack table, stolen from x.out.h
292 static char *local = "LOCAL "; local
299 xprintf(local);
318 xprintf(local);
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect.c310 /* Bind the socket to an alternative local IP address */
843 int local = sockaddr_is_local(hostaddr); local
856 if (options.no_host_authentication_for_localhost == 1 && local &&
873 if (options.check_host_ip && (local ||
1017 * local known_hosts file.
1406 * Execute a local command
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_eay.c256 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) argument
279 *local = 1;
288 *local = 0;
335 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
338 * BN_BLINDING_invert_ex will then use the local unblinding factor, and
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c587 uint8_t local[QENTRY_LEN]; local
606 tmf = (isp24xx_tmf_t *) local;
662 sp = (isp24xx_statusreq_t *) local;
1578 uint8_t local[QENTRY_LEN]; local
1706 memset(local, 0, QENTRY_LEN);
1720 ct7_entry_t *cto = (ct7_entry_t *) local;
1867 ct2_entry_t *cto = (ct2_entry_t *) local;
2016 ct_entry_t *cto = (ct_entry_t *) local;
2077 ct7_entry_t *cto = (ct7_entry_t *) local;
2080 ct2_entry_t *cto = (ct2_entry_t *) local;
2156 at2_entry_t local, *at = &local; local
2170 at_entry_t local, *at = &local; local
3299 ct7_entry_t local, *cto = &local; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1441 * "local,default,inherited,received,temporary,none". Default is
1672 "local", "default", "inherited",
1805 * local modifications for each dataset.
4570 boolean_t local; member in struct:allow_opts
4682 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
4729 if (!opts->local && !opts->descend) {
4730 opts->local = B_TRUE;
4736 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, argument
4770 if (local)
4779 if (local)
5025 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c949 * local authentication succeeded.
2162 * Generate unique name for file with basename "local".
2163 * The file named "local" is already known to exist.
2167 gunique(char *local) argument
2174 cp = strrchr(local, '/');
2177 if (stat(cp ? local : ".", &st) < 0) {
2178 perror_reply(553, cp ? local : ".");
2184 snprintf (new, sizeof(new), "%s.%d", local, count);
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c1490 struct sockaddr_in *local, *remote; local
1502 * Set local and remote addrs here because when we
1506 in_getsockaddr(ep->com.so, (struct sockaddr **)&local);
1508 CTR3(KTR_IW_CXGB, "%s local %s remote %s", __FUNCTION__,
1509 inet_ntoa(local->sin_addr),
1511 ep->com.local_addr = *local;
1513 free(local, M_SONAME);
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk236 .-include "local.dirdeps.mk"
376 # pickup local dependencies now
497 # pickup local dependencies
H A Dsys.mk130 .-include <local.sys.mk>
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-elf.c85 {"local", obj_elf_local, 0},
290 int is_local = symbol_get_obj (symbolP)->local;
400 symbol_get_obj (symbolP)->local = 1;
428 symbol_get_obj (symbolP)->local = 1;
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c85 referenced as needed from the local symbol table. Unlike standard
96 3) isym: Index to the local symbol which is the start of the
107 into the local symbol within a given file table. This is for
178 external and local symbols/strings. The relocation information
185 local symbol structure as a member, though this member is not the
189 Each file table has offsets for where the line numbers, local
190 strings, local symbols, and procedure table starts from within the
207 The local symbol table contains the following fields:
209 1) iss: index to the local string table giving the name of the
220 stLocal -- local variabl
3941 int local; local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp_auth.c739 * find the best HMAC id to use for the peer based on local support
742 sctp_negotiate_hmacid(sctp_hmaclist_t * peer, sctp_hmaclist_t * local) argument
746 if ((local == NULL) || (peer == NULL))
750 for (j = 0; j < local->num_algo; j++) {
751 if (peer->hmac[i] == local->hmac[j]) {
1413 * get local authentication parameters from cookie (from INIT-ACK)
/freebsd-9.3-release/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
368 extern struct tm * ntp2unix_tm (u_int32 ntp, int local);
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c1557 CVS/Template files should use local text file conventions or
1725 * We are just getting an Entries line; the local file is
1732 * We are getting a patch against the existing local file, not
1738 * the existing local file, not an entire new file.
2278 parallel what the :local: code which calls
3000 client_expand_modules (argc, argv, local)
3003 int local;
3032 client_send_expansions (local, where, build_dirs)
3033 int local;
3044 local director
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.cpu.mk75 # after /etc/make.conf so it can react to the local value of CPUTYPE
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c1398 char *word, *local; local
1408 local = word;
1432 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1)
1434 else if (have_ipv4 && inet_pton(AF_INET, local, &in4) == 1)
1437 fprintf(stderr, "invalid address %s", local);
1936 if (strcasecmp(word, "local") == 0)
1988 "local address [port] (set local resolver)\n"
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2073 bool local; member in class:__anon3020::CachedProperties
2076 CachedProperties(Linkage L, bool local) : L(L), local(local) {} argument
2079 bool hasLocalOrUnnamedType() const { return local; }
/freebsd-9.3-release/usr.sbin/ppp/
H A Dbundle.c106 the local domain socket */
1860 bundle_AdjustFilters(struct bundle *bundle, struct ncpaddr *local, argument
1863 filter_AdjustAddr(&bundle->filter.in, local, remote, NULL);
1864 filter_AdjustAddr(&bundle->filter.out, local, remote, NULL);
1865 filter_AdjustAddr(&bundle->filter.dial, local, remote, NULL);
1866 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL);

Completed in 410 milliseconds

1234567891011