/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | btree.c | 101 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)hdr; in zfs_btree_poison_node() local 102 (void) memset(leaf->btl_elems, 0x0f, hdr->bth_first * size); in zfs_btree_poison_node() 103 (void) memset(leaf->btl_elems + in zfs_btree_poison_node() 130 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)hdr; in zfs_btree_poison_node_at() local 131 (void) memset(leaf->btl_elems + in zfs_btree_poison_node_at() 152 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)hdr; in zfs_btree_verify_poison_at() local 156 VERIFY3U(leaf->btl_elems[(hdr->bth_first + idx) in zfs_btree_verify_poison_at() 320 zfs_btree_leaf_t *leaf = (depth == 0 ? in zfs_btree_find() local 322 void *d = zfs_btree_find_in_buf(tree, leaf->btl_elems + in zfs_btree_find() 323 leaf->btl_hdr.bth_first * size, in zfs_btree_find() [all …]
|
H A D | mmp.c | 295 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() 321 } else if (leaf->vdev_mmp_pending != 0) { in mmp_next_leaf() [all …]
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 164 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); 1967 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in set_gpr() local 1991 if (leaf->gpr) in set_gpr() 1992 write_gpr(dnetp, leaf->gpr | GPR_CONTROL_WRITE); in set_gpr() 3157 LEAF_FORMAT *leaf = &dnetp->sr.leaf[dnetp->leaf]; in find_active_media() local 3162 dnetp->selected_media_block = leaf->default_block; in find_active_media() 3165 dnetp->selected_media_block = leaf->mii_block; in find_active_media() 3198 for (block = leaf->block + leaf->block_count - 1; in find_active_media() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 1124 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 D | swapgeneric.c | 889 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/test/bhyve-tests/tests/inst_emul/ |
H A D | payload_cpuid_guest_state.c | 133 uint32_t leaf; in test_leaf_d_index_1() local 139 leaf = 0xE; in test_leaf_d_index_1() 141 leaf = 0xD; in test_leaf_d_index_1() 146 cpuid(leaf, 1, regs); in test_leaf_d_index_1() 155 cpuid(leaf, 1, regs); in test_leaf_d_index_1() 161 cpuid(leaf, 1, regs); in test_leaf_d_index_1()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | opl_cfg.h | 113 #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 D | Pg.pod | 52 $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/pkg/manifests/ |
H A D | driver-network-nxge.p5m | 33 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/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf.h | 33 #define TRANCLASS(leaf) "ireport.os.smf.state-transition." leaf argument
|
/illumos-gate/usr/src/uts/common/io/sbp2/ |
H A D | cfgrom.c | 207 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 D | opl_cfg.c | 510 int portid, board, chip, channel, leaf; in opl_init_root_nodes() local 541 leaf = OPL_PORTID_TO_LEAF(portid); in opl_init_root_nodes() 542 opl_boards[board].cfg_pcich_leaf[channel][leaf] = node; 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() 1998 ASSERT(OPL_IO_PORTID(lsb, ch, leaf) == portid); in opl_get_hwd_va() 2021 if (copyout((void *)&hwd_sb->sb_pci_ch[ch].pci_leaf[leaf], 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() 2317 (OPL_OBERON_CHANNEL(channel) && !OPL_VALID_LEAF(leaf)) || in opl_master_interrupt() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 831 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 …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamake.c | 187 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() 1766 if (x->rule->leaf && !(x->rule->flags & RULE_made)) in update() 1808 if (!r->leaf) in scan() 1895 …Rule_t*)search(state.leaf, t, NiL)) && q != r || *t++ == 'l' && *t++ == 'i' && *t++ == 'b' && *t &… 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() 1949 q = (Rule_t*)search(state.leaf, use(buf), NiL); in scan() [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 31 * 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 …]
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 83 static void rfs4_ss_clid_write(nfs4_srv_t *nsrv4, rfs4_client_t *cp, char *leaf); 84 static void rfs4_ss_clid_write_one(rfs4_client_t *cp, char *dir, char *leaf); 405 rfs4_ss_pnalloc(char *dir, char *leaf) in rfs4_ss_pnalloc() argument 415 (leaf_len = strlen(leaf)) > MAXNAMELEN || in rfs4_ss_pnalloc() 422 (void) snprintf(ss_pn->pn, MAXPATHLEN, "%s/%s", dir, leaf); in rfs4_ss_pnalloc() 424 ss_pn->leaf = ss_pn->pn + dir_len + 1; in rfs4_ss_pnalloc() 436 rfs4_ss_movestate(char *sdir, char *ddir, char *leaf) in rfs4_ss_movestate() argument 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() 515 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0); in rfs4_ss_getstate() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/ |
H A D | nfsd.c | 90 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 D | strcmp.S | 122 retl ! return from leaf function 144 retl ! return from leaf function 165 retl ! return from leaf routine
|
/illumos-gate/usr/src/head/ |
H A D | search.h | 64 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 191 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/uts/intel/io/vmm/ |
H A D | vmm_vm.c | 902 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/crypto/skein/ |
H A D | skein_impl.h | 131 #define SKEIN_CFG_TREE_INFO(leaf, node, maxLvl) \ argument 132 ((((uint64_t)(leaf)) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 142 my $leaf = $leaves[0]; # Pickup any non-root lgrp. 146 my $lgrp = ($home == $root ? $leaf : $root);
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | server | 5 # leaf subnet. We're not concerned about filtering individual services
|
/illumos-gate/usr/src/common/net/patricia/ |
H A D | radix.c | 121 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));
|