Searched defs:node (Results 226 - 250 of 262) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c436 CERTCertListNode *node; local
459 node = CERT_LIST_HEAD(list);
460 while (!CERT_LIST_END(node, list)) {
467 der.Data = node->cert->derIssuer.data;
468 der.Length = node->cert->derIssuer.len;
481 der.Data = node->cert->derSubject.data;
482 der.Length = node->cert->derSubject.len;
497 sernum = &node->cert->serialNumber;
512 ret = CERT_CertTimesValid(node->cert);
520 ret = CERT_CertTimesValid(node
551 CERTCertListNode *node; local
751 CERTCertListNode *node; local
1775 CERTCertListNode* node = NULL; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c234 _svc_attribute_new_id(_svc_user_fd_node *node) argument
237 assert(node != NULL);
261 node->id = (svc_input_id_t)selected_index;
264 user_fd_mgt_array[selected_index].data.fd_node = node;
284 _svc_user_fd_node *node; local
293 node = svc_userfds[fd].lnk.next;
302 ((_svc_user_link *)node != &(svc_userfds[fd].lnk))) {
304 * If one of the received events maps the ones the node listens
307 _svc_user_fd_node *next = node->lnk.next;
309 if (node
364 _svc_user_fd_node *node; local
505 _svc_user_fd_node* node; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c87 uint8_t node[6]; member in struct:__anon2267
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c890 pool_knl_put_xml_property(pool_elem_t *pe, xmlNodePtr node, const char *name, argument
899 return (pool_xml_set_attr(node, BAD_CAST name,
903 if (pool_xml_set_attr(node,
905 return (pool_xml_set_prop(node, BAD_CAST name,
908 return (pool_xml_set_prop(node, BAD_CAST name, val));
H A Dpool_xml.c150 static int create_shadow(xmlNodePtr node);
156 static int get_fast_dtype(xmlNodePtr node, xmlChar *name);
205 static int pool_xml_elem_wrap(xmlNodePtr node, pool_elem_class_t class,
236 static pool_value_class_t pool_xml_get_attr(xmlNodePtr node, xmlChar *name,
238 int pool_xml_set_attr(xmlNodePtr node, xmlChar *name,
240 static pool_value_class_t pool_xml_get_prop(xmlNodePtr node, xmlChar *name,
242 int pool_xml_set_prop(xmlNodePtr node, xmlChar *name,
285 get_unique_id(xmlNodePtr node, char *id) argument
289 if (node->doc->_private) {
291 pool_conf_to_elem((pool_conf_t *)node
315 xmlNodePtr node; local
334 xmlNodePtr node = node_create(parent, name); local
578 pool_xml_get_attr(xmlNodePtr node, xmlChar *name, pool_value_t *value) argument
649 pool_xml_set_attr(xmlNodePtr node, xmlChar *name, const pool_value_t *value) argument
723 pool_xml_get_prop(xmlNodePtr node, xmlChar *name, pool_value_t *value) argument
822 pool_xml_set_prop(xmlNodePtr node, xmlChar *name, const pool_value_t *value) argument
1074 create_shadow(xmlNodePtr node) argument
1363 pool_xml_elem_wrap(xmlNodePtr node, pool_elem_class_t class, pool_resource_elem_class_t res_class, pool_component_elem_class_t comp_class) argument
2635 get_fast_dtype(xmlNodePtr node, xmlChar *name) argument
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c58 /* alias node searching return values */
70 #define OBP_NO_ALIAS_NODE 0x8 /* No alias node */
451 devfs_uefi_destroy_bootopt_node(uefi_boot_dev_t *node) argument
453 /* free node resources */
455 /* free node */
456 free(node);
465 uefi_boot_dev_t *node; local
468 node = list_remove_tail(list);
469 devfs_uefi_destroy_bootopt_node(node);
482 uefi_boot_dev_t *node; local
521 devfs_uefi_get_bootopt_bootopt(uefirt_hdl_t hdl, uefi_boot_dev_t *node) argument
604 uefi_boot_dev_t *node; local
711 uefi_boot_dev_t *node; local
1633 check_logical_dev(const char *node, const struct stat *node_stat, int flags, struct FTW *ftw_info) argument
[all...]
H A Ddevinfo.c254 * read-only minor node if we don't have privileges to open the full
256 * node can't perform. (Setgid processes would fail an access() test,
265 * privileged node isn't available. Don't modify errno
375 di_cna_dev(di_node_t node) argument
379 pa = (caddr_t)node - DI_NODE(node)->self;
385 di_parent_node(di_node_t node) argument
389 if (node == DI_NODE_NIL) {
394 DPRINTF((DI_TRACE, "Get parent of node %s\n", di_node_name(node)));
416 di_sibling_node(di_node_t node) argument
448 di_child_node(di_node_t node) argument
518 di_drv_next_node(di_node_t node) argument
552 di_node_t node; member in struct:node_list
611 is_descendant(di_node_t node, di_node_t parent) argument
668 get_children(di_node_t node) argument
893 di_node_t node = (*headp)->node; local
960 di_node_name(di_node_t node) argument
967 di_bus_addr(di_node_t node) argument
978 di_binding_name(di_node_t node) argument
989 di_compatible_names(di_node_t node, char **names) argument
1015 di_instance(di_node_t node) argument
1025 di_nodeid(di_node_t node) argument
1037 di_state(di_node_t node) argument
1060 di_node_state(di_node_t node) argument
1066 di_flags(di_node_t node) argument
1072 di_retired(di_node_t node) argument
1078 di_devid(di_node_t node) argument
1088 di_driver_major(di_node_t node) argument
1099 di_driver_name(di_node_t node) argument
1119 di_driver_ops(di_node_t node) argument
1137 di_node_cna_dev(di_node_t node) argument
1147 di_devfs_path(di_node_t node) argument
1210 di_node_t node; local
1451 di_minor_next(di_node_t node, di_minor_t minor) argument
1552 di_prop_next(di_node_t node, di_prop_t prop) argument
1776 di_prop_search(dev_t match_dev, di_node_t node, const char *name, int type) argument
1803 di_prop_find(dev_t match_dev, di_node_t node, const char *name) argument
1828 di_prop_exists(dev_t dev, di_node_t node, const char *prop_name) argument
1835 di_prop_lookup_ints(dev_t dev, di_node_t node, const char *prop_name, int **prop_data) argument
1847 di_prop_lookup_int64(dev_t dev, di_node_t node, const char *prop_name, int64_t **prop_data) argument
1860 di_prop_lookup_strings(dev_t dev, di_node_t node, const char *prop_name, char **prop_data) argument
1873 di_prop_lookup_bytes(dev_t dev, di_node_t node, const char *prop_name, uchar_t **prop_data) argument
1900 di_prop_next_common(di_node_t node, di_prop_t prop, int prop_type) argument
1993 di_prop_drv_next(di_node_t node, di_prop_t prop) argument
1999 di_prop_sys_next(di_node_t node, di_prop_t prop) argument
2005 di_prop_global_next(di_node_t node, di_prop_t prop) argument
2011 di_prop_vendor_global_next(di_node_t node, di_prop_t prop) argument
2017 di_prop_admin_global_next(di_node_t node, di_prop_t prop) argument
2023 di_prop_hw_next(di_node_t node, di_prop_t prop) argument
2029 di_prop_vendor_next(di_node_t node, di_prop_t prop) argument
2035 di_prop_admin_next(di_node_t node, di_prop_t prop) argument
2075 di_path_phci_next_path(di_node_t node, di_path_t path) argument
2117 di_path_client_next_path(di_node_t node, di_path_t path) argument
2175 di_path_next(di_node_t node, di_path_t path) argument
2196 di_path_next_phci(di_node_t node, di_path_t path) argument
2201 di_path_next_client(di_node_t node, di_path_t path) argument
2572 di_vhci_next_node(di_node_t node) argument
2621 di_phci_next_node(di_node_t node) argument
2647 di_parent_private_data(di_node_t node) argument
2678 di_driver_private_data(di_node_t node) argument
2720 di_walk_hp_callback(di_node_t node, void *argp) argument
2754 di_walk_hp(di_node_t node, const char *type, uint_t flag, void *arg, int (*hp_callback)(di_node_t node, di_hp_t hp, void *arg)) argument
2789 di_hp_next(di_node_t node, di_hp_t hp) argument
3209 di_prom_prop_next(di_prom_handle_t ph, di_node_t node, di_prom_prop_t prom_prop) argument
3279 di_prom_prop_lookup_common(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name) argument
3379 di_prom_prop_lookup_ints(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, int **prom_prop_data) argument
3405 di_prom_prop_lookup_strings(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, char **prom_prop_data) argument
3448 di_prom_prop_lookup_bytes(di_prom_handle_t ph, di_node_t node, const char *prom_prop_name, uchar_t **prom_prop_data) argument
3505 di_prop_lookup_slot_names(dev_t dev, di_node_t node, di_slot_name_t **prop_data) argument
3551 di_prom_prop_lookup_slot_names(di_prom_handle_t ph, di_node_t node, di_slot_name_t **prop_data) argument
3635 di_node_private_set(di_node_t node, void *data) argument
3641 di_node_private_get(di_node_t node) argument
3683 di_lnode_next(di_node_t node, di_lnode_t lnode) argument
3716 di_link_next_by_node(di_node_t node, di_link_t link, uint_t endpoint) argument
3819 di_node_t node = (*headp)->node; local
3884 di_node_t node = (*headp)->node; local
3939 di_node_t node; local
3983 di_node_t node; local
4071 di_node_t node; local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c328 (void) fprintf(stderr, "cfg_filter_node: node=%s:%d cnode=%s:%d\n",
2300 * may reside in the block cache on one node, but has not
2874 * set or clear the cluster node filter for get/put
2878 cfg_resource(CFGFILE *cfg, const char *node) argument
2889 "cfg_resource: changing node from %s to %s\n",
2890 cfg->cf_node, (node?node:"NULL"));
2898 * node, but has no valid value
2900 if ((node) && (node[
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc451 get_seg_list_from_ds(fru_nodehdl_t node, fru_strlist_t *list) argument
460 RETRY(err = data_source->get_seg_list(NODEHDL_TO_TREEHDL(node),
475 if (segment_is_encrypted(node, raw_list.strs[i])) {
642 * Apply process_node() to each node in the tree rooted at "node".
645 * "node" passed to fru_walk_tree()), and name of the node to which it is
649 * non-null, end_node() is called after the node and its children have been
650 * processed, but before the node's siblings are visited.
653 fru_walk_tree(fru_nodehdl_t node, cons argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c257 hc_prop_set(tnode_t *node, nvlist_t *auth) argument
267 if (topo_pgroup_create(node, &auth_pgroup, &err) != 0) {
275 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY,
280 (void) topo_prop_set_string(node,
284 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY,
289 (void) topo_prop_set_string(node,
293 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY,
298 (void) topo_prop_set_string(node,
302 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY,
307 (void) topo_prop_set_string(node,
344 tnode_t *node; local
403 hc_release(topo_mod_t *mp, tnode_t *node) argument
591 hc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
969 hc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1217 hc_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1279 hc_match(topo_mod_t *mod, tnode_t *node, nvlist_t *fmri, const char *name, topo_instance_t inst, boolean_t *result) argument
1312 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, const char *name, topo_instance_t inst) argument
1352 hc_walker(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1468 hc_walk_init(topo_mod_t *mod, tnode_t *node, nvlist_t *rsrc, topo_mod_walk_cb_t cb, void *pdata) argument
1532 hc_prop_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1545 hc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1605 hc_pgrp_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1617 hc_fmri_pgrp_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1662 hc_prop_setprop(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1676 hc_fmri_prop_set(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1752 hc_presence_state(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1827 hc_fmri_presence_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1883 hc_fac_get(topo_mod_t *mod, tnode_t *node, void *pdata) argument
1926 hc_fmri_facility(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1988 hc_retire_subr(topo_mod_t *mod, tnode_t *node, void *pdata) argument
2009 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, topo_version_t builtin_version, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2050 hc_fmri_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2058 hc_fmri_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2066 hc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2081 hc_fmri_strhash_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2099 hc_fmri_strcmp_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2119 hc_fmri_strcmp_ident(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2209 hc_ident_node(topo_mod_t *mod, tnode_t *node, void *pdata) argument
2234 hc_fmri_ident_node(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
H A Dtopo_xml.c900 "propmethod %s for property \"%s\" in propgrp %s on node "
1030 * Otherwise, if the propgroup element is under a node element
1031 * then we'll simply register the method for this node.
1212 * psn: pointer to a "set" XML node
1274 * to post-process a statically defined node
1336 * node element, then we invoke the enumerator so that it can do
1337 * post-processing of the node.
1386 * If there is no "node" element under the "range"
1387 * element, then we need to attach the facility node to
1388 * each node i
1762 fac_enum_run(topo_mod_t *mp, tnode_t *node, const char *name) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c341 struct grub_btrfs_internal_node node; local
345 * sizeof (node)
348 &node, sizeof (node));
352 err = grub_btrfs_read_logical (data, grub_le_to_cpu64 (node.addr),
357 save_ref (desc, grub_le_to_cpu64 (node.addr), 0,
414 struct grub_btrfs_internal_node node, node_last; local
419 err = grub_btrfs_read_logical (data, addr + i * sizeof (node),
420 &node, sizeof (node));
[all...]
H A Dext2.c377 grub_ext2_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
379 struct grub_ext2_data *data = node->data;
380 struct grub_ext2_inode *inode = &node->inode;
515 grub_ext2_read_file (grub_fshelp_node_t node,
520 return grub_fshelp_read_file (node->data->disk, node, read_hook,
522 grub_cpu_to_le32 (node->inode.size)
523 | (((grub_off_t) grub_cpu_to_le32 (node->inode.size_high)) << 32),
524 LOG2_EXT2_BLOCK_SIZE (node->data));
620 grub_ext2_read_symlink (grub_fshelp_node_t node)
376 grub_ext2_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
514 grub_ext2_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
619 grub_ext2_read_symlink(grub_fshelp_node_t node) argument
659 grub_ext2_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
838 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
H A Dhfsplus.c76 /* The type of node. */
221 /* Catalog file node. */
249 /* Return the offset of the record with the index INDEX, in the node
253 struct grub_hfsplus_btnode *node, int index)
255 char *cnode = (char *) node;
261 /* Return a pointer to the record with the index INDEX, in the node
265 struct grub_hfsplus_btnode *node, int index)
267 char *cnode = (char *) node;
269 offset = grub_hfsplus_btree_recoffset (btree, node, index);
310 grub_hfsplus_read_block (grub_fshelp_node_t node, grub_disk_addr_
250 grub_hfsplus_btree_recoffset(struct grub_hfsplus_btree *btree, struct grub_hfsplus_btnode *node, int index) argument
262 grub_hfsplus_btree_recptr(struct grub_hfsplus_btree *btree, struct grub_hfsplus_btnode *node, int index) argument
308 grub_hfsplus_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
377 grub_hfsplus_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
393 struct grub_hfsplus_btnode node; local
588 grub_hfsplus_read_symlink(grub_fshelp_node_t node) argument
656 char *node; local
733 grub_hfsplus_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
747 struct grub_fshelp_node *node; local
834 struct grub_hfsplus_btnode *node; local
928 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
977 struct grub_hfsplus_btnode *node; local
[all...]
H A Dreiserfs.c223 grub_uint32_t block_number; /* 0 if node is not found. */
532 /* Internal node. Navigate to the child that should contain
577 /* Leaf node. Check that the key is actually present. */
639 grub_reiserfs_read_symlink (grub_fshelp_node_t node) argument
649 grub_memcpy (&key, &(node->header.key), sizeof (key));
654 if (grub_reiserfs_get_item (node->data, &key, &found) != GRUB_ERR_NONE)
660 block_size = grub_le_to_cpu16 (node->data->superblock.block_size);
669 grub_disk_read (node->data->disk, block, offset, len, symlink_buffer);
717 grub_fshelp_node_t node))
1074 struct grub_fshelp_node *node local
713 grub_reiserfs_iterate_dir(grub_fshelp_node_t item, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
1253 struct grub_fshelp_node *node = file->data; local
1276 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c43 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
44 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
46 bin_tree_t *node);
47 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
48 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
49 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
55 Idx node, bool root);
121 static void free_token (re_token_t *node);
122 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
123 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_t *node);
317 Idx node = init_state->nodes.elems[node_cnt]; local
1069 Idx node; local
1213 bin_tree_t *node, *prev; local
1245 bin_tree_t *node; local
1275 optimize_subexps(void *extra, bin_tree_t *node) argument
1306 lower_subexps(void *extra, bin_tree_t *node) argument
1328 lower_subexp(reg_errcode_t *err, regex_t *preg, bin_tree_t *node) argument
1365 calc_first(void *extra, bin_tree_t *node) argument
1387 calc_next(void *extra, bin_tree_t *node) argument
1410 link_nfa_nodes(void *extra, bin_tree_t *node) argument
1681 calc_eclosure_iter(re_node_set *new_set, re_dfa_t *dfa, Idx node, bool root) argument
3815 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3827 free_token(re_token_t *node) argument
3842 free_tree(void *extra, bin_tree_t *node) argument
3857 const bin_tree_t *node; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c71 /* define for fcp pseudo node */
77 static int stat_fc_dev(di_node_t node, void *arg);
78 static int stat_FCP_dev(di_node_t node, void *arg);
81 static int get_xport_state(di_node_t node, void *arg);
83 static fpcfga_ret_t do_stat_fc_dev(const di_node_t node, const char *nodepath,
85 static fpcfga_ret_t do_stat_FCP_dev(const di_node_t node, const char *nodepath,
89 static void get_hw_info(di_node_t node, cfga_list_data_t *clp);
285 * if path is null that guatantees the node is not
286 * configured. if node is detached the path
327 * path indicates if the node exist
1187 stat_fc_dev(di_node_t node, void *arg) argument
1336 stat_FCP_dev(di_node_t node, void *arg) argument
1541 get_xport_state(di_node_t node, void *arg) argument
1566 do_stat_fc_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument
2453 do_stat_FCP_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument
3309 get_hw_info(di_node_t node, cfga_list_data_t *clp) argument
3371 get_device_type(di_node_t node) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c274 * Return the corresponding hp node for a given ap_id, it is the caller's
282 hp_node_t node; local
317 if ((node = hp_init(rpath, cp, 0)) == NULL) {
331 *nodep = node;
346 error_sizeup_cb(hp_node_t node, void *arg) argument
352 if (hp_type(node) != HP_NODE_USAGE)
358 len = strlen(hp_name(node));
363 len = strlen(hp_usage(node));
380 error_sumup_cb(hp_node_t node, void *arg) argument
387 if (hp_type(node) !
402 pci_rcm_info_table(hp_node_t node, char **table) argument
614 hp_node_t node; local
787 hp_node_t node; local
885 hp_node_t node; local
1337 cfga_get_condition(hp_node_t node, ap_condition_t *cond) argument
1377 hp_node_t node; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c135 /* for use after a quantifier and before an EXACT-like node -- japhy */
148 Search for mandatory following text node; for lookahead, the text must
284 regnode *node; member in struct:re_cc_state
377 d) First node (of those at offset 0) which may distingush positions;
1053 * first character of the EXACTF* node and then, if
1055 * text of the node. The c1 and c2 are the first
2239 * node matches, call self recursively to see whether the rest matches,
2252 register regnode *scan; /* Current node. */
2253 regnode *next; /* Next node. */
2254 regnode *inner; /* Next node i
4308 Perl_regclass_swash(pTHX_ register regnode* node, bool doinit, SV** listsvp, SV **altsvp) argument
[all...]
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c235 xmlNodePtr node; local
276 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL) {
281 if (xmlStrcmp(node->name, DTD_ELEM_BRAND) != 0) {
286 if ((property = xmlGetProp(node, DTD_ATTR_NAME)) == NULL) {
444 xmlNodePtr node; local
451 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL)
454 if (xmlStrcmp(node->name, DTD_ELEM_BRAND) != 0)
457 for (node = node->xmlChildrenNode; node !
765 xmlNodePtr node; local
847 xmlNodePtr node; local
924 xmlNodePtr node; local
973 xmlNodePtr node; local
1068 xmlNodePtr node; local
1145 xmlNodePtr node; local
1193 xmlNodePtr node; local
1271 xmlNodePtr node; local
1307 xmlNodePtr node; local
1325 xmlNodePtr node; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c958 rdsk_node_t *node; local
972 (node = avl_find(r, &tmpnode, NULL)))
973 node->rn_nozpool = B_TRUE;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c127 * Only get sidenames for this node since
129 * the local mddb for a multi-node diskset.
269 char *node = NULL; local
283 node = mynode();
285 if ((strcmp(node, "") == 0) && (sd->sd_flags & MD_SR_AUTO_TAKE)) {
299 node = sr->sr_nodes[j];
304 sideno = getnodeside(node, sd);
309 return (mddserror(ep, MDE_DS_HOSTNOSIDE, sp->setno, node, NULL, node));
328 * Returned record could be for a multi-node se
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c80 Namval_t *node; member in struct:funenv
638 static int set_instance(Shell_t *shp,Namval_t *nq, Namval_t *node, struct Namref *nr) argument
667 memcpy(node,L_ARGNOD,sizeof(*node));
680 static void unset_instance(Namval_t *nq, Namval_t *node, struct Namref *nr,long mode) argument
682 L_ARGNOD->nvalue.nrp = node->nvalue.nrp;
683 L_ARGNOD->nvflag = node->nvflag;
684 L_ARGNOD->nvfun = node->nvfun;
1353 Namval_t node; local
1395 mode = set_instance(shp,nq,&node,
3083 Namval_t node,*mp,*np, *nref[9], **nr=nref; local
3348 Namval_t node; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c446 * delete "curr" node from the "newlist".
454 /* first node in the list */
583 OBJLIST *node, *prev; local
587 node = prev = newlist;
592 while (node != NULL && i < (*numobj)) {
595 rv = PK11Cert2KMFCert(kmfh, node->handle,
607 prev = node;
608 node = node->next;
615 &newlist, &prev, &node);
735 OBJLIST *node = objlist; local
1383 OBJLIST *node = objlist; local
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c213 int (*fcn)(di_node_t node, di_minor_t minor, void *arg),
214 int (*fcn_hp)(di_node_t node, di_hp_t hp, void *arg),
233 static int do_list_common(di_node_t node, di_minor_t minor, void *arg);
234 static int do_list_common_hp(di_node_t node, di_hp_t hp, void *arg);
235 static int do_list_common_impl(di_node_t node, di_minor_t minor,
244 static cfga_err_t mklog_common(di_node_t node, di_minor_t minor,
247 static cfga_err_t null_mklog(di_node_t node, di_minor_t minor,
249 static cfga_err_t mklog_v1(di_node_t node, di_minor_t minor,
251 static cfga_err_t mklog_v2(di_node_t node, di_minor_t minor,
1044 di_node_t node,
1043 null_mklog( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1053 mklog_v1( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1085 mklog_v2( di_node_t node, di_minor_t minor, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1121 mklog_common( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p, size_t len) argument
1149 mklog_hp( di_node_t node, di_hp_t hp, plugin_lib_t *libp, lib_loc_t *liblocp) argument
1471 load_lib( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p) argument
1481 load_lib_hp( di_node_t node, di_hp_t hp, lib_loc_t *libloc_p) argument
1495 load_lib_impl( di_node_t node, di_minor_t minor, di_hp_t hp, lib_loc_t *libloc_p) argument
1622 find_lib( di_node_t node, di_minor_t minor, lib_loc_t *libloc_p) argument
1680 find_lib_hp( di_node_t node, di_hp_t hp, lib_loc_t *libloc_p) argument
1916 find_ap_common( lib_loc_t *libloc_p, const char *physpath, int (*fcn)(di_node_t node, di_minor_t minor, void *arg), int (*fcn_hp)(di_node_t node, di_hp_t hp, void *arg), char **errstring) argument
2046 check_ap( di_node_t node, di_minor_t minor, void *arg) argument
2058 check_ap_hp( di_node_t node, di_hp_t hp, void *arg) argument
2075 check_ap_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
2194 check_ap_phys( di_node_t node, di_minor_t minor, void *arg) argument
2206 check_ap_phys_hp( di_node_t node, di_hp_t hp, void *arg) argument
2222 check_ap_phys_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
2572 do_list_common( di_node_t node, di_minor_t minor, void *arg) argument
2609 do_list_common_hp( di_node_t node, di_hp_t hp, void *arg) argument
2625 do_list_common_impl( di_node_t node, di_minor_t minor, di_hp_t hp, void *arg) argument
[all...]

Completed in 110 milliseconds

1234567891011