/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 130 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)hdr; in zfs_btree_poison_node_at() local 152 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)hdr; in zfs_btree_verify_poison_at() local 320 zfs_btree_leaf_t *leaf = (depth == 0 ? in zfs_btree_find() local 462 bt_grow_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *leaf, uint32_t idx, in bt_grow_leaf() 497 bt_shrink_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *leaf, uint32_t idx, in bt_shrink_leaf() 567 zfs_btree_leaf_t *leaf = (zfs_btree_leaf_t *)node; in zfs_btree_first_helper() local 754 zfs_btree_insert_leaf_impl(zfs_btree_t *tree, zfs_btree_leaf_t *leaf, in zfs_btree_insert_leaf_impl() 776 zfs_btree_insert_into_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *leaf, in zfs_btree_insert_into_leaf() 895 zfs_btree_leaf_t *leaf = tree->bt_bulk; in zfs_btree_bulk_finish() local [all …]
|
H A D | mmp.c | 295 vdev_t *leaf; in mmp_next_leaf() local
|
/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/head/ |
H A D | search.h | 64 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 1967 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 3934 set_leaf(SROM_FORMAT *sr, LEAF_FORMAT *leaf) in set_leaf() 3951 LEAF_FORMAT *leaf; in dnet_mii_link_cb() local 4096 parse_controller_leaf(struct dnetinstance *dnetp, LEAF_FORMAT *leaf, in parse_controller_leaf() 4331 LEAF_FORMAT *leaf; in setup_legacy_blocks() local 4513 dnet_dump_leaf(LEAF_FORMAT *leaf) in dnet_dump_leaf()
|
H A D | dnet.h | 346 LEAF_FORMAT *leaf; member 368 int leaf; member
|
/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 1980 int lsb, ch, leaf; in opl_get_hwd_va() local 2298 int board, channel, leaf; in opl_master_interrupt() local 2349 opl_get_probe_string(opl_probe_t *probe, int channel, int leaf) in opl_get_probe_string() 2370 int channel, leaf, portid, error; in opl_probe_leaf() local 2518 int len, portid, board, channel, leaf; in opl_init_leaves() local
|
/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
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 405 rfs4_ss_pnalloc(char *dir, char *leaf) in rfs4_ss_pnalloc() 436 rfs4_ss_movestate(char *sdir, char *ddir, char *leaf) 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 955 rfs4_ss_clid_write(nfs4_srv_t *nsrv4, rfs4_client_t *cp, char *leaf) in rfs4_ss_clid_write() 992 rfs4_ss_clid_write_one(rfs4_client_t *cp, char *dss_path, char *leaf) in rfs4_ss_clid_write_one() 1734 char *leaf = cp->rc_ss_pn->leaf; in rfs4_dss_remove_cpleaf() local 1752 rfs4_dss_remove_leaf(rfs4_servinst_t *sip, char *dir_leaf, char *leaf) in rfs4_dss_remove_leaf()
|
/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() 1246 lgrp_leaf_delete(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, in lgrp_leaf_delete()
|
H A D | swapgeneric.c | 889 char *leaf; in load_bootpath_drivers() local
|
H A D | lgrp.c | 1932 lpl_t *leaf; in lpl_rset_del() local
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | opl_cfg.h | 113 #define OPL_IO_PORTID(lsb, ch, leaf) \ argument 127 #define OPL_VALID_LEAF(leaf) ((leaf == 0) || (leaf == 1)) argument
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/ |
H A D | nfsd.c | 819 dss_mkleafdir(char *dir, char *leaf, char *tmppath) in dss_mkleafdir()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 195 struct radix_node *leaf, in rn_satisfies_leaf()
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp-internal.h | 222 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 3000 ehci_find_periodic_node(uint_t leaf, int interval) in ehci_find_periodic_node() 3541 int leaf, in ehci_calculate_bw_availability_mask()
|
/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
|
/illumos-gate/usr/src/common/net/patricia/ |
H A D | radix.c | 277 rn_satisfies_leaf(trial, leaf, skip, rn_leaf_fn, rn_leaf_arg) in rn_satisfies_leaf() argument
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_impl.h | 131 #define SKEIN_CFG_TREE_INFO(leaf, node, maxLvl) \ argument
|
/illumos-gate/usr/src/uts/common/sys/sbp2/ |
H A D | driver.h | 70 uint32_t *leaf; /* leaf */ member
|
/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
|
/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
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid.c | 2343 cpuid_gather_ext_topo_leaf(struct cpuid_info *cpi, uint32_t leaf) in cpuid_gather_ext_topo_leaf() 5686 uint32_t leaf; in cpuid_pass_dynamic() local
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 3220 uint64_t leaf, top; in ztest_vdev_attach_detach() local 5646 uint64_t top, leaf; in ztest_fault_inject() local
|