Searched defs:local (Results 101 - 118 of 118) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1575 uint16_t local = NEXT_16(ports); local
1580 /* We found a conn_t, therefore local != 0. */
1581 ASSERT(local != 0);
1589 * A zero local NAT port defaults to 4500, so check that too.
H A Dspd.c2175 * local policy and global policy and see which is
2179 * local policy alone.
2384 ipsec_latch_ids(ipsec_latch_t *ipl, ipsid_t *local, ipsid_t *remote) argument
2394 if (local != NULL)
2395 IPSID_REFHOLD(local);
2399 ipl->ipl_local_cid = local;
2412 ipsid_t *local = NULL; local
2422 local = sa->ipsa_dst_cid;
2425 ipsec_latch_ids(ipl, local, remote);
5765 * Swap local/remot
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c101 #define FBT_REG_INITLOCALS(local, locals) \
102 for ((local) = 0; (local) < FBT_REG_NLOCALS; (local)++) \
103 (locals)[(local)] = 0; \
104 (local) = FBT_REG_L0
106 #define FBT_REG_ALLOCLOCAL(local, locals) \
107 while ((locals)[(local) - FBT_REG_L0]) \
108 (local)++; \
109 (locals)[(local)
690 uint32_t locals[FBT_REG_NLOCALS], local; local
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2887 struct buf local, *bp; local
2953 bp = &local;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2573 * Define a local buffer size for building a numeric value - large enough to
2690 char local[NUM_SIZE]; local
2728 * Convert the numeric value into a local
2731 _s = local;
2738 ASSERT(ssize < sizeof (local));
2747 (ssize < sizeof (local))) {
2767 } while (_s > local);
3488 * An object with local access can only bind to an object that is a
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c35 * one or more CPUs and some local memory. The CPUs in each node can access
37 * local memory. Typically, a system with only one node has Uniform Memory
50 * local memory from each node as needed. The common lgroup framework uses the
65 * CPUs and memory are local to a given proximity domain (NUMA node). The SLIT
446 * Forward declarations of local routines
1223 * close to each other and local latencies are made the same. Lastly, the
1225 * local < remote, latency(a, b) == latency(b, a), etc.).
1228 * configuration with the local CPUs and memory given by the SRAT or PCI config
1314 * - Fix up latencies such that local latencies are same,
1319 * - Fallback to just optimizing for local an
1872 int local; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c9 * - changed functions not used outside this file to "local"
39 #ifndef local
40 # define local static macro
408 local void ct_init OF((deflate_state *s));
409 local int ct_tally OF((deflate_state *s, int dist, int lc));
410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
412 local void ct_align OF((deflate_state *s));
413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
415 local void ct_stored_type_only OF((deflate_state *s));
470 local cha
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c781 * root (local) PHY
812 * a local phy operation is in DWORD 3.
3688 pmcs_phy_t *ctmp, *local, *local_list = NULL, *local_tail = NULL; local
3755 * content discovery for it to a local phy.
3768 * Allocate a local PHY to contain the proposed new contents
3769 * and link it to the rest of the local PHYs so that they
3772 local = pmcs_clone_phy(ctmp);
3775 local_list = local;
3776 local_tail = local;
3778 local_tail->sibling = local;
5053 uint8_t local[PMCS_QENTRY_SIZE << 1], *xd; local
7561 pmcs_phy_t *local; local
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c5471 * to be stored in our local array?
8204 auto struct fas_cmd local; local
8205 struct fas_cmd *proxy_cmdp = &local;
8541 auto struct fas_cmd local; local
8542 struct fas_cmd *sp = &local;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c469 * Make sure link-local IPv6 IP addresses are at the head of the list
1881 * not a link-local IP for IPv6 VRRP router);
1919 * Select the primary IP address. Since the link-local IP address is always
3246 char local[INET6_ADDRSTRLEN]; local
3266 local, INET6_ADDRSTRLEN, _B_FALSE);
3267 vrrp_log(VRRP_DBG1, "vrrpd_process_adv(%s): local/state/pri"
3268 "(%s/%s/%d) peer/pri/intv(%s/%d/%d)", conf->vvc_name, local,
3275 vrrp_log(VRRP_DBG1, "vrrpd_process_adv(%s): local message",
3280 " than the local IP %s", conf->vvc_name, peer,
3281 addr_cmp > 0 ? "greater" : "less", local);
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c494 "a read-only file system in this local zone.\nMake "
604 * - We don't want to unnecessarily corrupt metadata on local
1751 * any beneath them (e.g., /usr/local).
3172 const struct sockaddr_storage *local, const struct sockaddr_storage *remote)
3179 conn.ac_local = *local;
3206 struct sockaddr_in *local, *remote; local
3213 bzero(&l, sizeof (*local));
3214 local = (struct sockaddr_in *)&l;
3215 local->sin_family = AF_INET;
3216 local
3171 tcp_abort_conn(zlog_t *zlogp, zoneid_t zoneid, const struct sockaddr_storage *local, const struct sockaddr_storage *remote) argument
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5388 char local[6 * REP_PROTOCOL_NAME_LEN]; local
5392 if (strlcpy(local, fmri, sizeof (local)) >= sizeof (local)) {
5399 r = scf_parse_svc_fmri(local, &scope, &service, &instance, &pg,
5444 char local[6 * REP_PROTOCOL_NAME_LEN]; local
5459 if (strlcpy(local, fmri, sizeof (local)) >= sizeof (local)) {
5468 if (scf_parse_svc_fmri(local,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3997 type = "local";
5320 const mib_item_t *local = head; local
5345 /* Print remote addresses/local addresses on following lines */
5368 while ((sle = sctp_getnext_local(&local, sle, id)) != NULL) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c94 #ifndef local
95 #define local static macro
604 local uch _length_code[];
605 local uch _dist_code[];
713 local void fill_window OF((deflate_state *s));
714 local block_state deflate_stored OF((deflate_state *s, int flush));
715 local block_state deflate_fast OF((deflate_state *s, int flush));
716 local block_state deflate_slow OF((deflate_state *s, int flush));
717 local void lm_init OF((deflate_state *s));
718 local voi
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c3931 /* get local copy of transfer length */
4028 /* get local copy of transfer length */
5568 struct mtlop local; local
5582 local.mt_op = mtop_32_for_64.mt_op;
5583 local.mt_count = (int64_t)mtop_32_for_64.mt_count;
5590 local.mt_op = passed.mt_op;
5592 local.mt_count = (UINT32_MAX & passed.mt_count);
5600 local.mt_op = passed.mt_op;
5602 local.mt_count = (UINT32_MAX & passed.mt_count);
5605 rval = st_do_mtioctop(un, &local);
5663 struct mtlop local; local
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1469 * "local,default,inherited,received,temporary,none". Default is
1700 "local", "default", "inherited",
1833 * local modifications for each dataset.
4703 boolean_t local; member in struct:allow_opts
4815 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
4863 if (!opts->local && !opts->descend) {
4864 opts->local = B_TRUE;
4870 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, argument
4904 if (local)
4913 if (local)
5164 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1028 * tree, but use a local variable so our parent can't limit
9797 * SAS port construct (based upon 'name' of "local,remote" SAS addresses)
9906 /* Get the name ("local,remote" address string) from damap. */
9942 * "local,remote" name as a 'temporary' unit address.
9948 /* The "local,remote" ua should be new... */
10012 /* Get the name ("local,remote" address string) from damap. */
10148 int phy, uint64_t local, uint64_t remote)
10159 /* Create the SAS port name from the local and remote addresses. */
10161 local, remote);
10342 sas_phymap_lookup_ua(sas_phymap_t *handle, uint64_t local, uint64_ argument
10147 sas_phymap_phy_add(sas_phymap_t *handle, int phy, uint64_t local, uint64_t remote) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c2861 drmach_prep_mc_rename(uint64_t *p, int local, argument
2884 if (local)
2959 drmach_prep_pn_mc_idle(uint64_t *p, drmach_mem_t *mp, int local) argument
2969 if (local) {
2970 *p++ = ASI_EMU_ACT_STATUS_VA; /* local ASI */
2973 } else if (!local) {
3001 /* addr/id tuple for local Panther MC idle reg */
3170 DRMACH_PR("local Panther MC idle reg (via ASI 0x4a):\n");
3179 DRMACH_PR("non-local Panther MC idle reg (via ASI 0x15):\n");
4292 * CASM element for the local expande
[all...]

Completed in 222 milliseconds

12345