Searched refs:root (Results 376 - 400 of 425) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1440 static Namval_t *next_stat(register Namval_t* np, Dt_t *root,Namfun_t *fp) argument
1443 if(!root)
1649 VERSIONNOD->nvalue.nrp->root = nv_dict(DOTSHNOD);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c984 process_minor_name(char *dev_path, const char *root) argument
996 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1041 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1096 * if the default root path is terminated with a /, we have to
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c126 di_node_t rootnode; /* root nexus */
349 Prom_node *root,
376 get_prop_val(find_prop(root, "banner-name")), 0);
379 value = get_prop_val(find_prop(root, "clock-frequency"));
348 display(Sys_tree *tree, Prom_node *root, struct system_kstat_data *kstats, int syserrlog) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c222 entity_item_t *root; local
226 error = hidparser_main(descriptor, size, &root);
235 (*parse_handle)->hidparser_handle_parse_tree = root;
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c1948 node_t *root = *inNode; /* pointer to root node */ local
1952 /* loop until only the root node remains */
1953 while (!((root->zero == NULL) && (root->one == NULL))) {
2049 * before trie root node is destroyed
2053 /* free trie root */
2062 /* free trie root */
2073 /* free trie root */
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1975 * Find the object set pointed to by the BOOTFS property or the root
1982 uint64_t props, bootfs, root; local
2006 * Lookup the root dataset directory
2008 if (zap_lookup(spa, &dir, DMU_POOL_ROOT_DATASET, &root)
2009 || objset_get_dnode(spa, &spa->spa_mos, root, &dir)) {
2010 printf("ZFS: can't find root dsl_dir\n");
2030 * Find the root object set if not explicitly provided
2033 printf("ZFS: can't find root filesystem\n");
2038 printf("ZFS: can't open root filesystem\n");
2210 * Get the root director
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c539 section = iter->file->data->root;
628 return PROF_EINVAL; /* Can't remove the root! */
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h347 Block_t* root; /* root of free tree */ member in struct:_vmdata_s
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c76 mcamd_mc_next(mcamd_hdl_t *hdl, mcamd_node_t *root, mcamd_node_t *last) argument
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c322 * Register root node methods
488 char *root = NULL; local
503 (void) nvlist_lookup_string(nvl, FM_FMRI_HC_ROOT, &root);
541 /* hc-root */
542 if (root)
543 topo_fmristr_build(&size, buf, buflen, root, NULL, NULL);
1393 * root), then iterate over siblings to find the matching node.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c170 make_path(const char *root, const char *suffix) argument
177 "%s/%s", root, suffix)) < 0 || chars > sizeof (path) ||
417 * Can't determine the document root.
457 print_status(400, "(unable to determine document root)");
1562 print_status(500, "(root filesystem image missing)");
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1265 dev_info_t *root = ddi_root_node(); local
1300 for (pdip = ddi_get_parent(dip); pdip && (pdip != root) &&
H A Ddevinfo.c1355 * Translate requested root path if an alias and snap-root != "/"
1731 di_copytree(struct dev_info *root, di_off_t *off_p, struct di_state *st) argument
1737 dcmn_err((CE_CONT, "di_copytree: root = %p, *off_p = %x\n",
1738 (void *)root, *off_p));
1741 if (i_ddi_devi_attached((dev_info_t *)root) &&
1743 (void) ndi_devi_config((dev_info_t *)root,
1754 PUSH_STACK(dsp, root, off_p);
2057 * sibling of a parent node is found or root node is reached.
4051 "cache lookup failure: bad root
[all...]
H A Dpm.c1402 dev_info_t *root = ddi_root_node(); local
1406 ddi_walk_devs(root,
1421 ddi_walk_devs(root,
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c271 pnode_t root = prom_nextnode((pnode_t)0); local
272 (void) prom_getprop(root, "clock-frequency", (caddr_t)&clock_freq);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c370 dev_info_t *root = ddi_root_node(); local
445 for (pdip = ddi_get_parent(ppb->dip); pdip && (pdip != root) &&
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c560 page_t *root = NULL; local
628 * the root page until we have a full large page.
636 if (root == NULL) {
646 page_list_concat(&root, &pp);
653 page_list_add_pages(root, PG_LIST_ISINIT);
654 root = NULL;
666 ASSERT(root == NULL && cnt == 0);
683 root = pp;
685 ASSERT(root == NULL && cnt == 0);
2778 panic("page_free_pages: not root pag
[all...]
H A Dvm_anon.c860 * with root access.
1105 * check an_refcnt of the root anon slot (anon_index argument is aligned at
1107 * anonpages_hash_lock[] held on the root ap ensures that if root's
1111 * returns 1 if the root anon slot has a refcnt > 1 otherwise returns 0.
3084 int root = 0; local
3142 if (!root) {
3148 root = 1;
3161 root = 0;
3169 if (root !
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c832 * Lock inactive policy, then active policy, then exchange policy root
2013 * root for a given set of selectors; the first parameter "best" is
2024 ipsec_policy_root_t *root; local
2029 root = &head->iph_root[direction];
2051 if (root->ipr_nchains > 0) {
2053 root->ipr_hash[selector_hash(sel, root)].hash_head, sel,
2056 curbest = ipsec_find_policy_chain(curbest, root->ipr_nonhash[af], sel,
3149 selector_hash(ipsec_selector_t *sel, ipsec_policy_root_t *root) argument
3153 root
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c209 triedrop(disc, e->re.trie.root[i]);
1919 if (!(t = g->re.trie.root[*s]) && !(t = g->re.trie.root[*s] = trienode(env, *s)))
3046 if (t->re.trie.root[i])
3047 m = bmtrie(env, a, v, t->re.trie.root[i], n, 0, m);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c2087 * src - the root of the search, if NULL that means whole document
2680 xmlNodePtr root; local
2743 /* Get the root element */
2744 if ((root = xmlDocGetRootElement(prov->pxc_doc)) == NULL) {
2752 if (create_shadow(root) != PO_SUCCESS) {
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c157 * compares the root cyclic's expiration time to the current time. If the
158 * expiration time is in the past, cyclic_expire() is called on the root
162 * examines the (potentially changed) root cyclic, repeating the
163 * cyclic_expire()/add interval/cyclic_downheap() sequence until the root
167 * shortly after the root cyclic's expiration time.
175 * 1. The root of the heap is always in the 0th element of the heap array
246 * each child), but at most one cache miss at the root. This yields a bound
523 * 6. If the root of the heap has changed, the backend is reprogrammed.
593 * 5. If the cyclic move modified the root of the heap, the backend is
729 * Returns 1 if the upheap propagated to the root,
1766 cyc_index_t root; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c494 * root node and stores pointers to them. The following nodes
566 dev_info_t *root; local
570 root = ddi_root_node();
571 if ((opl_init_nodes(root, opl_init_root_nodes) != 0)) {
945 * Create "cmp" nodes as child nodes of the root node.
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c3487 di_node_t root = DI_NODE_NIL; local
3593 if (root == DI_NODE_NIL) {
3594 if ((root = di_init("/", DINFOCPYALL)) ==
3607 &devid1, root, SSD_DRVR_NAME)) != 0) {
3628 &devid2, root, SSD_DRVR_NAME)) != 0) {
3694 (void) di_fini(root);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c811 fmd_asru_hash_create(const char *root, const char *dir) argument
830 (void) snprintf(path, sizeof (path), "%s/%s", root, dir);

Completed in 791 milliseconds

<<11121314151617