Searched refs:leaf (Results 1 - 25 of 60) sorted by relevance

123

/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
/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/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/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...]
/illumos-gate/usr/src/uts/common/os/
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 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...]
/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/sys/
H A Dopl_cfg.h113 #define OPL_IO_PORTID(lsb, ch, leaf) \
114 (((lsb & OPL_LSBID_MASK) << 4) | ((ch & 0x7) << 1) | (leaf & 0x1))
127 #define OPL_VALID_LEAF(leaf) ((leaf == 0) || (leaf == 1))
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dcfgrom.c165 /* text leaf describes preceding entry */
209 cep->ce_data.leaf = kmem_zalloc(cep->ce_len * 4, KM_SLEEP);
213 SBP2_CFGROM_RQ(tp, cmd, addr, &cep->ce_data.leaf[i]);
219 if (cep->ce_data.leaf) {
220 kmem_free(cep->ce_data.leaf, cep->ce_len * 4);
381 (ent[i].ce_data.leaf != NULL)) {
382 kmem_free(ent[i].ce_data.leaf, ent[i].ce_len * 4);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_search.c63 (*action)(root, leaf, level, cookie);
H A Dslp_da_cache.c206 if (order == endorder || order == leaf) {
/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/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
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dtsearch.c149 (*action)(root, leaf, level);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c148 (*action)(root, leaf, level);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
H A Dstrchr.s121 retl ! done with leaf function
152 retl ! done with leaf function
213 retl ! return from leaf function
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc2.c130 if (order == postorder || order == leaf) {
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t126 is($fail, 0, 'All non-leaf lgrps should have single parent');
142 my $leaf = $leaves[0]; # Pickup any non-root lgrp.
146 my $lgrp = ($home == $root ? $leaf : $root);
326 is($fail, 0, 'Each lgrp containing CPU resources should be leaf');
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h131 #define SKEIN_CFG_TREE_INFO(leaf, node, maxLvl) \
132 ((((uint64_t)(leaf)) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \
/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/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/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...]

Completed in 116 milliseconds

123