Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 211) sorted by relevance

123456789

/minix3/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes_test.cpp85 config::bool_node node; in ATF_TEST_CASE_BODY() local
100 config::bool_node node; in ATF_TEST_CASE_BODY() local
110 config::bool_node node; in ATF_TEST_CASE_BODY() local
123 config::bool_node node; in ATF_TEST_CASE_BODY() local
137 config::bool_node node; in ATF_TEST_CASE_BODY() local
150 config::bool_node node; in ATF_TEST_CASE_BODY() local
161 config::bool_node node; in ATF_TEST_CASE_BODY() local
172 config::bool_node node; in ATF_TEST_CASE_BODY() local
181 config::bool_node node; in ATF_TEST_CASE_BODY() local
192 config::int_node node; in ATF_TEST_CASE_BODY() local
[all …]
/minix3/minix/lib/libvtreefs/
H A Dinode.c19 #define CHECK_INODE(node) \ argument
34 struct inode *node; local
156 struct inode *node; in purge_inode() local
266 get_inode_name(const struct inode * node) in get_inode_name()
280 get_inode_index(const struct inode * node) in get_inode_index()
292 get_inode_slots(const struct inode * node) in get_inode_slots()
304 get_inode_cbdata(const struct inode * node) in get_inode_cbdata()
316 get_parent_inode(const struct inode * node) in get_parent_inode()
334 struct inode *node; in get_first_inode() local
353 struct inode *node; in get_next_inode() local
[all …]
H A Dextra.c36 clear_inode_extra(struct inode * node) in clear_inode_extra()
49 get_inode_extra(const struct inode * node) in get_inode_extra()
H A Dlink.c12 struct inode *node; in fs_rdlink() local
50 struct inode *node; in fs_slink() local
88 struct inode *node; in fs_mknod() local
117 struct inode *dir_node, *node; in fs_unlink() local
H A Dstadir.c13 struct inode *node; in fs_stat() local
51 struct inode *node; in fs_chmod() local
83 struct inode *node; in fs_chown() local
H A Dfile.c49 struct inode *node; in fs_read() local
112 struct inode *node; in fs_write() local
172 struct inode *node; in fs_trunc() local
199 struct inode *node, *child; in fs_getdents() local
/minix3/external/bsd/bind/dist/lib/dns/
H A Drbt.c167 getparent(dns_rbtnode_t *node, file_header_t *header) { in getparent()
175 getleft(dns_rbtnode_t *node, file_header_t *header) { in getleft()
183 getright(dns_rbtnode_t *node, file_header_t *header) { in getright()
191 getdown(dns_rbtnode_t *node, file_header_t *header) { in getdown()
199 getdata(dns_rbtnode_t *node, file_header_t *header) { in getdata()
209 #define PARENT(node) ((node)->parent) argument
210 #define LEFT(node) ((node)->left) argument
211 #define RIGHT(node) ((node)->right) argument
212 #define DOWN(node) ((node)->down) argument
213 #define DATA(node) ((node)->data) argument
[all …]
/minix3/minix/fs/procfs/
H A Dtree.c33 check_owner(struct inode * node, int slot) in check_owner()
74 dir_is_pid(struct inode *node) in dir_is_pid()
155 struct inode *root, *node; in construct_pid_dirs() local
232 struct inode *node; in make_one_pid_entry() local
263 struct inode *node; in make_all_pid_entries() local
316 pid_read(struct inode * node) in pid_read()
341 pid_link(struct inode * __unused node, char * ptr, int max) in pid_link()
403 getdents_hook(struct inode * node, cbdata_t __unused cbdata) in getdents_hook()
423 read_hook(struct inode * node, char * ptr, size_t len, off_t off, in read_hook()
449 rdlink_hook(struct inode * node, char * ptr, size_t max, in rdlink_hook()
/minix3/minix/net/lwip/
H A Drttree.c51 rttree_precompute(struct rttree * tree __unused, struct rttree_node * node) in rttree_precompute()
82 rttree_side(const struct rttree * tree, const struct rttree_node * node, in rttree_side()
173 rttree_add_free(struct rttree * tree, struct rttree_node * node) in rttree_add_free()
190 rttree_del_free(struct rttree * tree, struct rttree_node * node) in rttree_del_free()
211 struct rttree_node * node; in rttree_get_free() local
242 struct rttree_node *node; in rttree_lookup_match() local
283 struct rttree_node *node; in rttree_lookup_host() local
313 struct rttree_node *node; in rttree_lookup_exact() local
346 struct rttree_node *node, *parent; in rttree_enum() local
403 rttree_set(struct rttree * tree, struct rttree_node * node, int type, in rttree_set()
[all …]
/minix3/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c56 cd9660_susp_initialize(iso9660_disk *diskStructure, cd9660node *node, in cd9660_susp_initialize()
101 cd9660_susp_finalize(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize()
137 cd9660_susp_finalize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize_node()
172 cd9660node *node) in cd9660_rrip_finalize_node()
206 cd9660node *node, int space) in cd9660_susp_handle_continuation_common()
285 cd9660_susp_handle_continuation(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_handle_continuation()
298 cd9660_susp_initialize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_initialize_node()
327 cd9660_rrip_initialize_inode(cd9660node *node) in cd9660_rrip_initialize_inode()
373 cd9660_rrip_initialize_node(iso9660_disk *diskStructure, cd9660node *node, in cd9660_rrip_initialize_node()
507 cd9660_createSL(cd9660node *node) in cd9660_createSL()
[all …]
H A Dcd9660_archimedes.c80 archimedes_convert_node(cd9660node *node) in archimedes_convert_node()
119 archimedes_convert_tree(cd9660node *node) in archimedes_convert_tree()
/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Drbt.h1033 #define dns_rbtnode_refinit(node, n) \ argument
1037 #define dns_rbtnode_refdestroy(node) \ argument
1041 #define dns_rbtnode_refcurrent(node) \ argument
1043 #define dns_rbtnode_refincrement0(node, refs) \ argument
1047 #define dns_rbtnode_refincrement(node, refs) \ argument
1051 #define dns_rbtnode_refdecrement(node, refs) \ argument
1056 #define dns_rbtnode_refinit(node, n) ((node)->references = (n)) argument
1057 #define dns_rbtnode_refdestroy(node) REQUIRE((node)->references == 0) argument
1058 #define dns_rbtnode_refcurrent(node) ((node)->references) argument
1062 dns_rbtnode_refincrement0(dns_rbtnode_t *node, unsigned int *refs) { in dns_rbtnode_refincrement0()
[all …]
/minix3/crypto/external/bsd/libsaslc/dist/src/
H A Ddict.c134 saslc__dict_list_node_destroy(saslc__dict_node_t *node) in saslc__dict_list_node_destroy()
154 saslc__dict_node_t *node; in saslc__dict_get_node_by_key() local
190 saslc__dict_node_t *node; in saslc__dict_remove() local
211 saslc__dict_node_t *node; in saslc__dict_get() local
229 saslc__dict_node_t *node; in saslc__dict_get_len() local
272 saslc__dict_node_t *node; in saslc__dict_insert() local
H A Dmech.c102 saslc__mech_list_node_t *node = NULL; in saslc__mech_list_create() local
140 saslc__mech_list_node_t *node; in saslc__mech_list_get() local
156 saslc__mech_list_node_t *node; in saslc__mech_list_destroy() local
/minix3/minix/servers/mib/
H A Dtree.c37 struct mib_node *node; in mib_find() local
92 int id, const struct mib_node * node) in mib_copyout_node()
184 struct mib_node *node; in mib_query() local
282 struct mib_node *node; in mib_scan() local
427 mib_upgrade(struct mib_node * node) in mib_upgrade()
491 struct mib_node *node; in mib_create() local
785 mib_remove(struct mib_node * node, struct mib_dynode ** prevp) in mib_remove()
843 struct mib_node *node; in mib_destroy() local
927 int id, const struct mib_node * node) in mib_copyout_desc()
977 struct mib_node *node; in mib_describe() local
[all …]
H A Dhw.c19 mib_hw_physmem(struct mib_call * call __unused, struct mib_node * node, in mib_hw_physmem()
46 mib_hw_usermem(struct mib_call * call __unused, struct mib_node * node, in mib_hw_usermem()
136 mib_hw_init(struct mib_node * node) in mib_hw_init()
/minix3/minix/lib/liblwip/dist/src/apps/snmp/
H A Dsnmp_mib2_snmp.c49 snmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmp_get_value()
156 snmp_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_test()
174 snmp_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_value()
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dpcy_node.c99 X509_POLICY_NODE *node; in level_find_node() local
116 X509_POLICY_NODE *node; in level_add_node() local
159 void policy_node_free(X509_POLICY_NODE *node) in policy_node_free()
170 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) in policy_node_match()
H A Dpcy_tree.c78 X509_POLICY_NODE *node, int indent) in expected_print()
102 X509_POLICY_NODE *node; in tree_print() local
310 X509_POLICY_NODE *node; in tree_link_matching_nodes() local
369 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
395 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
436 X509_POLICY_NODE *node; in tree_link_any() local
491 X509_POLICY_NODE *node; in tree_prune() local
565 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
609 X509_POLICY_NODE *node; in tree_calculate_user_set() local
687 static void exnode_free(X509_POLICY_NODE *node) in exnode_free()
/minix3/include/
H A Dsearch.h46 typedef struct node { struct
48 struct node *llink, *rlink; argument
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch-test.c19 struct node { struct
41 return strcmp(((const struct node *) node1)->string, in node_compare() argument
H A Dtsearch.c24 typedef struct node { struct
26 struct node *llink, *rlink; argument
/minix3/usr.bin/find/
H A Doperator.c62 PLAN *node; /* top node removed from the plan */ in yanknode() local
81 PLAN *node; /* pointer to returned node or expression */ in yankexpr() local
171 PLAN *node; /* temporary node used in N_NOT processing */ in not_squish() local
/minix3/usr.bin/ctags/
H A Dtree.c101 add_node(NODE *node, NODE *cur_node) in add_node()
131 free_tree(NODE *node) in free_tree()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dproperty-dot-reference.mm9 - (const TFENode&) node; method
13 - (const TFENode&) node { method

123456789