Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 25 of 80) sorted by relevance

1234

/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.c164 static void dnet_dump_leaf(LEAF_FORMAT *leaf);
178 static void parse_controller_leaf(struct dnetinstance *dnetp, LEAF_FORMAT *leaf,
198 static void set_leaf(SROM_FORMAT *sr, LEAF_FORMAT *leaf);
1966 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in set_gpr() local
1990 if (leaf->gpr) in set_gpr()
1991 write_gpr(dnetp, leaf->gpr | GPR_CONTROL_WRITE); in set_gpr()
3155 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in find_active_media() local
3160 dnetp->selected_media_block = leaf->default_block; in find_active_media()
3163 dnetp->selected_media_block = leaf->mii_block; in find_active_media()
3196 for (block = leaf->block + leaf->block_count - 1; in find_active_media()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dlgrp_topo.c1124 lgrp_leaf_add(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, in lgrp_leaf_add() argument
1138 (void *)leaf, leaf->lgrp_id, (void *)lgrps, lgrp_count, in lgrp_leaf_add()
1149 if (leaf->lgrp_parent == NULL) { in lgrp_leaf_add()
1150 leaf->lgrp_parent = lgrp_root; in lgrp_leaf_add()
1152 klgrpset_add(lgrp_root->lgrp_children, leaf->lgrp_id); in lgrp_leaf_add()
1154 klgrpset_or(lgrp_root->lgrp_leaves, leaf->lgrp_leaves); in lgrp_leaf_add()
1155 lgrp_rsets_add(leaf->lgrp_set, lgrp_root->lgrp_set); in lgrp_leaf_add()
1165 klgrpset_add(*changed, leaf->lgrp_id); in lgrp_leaf_add()
1174 latency = lgrp_plat_latency(leaf->lgrp_plathand, leaf->lgrp_plathand); in lgrp_leaf_add()
1189 leaf->lgrp_latency = latency; in lgrp_leaf_add()
[all …]
H A Dswapgeneric.c889 char *leaf; in load_bootpath_drivers() local
901 leaf = p; in load_bootpath_drivers()
902 p = strchr(leaf, '@'); in load_bootpath_drivers()
906 bootpath, leaf)); in load_bootpath_drivers()
909 if (leaf) { in load_bootpath_drivers()
910 rval = load_boot_driver(leaf, NULL); in load_bootpath_drivers()
/titanic_44/usr/src/pkg/manifests/
H A Ddriver-network-nxge.mf34 $(i386_ONLY)set name=pkg.description value="Sun NIU 10Gb/1Gb leaf driver"
35 set name=pkg.summary value="Sun NIU leaf driver"
73 $(i386_ONLY)legacy pkg=SUNWnxge desc="Sun NIU 10Gb/1Gb leaf driver" \
74 name="Sun NIU leaf driver"
76 desc="Sun NIU 10Gb/1Gb driver" name="Sun NIU leaf driver"
78 desc="Sun NIU leaf driver" name="Sun NIU leaf driver"
/titanic_44/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h113 #define OPL_IO_PORTID(lsb, ch, leaf) \ argument
114 (((lsb & OPL_LSBID_MASK) << 4) | ((ch & 0x7) << 1) | (leaf & 0x1))
127 #define OPL_VALID_LEAF(leaf) ((leaf == 0) || (leaf == 1)) argument
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h80 uint8_t leaf; /* A or B (0 or 1) */ member
157 #define SCHPC_MAKE_SLOT_INDEX3(expander, schizo, leaf)\ argument
158 (((expander) << 2) | ((schizo) << 1) | (leaf))
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf.h33 #define TRANCLASS(leaf) "ireport.os.smf.state-transition." leaf argument
/titanic_44/usr/src/lib/efcode/jupiter/
H A Djupiter.c152 unsigned int portid, lsb, ch, leaf; in do_get_io_portid() local
161 leaf = OPL_ADDR_TO_LEAF(phi, plo); in do_get_io_portid()
163 portid = OPL_IO_PORTID(lsb, ch, leaf); in do_get_io_portid()
236 uint32_t portid, ch, leaf; in do_device_id() local
271 leaf = OPL_PORTID_TO_LEAF(portid); in do_device_id()
280 } else if (OPL_OBERON_CHANNEL(ch) && OPL_VALID_LEAF(leaf)) { in do_device_id()
284 if (leaf) { in do_device_id()
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Doberon.esc49 * dmarduea-channel DMA read uncorrectable error (UE) in leaf A
50 * dmawtuea DMA write UE in leaf A
51 * memrdaxa Memory read invalid address error in leaf A
52 * memwtaxa Memory write invalid address error in leaf A
53 * dmardueb-channel DMA read uncorrectable error (UE) in leaf B
54 * dmawtueb DMA write UE in leaf B
55 * memrdaxb Memory read invalid address error in leaf B
56 * memwtaxb Memory write invalid address error in leaf B
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod52 $leaf = $leaves[0];
54 $name = $p->sh_name($leaf);
58 @tags = $p->tags($leaf);
63 $utilization = $p->utilization($p1, $leaf);
64 $capacity = $p->capacity($p1, $leaf);
65 $accuracy = $p->accuracy($p1, $leaf);
69 $sw_utilization = $p->sw_utilization($p1, $leaf);)
139 Returns T iff PG is leaf.
143 Returns list of leaf PGs.
/titanic_44/usr/src/uts/common/io/sbp2/
H A Dcfgrom.c209 cep->ce_data.leaf = kmem_zalloc(cep->ce_len * 4, KM_SLEEP); in sbp2_cfgrom_read_leaf()
213 SBP2_CFGROM_RQ(tp, cmd, addr, &cep->ce_data.leaf[i]); in sbp2_cfgrom_read_leaf()
219 if (cep->ce_data.leaf) { in sbp2_cfgrom_read_leaf()
220 kmem_free(cep->ce_data.leaf, cep->ce_len * 4); in sbp2_cfgrom_read_leaf()
381 (ent[i].ce_data.leaf != NULL)) { in sbp2_cfgrom_walk_free()
382 kmem_free(ent[i].ce_data.leaf, ent[i].ce_len * 4); in sbp2_cfgrom_walk_free()
/titanic_44/usr/src/uts/sun4u/io/
H A Dopl_cfg.c509 int portid, board, chip, channel, leaf; in opl_init_root_nodes() local
540 leaf = OPL_PORTID_TO_LEAF(portid); in opl_init_root_nodes()
541 opl_boards[board].cfg_pcich_leaf[channel][leaf] = node; in opl_init_root_nodes()
1981 int lsb, ch, leaf; in opl_get_hwd_va() local
1998 leaf = OPL_PORTID_TO_LEAF(portid); in opl_get_hwd_va()
1999 ASSERT(OPL_IO_PORTID(lsb, ch, leaf) == portid); in opl_get_hwd_va()
2022 if (copyout((void *)&hwd_sb->sb_pci_ch[ch].pci_leaf[leaf], in opl_get_hwd_va()
2299 int board, channel, leaf; in opl_master_interrupt() local
2315 leaf = OPL_PORTID_TO_LEAF(portid); in opl_master_interrupt()
2318 (OPL_OBERON_CHANNEL(channel) && !OPL_VALID_LEAF(leaf)) || in opl_master_interrupt()
[all …]
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c831 struct medialeaf *leaf = &mtable->mleaf[i]; in parse_eeprom() local
834 leaf->type = 0; in parse_eeprom()
835 leaf->media = p[0] & 0x3f; in parse_eeprom()
836 leaf->leafdata = p; in parse_eeprom()
841 switch(leaf->type = p[1]) { in parse_eeprom()
844 leaf->media = p[2] & 0x0f; in parse_eeprom()
848 leaf->media = 11; in parse_eeprom()
860 leaf->media = p[2] & MEDIA_MASK; in parse_eeprom()
861 switch (leaf->media) { in parse_eeprom()
870 leaf->media = 19; in parse_eeprom()
[all …]
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c75 static void rfs4_ss_clid_write(rfs4_client_t *cp, char *leaf);
76 static void rfs4_ss_clid_write_one(rfs4_client_t *cp, char *dir, char *leaf);
424 rfs4_ss_pnalloc(char *dir, char *leaf) in rfs4_ss_pnalloc() argument
434 (leaf_len = strlen(leaf)) > MAXNAMELEN || in rfs4_ss_pnalloc()
441 (void) snprintf(ss_pn->pn, MAXPATHLEN, "%s/%s", dir, leaf); in rfs4_ss_pnalloc()
443 ss_pn->leaf = ss_pn->pn + dir_len + 1; in rfs4_ss_pnalloc()
455 rfs4_ss_movestate(char *sdir, char *ddir, char *leaf) in rfs4_ss_movestate() argument
459 if ((src = rfs4_ss_pnalloc(sdir, leaf)) == NULL) in rfs4_ss_movestate()
462 if ((dst = rfs4_ss_pnalloc(ddir, leaf)) == NULL) { in rfs4_ss_movestate()
534 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0); in rfs4_ss_getstate()
[all …]
/titanic_44/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc31 * FIT rates - assume leaf devices are somewhat less reliable than
94 * bridges, everything else is consider a PCI leaf device.
171 * Handling of leaf driver detected internal errors. Use serd engine if
350 * A faulty PCI Express leaf device or upstream switch port may cause:
355 * completer to respond with ur or ca) - leaf only
356 * - flt-mtlp-u: a malformed tlp transmitted upstream - leaf only
361 * - device: internal error reported by leaf device
728 * nonfatal, depending on the service impact reported by the leaf driver
977 * - poisreq-d cascades down to the leaf device/bridge and any switch ports
981 * sec-mdpe. A hardened leaf driver will also raise ptlp. A target-mdpe may
[all …]
/titanic_44/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c92 static void dss_mkleafdir(char *dir, char *leaf, char *path);
803 dss_mkleafdir(char *dir, char *leaf, char *tmppath) in dss_mkleafdir() argument
806 if (strlen(dir) + strlen(leaf) > MAXPATHLEN - 1) { in dss_mkleafdir()
808 dir, leaf); in dss_mkleafdir()
812 (void) snprintf(tmppath, MAXPATHLEN, "%s/%s", dir, leaf); in dss_mkleafdir()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dsearch.h35 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth703 \ recursively climb the block tree from the leaf to the root
766 /lf-buf instance buffer: leaf-value
767 /lf-buf instance buffer: leaf-name
781 \ setup leaf hash bounds
782 : >leaf-hash ( dn lh -- hash-adr /hash )
787 : >leaf-chunks ( lf -- ch0 ) >leaf-hash + ;
789 \ convert chunk # to leaf chunk
792 swap zap-space >leaf-chunks ( lc-off ch0 )
808 \ get leaf entry's name
811 leaf-name get-chunk-data ( dn le )
[all …]
/titanic_44/usr/src/head/
H A Dsearch.h64 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s122 retl ! return from leaf function
144 retl ! return from leaf function
165 retl ! return from leaf routine
/titanic_44/usr/src/cmd/ipf/examples/
H A Dserver5 # leaf subnet. We're not concerned about filtering individual services
/titanic_44/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c191 goto leaf; in dtrace_getpcstack()
220 goto leaf; in dtrace_getpcstack()
260 goto leaf; in dtrace_getpcstack()
277 leaf: in dtrace_getpcstack()
/titanic_44/usr/src/cmd/fm/dicts/
H A DSCF.dict64 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.fe=55
73 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.se=64
74 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.se-no-credit-pci=65
81 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.ce=72
83 upset.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.boot=74
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t142 my $leaf = $leaves[0]; # Pickup any non-root lgrp.
146 my $lgrp = ($home == $root ? $leaf : $root);
/titanic_44/usr/src/common/net/patricia/
H A Dradix.c121 rn_satisfies_leaf(char *trial, struct radix_node *leaf,
277 rn_satisfies_leaf(trial, leaf, skip, rn_leaf_fn, rn_leaf_arg) in rn_satisfies_leaf() argument
279 struct radix_node *leaf;
284 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
300 return (RN_MATCHF(leaf, rn_leaf_fn, rn_leaf_arg));

1234