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

<<11

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c46 /* nilfs btree node flag. */
49 /* nilfs btree node level. */
257 /* nilfs extra padding for nonroot btree node. */
395 grub_nilfs2_btree_get_level (struct grub_nilfs2_btree_node *node)
397 return node->bn_level;
401 grub_nilfs2_btree_node_dkeys (struct grub_nilfs2_btree_node *node)
403 return (node->keys +
404 ((node->bn_flags & NILFS_BTREE_NODE_ROOT) ?
409 grub_nilfs2_btree_node_get_key (struct grub_nilfs2_btree_node *node,
412 return grub_le_to_cpu64 (*(grub_nilfs2_btree_node_dkeys (node)
394 grub_nilfs2_btree_get_level(struct grub_nilfs2_btree_node *node) argument
400 grub_nilfs2_btree_node_dkeys(struct grub_nilfs2_btree_node *node) argument
408 grub_nilfs2_btree_node_get_key(struct grub_nilfs2_btree_node *node, int index) argument
415 grub_nilfs2_btree_node_lookup(struct grub_nilfs2_btree_node *node, grub_uint64_t key, int *indexp) argument
459 grub_nilfs2_btree_node_nchildren_max(struct grub_nilfs2_data *data, struct grub_nilfs2_btree_node *node) argument
471 grub_nilfs2_btree_node_dptrs(struct grub_nilfs2_data *data, struct grub_nilfs2_btree_node *node) argument
480 grub_nilfs2_btree_node_get_ptr(struct grub_nilfs2_data *data, struct grub_nilfs2_btree_node *node, int index) argument
504 struct grub_nilfs2_btree_node *node; local
610 grub_nilfs2_read_block(grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
629 grub_nilfs2_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
836 grub_nilfs2_read_symlink(grub_fshelp_node_t node) argument
865 grub_nilfs2_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
1040 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
H A Dudf.c388 struct grub_fshelp_node *node)
401 &node->fe))
404 if ((U16 (node->fe.tag.tag_ident) != GRUB_UDF_TAG_IDENT_FE) &&
405 (U16 (node->fe.tag.tag_ident) != GRUB_UDF_TAG_IDENT_EFE))
408 node->part_ref = icb->block.part_ref;
409 node->data = data;
414 grub_udf_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock) argument
421 switch (U16 (node->fe.tag.tag_ident))
424 ptr = (char *) &node->fe.ext_attr[0] + U32 (node
386 grub_udf_read_icb(struct grub_udf_data *data, struct grub_udf_long_ad *icb, struct grub_fshelp_node *node) argument
555 grub_udf_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
831 grub_udf_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
918 grub_ufs_read_symlink(grub_fshelp_node_t node) argument
949 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
1055 struct grub_fshelp_node *node = (struct grub_fshelp_node *) file->data; local
1065 struct grub_fshelp_node *node = (struct grub_fshelp_node *) file->data; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h233 /* Node type, These are used by token, node, tree. */
494 Otherwise `type' indicate the type of this node. */
551 /* If this state has backreference node(s). */
573 /* Store information about the node NODE whose type is OP_CLOSE_SUBEXP. */
577 Idx node; member in struct:__anon470
582 /* Store information about the node NODE whose type is OP_OPEN_SUBEXP.
583 And information about the node, whose type is OP_CLOSE_SUBEXP,
589 Idx node; member in struct:__anon471
598 Idx node; member in struct:re_backref_cache_entry
646 Idx node; member in struct:re_fail_stack_ent_t
[all...]
H A Dregexec.c25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
30 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
33 Idx node, Idx str_idx)
112 Idx node, Idx str_idx,
202 const re_token_t *node, Idx idx)
720 if nmatch > 1, or this dfa has "multibyte node", which is a
721 back-reference or a node which can accept multibyte character or
1249 check_halt_node_context (const re_dfa_t *dfa, Idx node, unsigned int context)
1251 re_token_type_t type = dfa->nodes[node].type;
1252 unsigned int constraint = dfa->nodes[node]
1246 check_halt_node_context(const re_dfa_t *dfa, Idx node, unsigned int context) argument
1287 proceed_next_node(const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, Idx *pidx, Idx node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1881 sub_epsilon_src_nodes(const re_dfa_t *dfa, Idx node, re_node_set *dest_nodes, const re_node_set *candidates) argument
1977 Idx node = eclosures->elems[node_idx]; local
2101 Idx node = dest_nodes->elems[node_idx]; local
2125 Idx node = dest_nodes->elems[node_idx]; local
2145 Idx node = dest_nodes->elems[node_idx]; local
2171 Idx node_idx, node; local
2478 Idx node = cur_nodes->elems[node_idx]; local
2620 const re_token_t *node = dfa->nodes + node_idx; local
2908 const re_token_t *node = dfa->nodes + cls_node; local
3603 re_token_t *node = &dfa->nodes[cur_nodes->elems[i]]; local
3784 const re_token_t *node = dfa->nodes + node_idx; local
4086 check_node_accept(const re_match_context_t *mctx, const re_token_t *node, Idx idx) argument
4279 match_ctx_add_entry(re_match_context_t *mctx, Idx node, Idx str_idx, Idx from, Idx to) argument
4351 match_ctx_add_subtop(re_match_context_t *mctx, Idx node, Idx str_idx) argument
4381 match_ctx_add_sublast(re_sub_match_top_t *subtop, Idx node, Idx str_idx) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c219 * Will allocate space for new node and copy args into new space.
221 * Returns pointer to new node.
300 * node, doing the appropriate old-tail-next-pointer bookkeeping.
328 * Will allocate space for new node and copy args into new space.
330 * Returns pointer to new node.
364 * node, doing the appropriate old-tail-next-pointer bookkeeping.
389 * Returns a pointer to the did_list node if a match was
1435 * Will allocate space for new node AND populate it by extracting disks with
1438 * Returns pointer to new node.
1498 * Iterator to walk the minor node tre
1502 add_disk_names(di_node_t node, di_minor_t minor, void *args) argument
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c360 * Copy found node wwn data to this new entry
555 * node in the list.
938 * al_pa, hard address, node/port WWN etc.
1510 * g_get_dev_list to get the device node list of fc_port_dev_t.
1511 * g_get_host_params to get the fca port node of fc_port_dev_t.
1515 * Move device node and fca port node to
1523 * Move device node and fca port node to
1899 * port WWN, node WW
5439 di_node_t node; local
5536 di_node_t node; local
5694 get_wwn_data(di_node_t node, uchar_t **nwwn, uchar_t **pwwn) argument
5844 my_devfs_path(di_node_t node) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c296 ses_enum_chassis_t *cp, tnode_t *node, nvlist_t *props);
821 * Return a current instance of the node. This is somewhat complicated because
971 * Sets standard properties for a ses node (enclosure, bay, controller
974 * authority information. When the fru topo node(frutn) is not NULL
1069 * state. We then scan the parent bay node's SAS address array to determine
1070 * possible attached SAS addresses. We create a disk node if the disk is not
1072 * find the SAS address, we create a disk node and also correlate it with
1073 * the corresponding Solaris device node to fill in the rest of the data.
1185 * Call the disk enumerator to create a disk node under the given bay.
1191 /* There should be a single child disk node i
1321 ses_check_facility_mgmt(topo_mod_t *mod, ses_enum_chassis_t *cp, tnode_t *node, nvlist_t *props) argument
1473 ses_create_generic(ses_enum_data_t *sdp, ses_enum_chassis_t *cp, ses_enum_node_t *snp, tnode_t *pnode, tnode_t *frutn, const char *nodename, const char *labelname, tnode_t **node) argument
2954 is_type_enumerated(ses_phys_tree_t *node, int *index) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c418 /* Macros for recording node offsets. 20001227 mjd@plover.com
420 * element 2*n-1 of the array. Element #2n holds the byte length node #n.
428 #define Set_Node_Offset_To_R(node,byte) STMT_START { \
430 MJD_OFFSET_DEBUG(("** (%d) offset of node %d is %d.\n", \
431 __LINE__, (node), (byte))); \
432 if((node) < 0) { \
433 Perl_croak(aTHX_ "value of node is %d in Offset macro", node); \
435 RExC_offsets[2*(node)-1] = (byte); \
440 #define Set_Node_Offset(node,byt
2529 U8 node = ((p - parens) % 2) ? UNLESSM : IFMATCH; local
4530 S_dumpuntil(pTHX_ regnode *start, regnode *node, regnode *last, SV* sv, I32 l) argument
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c190 ush dad; /* father node in Huffman tree */
1785 /* Index within the heap array of least frequent node in the Huffman tree */
1808 * Restore the heap property by moving down the tree starting at node k,
1809 * exchanging a node with the smallest of its two sons if necessary, stopping
1816 int k; /* node to move down */
1879 if (n > max_code) continue; /* not a leaf node */
1986 int node; /* new node being created */ local
2009 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
2010 tree[node]
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c669 * Open control node for stmf
755 * Open control node for stmf
846 * Open control node for stmf
1199 * Open control node for stmf
1330 * Open control node for stmf
1422 * Open control node for stmf
1537 * Open control node for stmf
1670 * Open control node for sbd
1925 * Open control node for sbd
2141 * Open control node fo
6499 stmfGetAluaState(boolean_t *enabled, uint32_t *node) argument
6561 stmfSetAluaState(boolean_t enabled, uint32_t node) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c918 zfs_node_t *node; local
922 node = avl_find(avl, &search, NULL);
923 if (node) {
930 zfs_close(node->zn_handle);
931 avl_remove(avl, node);
932 free(node);
935 node = zfs_alloc(zhp->zfs_hdl, sizeof (zfs_node_t));
936 node->zn_handle = zhp;
937 avl_add(avl, node);
968 zfs_node_t *node; local
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1022 xmlNodePtr node; local
1023 node = xmlNewComment((xmlChar *) comment);
1025 if (node != NULL)
1026 (void) xmlAddPrevSibling(handle->zone_dh_top, node);
2125 newprop(zone_dochandle_t handle, xmlNodePtr node, const xmlChar *attrname, argument
2136 err = can_set_prop(handle, dtd_to_rt(node->name), (char *)attrname,
2152 if (brand_get_fixed_prop(bh, dtd_to_rt(node->name),
2167 newattr = xmlNewProp(node, attrname, (xmlChar *)src);
2169 xmlUnlinkNode(node);
2170 xmlFreeNode(node);
[all...]

Completed in 96 milliseconds

<<11