Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c103 (void) memset(leaf->btl_elems + in zfs_btree_poison_node()
131 (void) memset(leaf->btl_elems + in zfs_btree_poison_node_at()
763 leaf->btl_hdr.bth_count); in zfs_btree_insert_leaf_impl()
766 bt_grow_leaf(tree, leaf, idx, 1); in zfs_btree_insert_leaf_impl()
831 bcpy(leaf->btl_elems + (leaf->btl_hdr.bth_first + keep_count) * size, in zfs_btree_insert_into_leaf()
1083 tree->bt_root = &leaf->btl_hdr; in zfs_btree_add_idx()
1093 tree->bt_bulk = leaf; in zfs_btree_add_idx()
1224 return (leaf->btl_elems + (leaf->btl_hdr.bth_first + in zfs_btree_next_helper()
1310 return (leaf->btl_elems + (leaf->btl_hdr.bth_first + in zfs_btree_prev()
1359 return (leaf->btl_elems + (leaf->btl_hdr.bth_first + in zfs_btree_get()
[all …]
H A Dmmp.c295 vdev_t *leaf; in mmp_next_leaf() local
309 leaf = spa->spa_mmp.mmp_last_leaf; in mmp_next_leaf()
310 if (leaf == NULL) in mmp_next_leaf()
311 leaf = list_head(&spa->spa_leaf_list); in mmp_next_leaf()
312 starting_leaf = leaf; in mmp_next_leaf()
315 leaf = list_next(&spa->spa_leaf_list, leaf); in mmp_next_leaf()
316 if (leaf == NULL) in mmp_next_leaf()
317 leaf = list_head(&spa->spa_leaf_list); in mmp_next_leaf()
319 if (!vdev_writeable(leaf)) { in mmp_next_leaf()
324 spa->spa_mmp.mmp_last_leaf = leaf; in mmp_next_leaf()
[all …]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1967 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in set_gpr() local
3157 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in find_active_media() local
3764 LEAF_FORMAT *leaf = dnetp->sr.leaf + dnetp->leaf; in do_phy() local
3936 if (sr->leaf && !sr->leaf->is_static) in set_leaf()
3938 sr->leaf = leaf; in set_leaf()
3955 leaf = dnetp->sr.leaf + dnetp->leaf; in dnet_mii_link_cb()
4116 leaf->default_block = leaf->block+i; in parse_controller_leaf()
4120 leaf->default_block = leaf->block + leaf->block_count -1; in parse_controller_leaf()
4337 leaf->default_block = &leaf->block[3]; in setup_legacy_blocks()
4409 leaf->mii_block = leaf->block; in setup_legacy_blocks()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c1138 (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()
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()
1219 leaf->lgrp_id, (void *)leaf, lgrp->lgrp_id, in lgrp_leaf_add()
1266 if (leaf == NULL) in lgrp_leaf_delete()
1272 (void *)leaf, leaf->lgrp_id, (void *)lgrps, lgrp_count, in lgrp_leaf_delete()
1308 klgrpset_add(collapse, leaf->lgrp_id); in lgrp_leaf_delete()
[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()
/illumos-gate/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
/illumos-gate/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.
/illumos-gate/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
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-nxge.p5m33 set name=pkg.summary value="Sun NIU leaf driver"
34 set name=pkg.description value="Sun NIU 10Gb/1Gb leaf driver"
50 legacy pkg=SUNWnxge desc="Sun NIU 10Gb/1Gb leaf driver" \
51 name="Sun NIU leaf driver"
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dcfgrom.c207 cep->ce_data.leaf = kmem_zalloc(cep->ce_len * 4, KM_SLEEP); in sbp2_cfgrom_read_leaf()
211 SBP2_CFGROM_RQ(tp, cmd, addr, &cep->ce_data.leaf[i]); in sbp2_cfgrom_read_leaf()
217 if (cep->ce_data.leaf) { in sbp2_cfgrom_read_leaf()
218 kmem_free(cep->ce_data.leaf, cep->ce_len * 4); in sbp2_cfgrom_read_leaf()
379 (ent[i].ce_data.leaf != NULL)) { in sbp2_cfgrom_walk_free()
380 kmem_free(ent[i].ce_data.leaf, ent[i].ce_len * 4); in sbp2_cfgrom_walk_free()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c510 int portid, board, chip, channel, leaf; in opl_init_root_nodes() local
541 leaf = OPL_PORTID_TO_LEAF(portid); in opl_init_root_nodes()
1980 int lsb, ch, leaf; in opl_get_hwd_va() local
1997 leaf = OPL_PORTID_TO_LEAF(portid); in opl_get_hwd_va()
2298 int board, channel, leaf; in opl_master_interrupt() local
2314 leaf = OPL_PORTID_TO_LEAF(portid); in opl_master_interrupt()
2370 int channel, leaf, portid, error; in opl_probe_leaf() local
2380 leaf = probe->pr_leaf; in opl_probe_leaf()
2385 ASSERT(OPL_VALID_LEAF(leaf)); in opl_probe_leaf()
2563 channel][leaf] != NULL) in opl_init_leaves()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c834 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()
848 leaf->media = 11; in parse_eeprom()
861 switch (leaf->media) { in parse_eeprom()
870 leaf->media = 19; in parse_eeprom()
872 leaf->leafdata = p + 2; in parse_eeprom()
885 tp->nic_name, i, medianame[leaf->media], leaf->media, in parse_eeprom()
886 leaf->type < 6 ? block_name[leaf->type] : "UNKNOWN", in parse_eeprom()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c187 struct Rule_s* leaf; /* recursion leaf alias */ member
214 Dict_t* leaf; /* recursion leaf dictionary */ member
1763 if (r->leaf) in update()
1764 r->leaf->flags |= RULE_made; in update()
1808 if (!r->leaf) in scan()
1924 q = (Rule_t*)search(state.leaf, r->name, NiL); in scan()
1932 q = (Rule_t*)search(state.leaf, use(buf), NiL); in scan()
1987 if (r->leaf || search(state.leaf, r->name, NiL)) in active()
2019 state.leaf = dictionary(); in recurse()
2036 r->leaf = rule(t); in recurse()
[all …]
/illumos-gate/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
1102 * leaf or bridge to get the appropriate behaviour. For the case where the leaf
1175 * - source-poisreq-u refers to at least one leaf or bridge device
1257 * - source-poiscomp-u refers to at least one leaf or bridge device
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c405 rfs4_ss_pnalloc(char *dir, char *leaf) in rfs4_ss_pnalloc() argument
415 (leaf_len = strlen(leaf)) > MAXNAMELEN || in rfs4_ss_pnalloc()
424 ss_pn->leaf = ss_pn->pn + dir_len + 1; in rfs4_ss_pnalloc()
440 if ((src = rfs4_ss_pnalloc(sdir, leaf)) == NULL) in rfs4_ss_movestate()
443 if ((dst = rfs4_ss_pnalloc(ddir, leaf)) == NULL) { in rfs4_ss_movestate()
773 char *leaf = osp->ss_pn->leaf; in rfs4_dss_clear_oldstate() local
917 char leaf[MAXNAMELEN], buf[INET6_ADDRSTRLEN]; in rfs4_ss_clid() local
946 rfs4_ss_clid_write(nsrv4, cp, leaf); in rfs4_ss_clid()
1009 ss_pn = rfs4_ss_pnalloc(dir, leaf); in rfs4_ss_clid_write_one()
1028 if (strcmp(cp->rc_ss_pn->leaf, leaf) == 0) { in rfs4_ss_clid_write_one()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c90 static void dss_mkleafdir(char *dir, char *leaf, char *path);
819 dss_mkleafdir(char *dir, char *leaf, char *tmppath) in dss_mkleafdir() argument
822 if (strlen(dir) + strlen(leaf) > MAXPATHLEN - 1) { in dss_mkleafdir()
824 "Exiting.\n", dir, leaf); in dss_mkleafdir()
828 (void) snprintf(tmppath, MAXPATHLEN, "%s/%s", dir, leaf); in dss_mkleafdir()
/illumos-gate/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
/illumos-gate/usr/src/head/
H A Dsearch.h64 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dserver5 # leaf subnet. We're not concerned about filtering individual services
/illumos-gate/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()
/illumos-gate/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);
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h131 #define SKEIN_CFG_TREE_INFO(leaf, node, maxLvl) \ argument
132 ((((uint64_t)(leaf)) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c902 uint64_t *entries[MAX_GPT_LEVEL], *leaf; in vmspace_lookup_map() local
910 leaf = entries[LEVEL1]; in vmspace_lookup_map()
911 if (leaf == NULL) { in vmspace_lookup_map()
920 if (vmm_gpt_is_mapped(gpt, leaf, &pfn, &prot)) { in vmspace_lookup_map()
925 int err = vmspace_ensure_mapped(vms, gpa, req_prot, &pfn, leaf); in vmspace_lookup_map()
931 ASSERT(pfn != PFN_INVALID && leaf != NULL); in vmspace_lookup_map()
936 *ptepp = leaf; in vmspace_lookup_map()
/illumos-gate/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));
/illumos-gate/usr/src/uts/
H A DREADME90 The driving Makefile for any module is located in the leaf directory
94 Makefiles in non-leaf directories which are included in the leaf
95 Makefiles. Non-suffixed Makefiles in non-leaf directories generally
139 overridden in specific leaf node Makefiles if necessary.

1234