Searched defs:leaf (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsearch.h35 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon2784
/illumos-gate/usr/src/head/
H A Dsearch.h64 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon2346
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c152 unsigned int portid, lsb, ch, leaf; local
161 leaf = OPL_ADDR_TO_LEAF(phi, plo);
163 portid = OPL_IO_PORTID(lsb, ch, leaf);
236 uint32_t portid, ch, leaf; local
248 * Because of no leaf information in physical address
271 leaf = OPL_PORTID_TO_LEAF(portid);
280 } else if (OPL_OBERON_CHANNEL(ch) && OPL_VALID_LEAF(leaf)) {
284 if (leaf) {
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h80 uint8_t leaf; /* A or B (0 or 1) */ member in struct:__anon10038
143 * | expander | schizo | leaf |
157 #define SCHPC_MAKE_SLOT_INDEX3(expander, schizo, leaf)\
158 (((expander) << 2) | ((schizo) << 1) | (leaf))
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c946 * and the leaf of the boot path should be the driver name,
950 char *leaf; local
954 * parent of the leaf boot device
960 * Now isolate the driver name of the leaf device
962 leaf = p;
963 p = strchr(leaf, '@');
966 BMDPRINTF(("load_bootpath_drivers: parent=%s leaf=%s\n",
967 bootpath, leaf));
970 if (leaf) {
971 rval = load_boot_driver(leaf, NUL
[all...]
H A Dlgrp_topo.c464 * or leaf lgroup, or this isn't a target lgroup
488 * lgroup or leaf (which shouldn't have dups), or this
601 * Proprogate resources of new leaf into parent lgroup of given child
624 * Don't proprogate new leaf resources to parent if it already
638 * Add leaf resources to parent lgroup
668 * Split parent lgroup of given child if child's leaf decendant (oldleaf) has
669 * different latency to new leaf lgroup (newleaf) than leaf lgroups of given
706 * Get latency between new leaf and old leaf whos
1124 lgrp_leaf_add(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
1246 lgrp_leaf_delete(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
[all...]
H A Dlgrp.c44 * machine is represented at least by the root lgroup and some number of leaf
45 * lgroups where the leaf lgroups contain the hardware resources within the
49 * leaf lgroups and the system latency of the root lgroup. Non-leaf lgroups
51 * its children lgroups. Thus, the lgroup hierarchy from a given leaf lgroup
53 * from the leaf lgroup such that each successive ancestor lgroup contains
141 * Configuring CPU0 may create a two-level topology with root and one leaf node
344 * Since the bootstrap toplogy has just the root, and a leaf,
345 * the rset contains just the leaf, and both lpls can use the same rset
774 * topology now that we know how far it is from other leaf
1923 lpl_t *leaf; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c92 static void dss_mkleafdir(char *dir, char *leaf, char *path);
764 * Create leaf directories as required, keeping an eye on path
767 * Note: the leaf directories under NFS4_VAR_DIR are not created here;
799 * Create "leaf" in "dir" (which must already exist).
800 * leaf: should start with a '/'
803 dss_mkleafdir(char *dir, char *leaf, char *tmppath) argument
806 if (strlen(dir) + strlen(leaf) > MAXPATHLEN - 1) {
808 "Exiting.\n", dir, leaf);
812 (void) snprintf(tmppath, MAXPATHLEN, "%s/%s", dir, leaf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c110 * a key satisfies a normal route, and also in remembering the unique leaf
192 * leaf's key when compared under the leaf's mask. In other words,
193 * returns true when 'trial' matches leaf.
197 struct radix_node *leaf,
200 uint8_t *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
285 * we may match if the leaf we wound up at is
938 /* Find the next *leaf* since next node might vanish, too */
196 rn_satisfies_leaf(uint8_t *trial, struct radix_node *leaf, int skip) argument
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h224 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon4016
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h68 struct sbp2_cfgrom_ent *ce_ref; /* referred entry (text leaf) */
72 uint32_t *leaf; /* leaf */ member in union:sbp2_cfgrom_ent::__anon8911
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c205 uint_t leaf,
243 int leaf,
2360 /* Find the leftmost leaf in the subtree specified by the node. */
2390 /* Find the leaf with the smallest allocated bandwidth */
2483 * Find the leftmost leaf in the subtree specified by the node
2564 /* Find the leftmost leaf in the subtree specified by the node */
2575 /* Find the leaf with the smallest allocated bandwidth */
2945 * nodes from the leaf to the level specified by bandwidth The root of the
2976 * Based on the "real" array leaf node and interval, get the periodic node.
2979 ehci_find_periodic_node(uint_t leaf, in argument
3516 ehci_calculate_bw_availability_mask( ehci_state_t *ehcip, uint_t bandwidth, int leaf, int leaf_count, uchar_t *bw_mask) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c155 char leaf; member in struct:__anon9996
682 * A prior disconnect had not saved off the leaf so lets
687 cmn_err(CE_WARN, "schpc - Unable to save leaf regs on "
902 * If leaf registers were saved off, then they
1009 * If a leaf reset is going to be asserted due to a mode/freq.
1010 * change, then the leaf registers of the XMITS bridge will need
1016 cmn_err(CE_WARN, "schpc - Unable to save leaf regs on "
3409 int leaf, schizo, expander, portid, offset; local
3422 leaf = SCHPC_SLOT_LEAF(slot);
3431 if (leaf
3492 int expander, board, schizo, leaf, slot, status; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c509 int portid, board, chip, channel, leaf; local
540 leaf = OPL_PORTID_TO_LEAF(portid);
541 opl_boards[board].cfg_pcich_leaf[channel][leaf] = node;
1981 int lsb, ch, leaf; local
1998 leaf = OPL_PORTID_TO_LEAF(portid);
1999 ASSERT(OPL_IO_PORTID(lsb, ch, leaf) == portid);
2022 if (copyout((void *)&hwd_sb->sb_pci_ch[ch].pci_leaf[leaf],
2115 * The CMU ch supports only one leaf, leaf 0.
2299 int board, channel, leaf; local
2350 opl_get_probe_string(opl_probe_t *probe, int channel, int leaf) argument
2371 int channel, leaf, portid, error, circ; local
2519 int len, portid, board, channel, leaf; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c831 struct medialeaf *leaf = &mtable->mleaf[i]; local
834 leaf->type = 0;
835 leaf->media = p[0] & 0x3f;
836 leaf->leafdata = p;
841 switch(leaf->type = p[1]) {
844 leaf->media = p[2] & 0x0f;
848 leaf->media = 11;
860 leaf->media = p[2] & MEDIA_MASK;
861 switch (leaf->media) {
870 leaf
[all...]
/illumos-gate/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);
824 /* Free leaf information */
1966 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; local
1990 if (leaf->gpr)
1991 write_gpr(dnetp, leaf->gpr | GPR_CONTROL_WRITE);
3155 LEAF_FORMAT *leaf local
3762 LEAF_FORMAT *leaf = dnetp->sr.leaf + dnetp->leaf; local
3932 set_leaf(SROM_FORMAT *sr, LEAF_FORMAT *leaf) argument
3949 LEAF_FORMAT *leaf; local
4094 parse_controller_leaf(struct dnetinstance *dnetp, LEAF_FORMAT *leaf, uchar_t *vi) argument
4329 LEAF_FORMAT *leaf; local
4511 dnet_dump_leaf(LEAF_FORMAT *leaf) argument
[all...]
H A Ddnet.h346 LEAF_FORMAT *leaf; member in struct:srom_format
368 int leaf; member in struct:dnetinstance
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c179 uint_t leaf);
3230 * The lattice structure looks like this with the bottom leaf actually
3232 * itself is 0 based, while the bottom leaf array is 0 based. The 0 bucket in
3233 * the bottom leaf array is used to store the smalled allocated bandwidth of all
3243 * We keep track of the bandwidth that each leaf uses. First we search for the
3244 * first leaf with the smallest used bandwidth. Based on that leaf we find the
3245 * parent node of that leaf based on the interval time.
3322 /* Find the leaf with the smallest allocated bandwidth */
3334 "The leaf
3712 ohci_hcca_leaf_index(uint_t leaf) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c182 int leaf; member in struct:drmach_io
1233 * Each channel has 2 pci-ex leaf.
1248 * LLEAF_ID[0] = PCI Leaf Number (0 for leaf-A, 1 for leaf-B)
1254 * reg = int32 * 2, Oberon CSR space of the leaf and the UBC space
1277 ip->leaf = (portid & 0x1);
/illumos-gate/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) argument
434 (leaf_len = strlen(leaf)) > MAXNAMELEN ||
441 (void) snprintf(ss_pn->pn, MAXPATHLEN, "%s/%s", dir, leaf);
442 /* Handy pointer to just the leaf name */
443 ss_pn->leaf = ss_pn->pn + dir_len + 1;
449 * Move the "leaf" filename from "sdir" directory
455 rfs4_ss_movestate(char *sdir, char *ddir, char *leaf) argument
459 if ((src = rfs4_ss_pnalloc(sdir, leaf))
752 char *leaf = osp->ss_pn->leaf; local
894 char leaf[MAXNAMELEN], buf[INET6_ADDRSTRLEN]; local
932 rfs4_ss_clid_write(rfs4_client_t *cp, char *leaf) argument
969 rfs4_ss_clid_write_one(rfs4_client_t *cp, char *dss_path, char *leaf) argument
1585 char *leaf = cp->rc_ss_pn->leaf; local
1602 rfs4_dss_remove_leaf(rfs4_servinst_t *sip, char *dir_leaf, char *leaf) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h184 char *leaf; member in struct:ss_pn
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c929 * Note that if "leaf" is false we're checking an intermediate
931 * If "leaf" is true, then we're checking the entire mount point
940 valid_mount_point(zlog_t *zlogp, const char *path, const boolean_t leaf) argument
956 if (!leaf && !S_ISDIR(statbuf.st_mode)) {
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2758 uint64_t leaf, top; local
2785 * Pick a random leaf within it.
2787 leaf = ztest_random(leaves);
2796 oldvd = oldvd->vdev_child[leaf / ztest_opts.zo_raidz];
2801 oldvd = oldvd->vdev_child[leaf % ztest_opts.zo_raidz];
2845 top * leaves + leaf);
3017 * leaf vdev we encounter.
3064 * Determine the size of the first leaf vdev associated with
4268 * 2050 entries we should see ptrtbl growth and leaf-block split.
4800 uint64_t top, leaf; local
[all...]

Completed in 204 milliseconds