Home
last modified time | relevance | path

Searched defs:node_name (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl2/dtc/dist/
H A Dfdtput.c155 static int store_key_value(char **blob, const char *node_name, in store_key_value()
232 static int create_node(char **blob, const char *node_name) in create_node()
271 static int delete_prop(char *blob, const char *node_name, const char *prop_name) in delete_prop()
297 static int delete_node(char *blob, const char *node_name) in delete_node()
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dtoc.c45 toc_add_entry (char *tocname, int level, char *node_name, char *anchor) in toc_add_entry()
/netbsd/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.c64 const char *node_name[2]; member
/netbsd/sbin/iscsid/
H A Discsid_driverif.c40 iscsid_set_node_name_req_t node_name; variable
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dxml-utils.c328 const char *node_name) in get_node_text()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.h274 char *node_name; /* name of machine on which experiment is run */ variable
/netbsd/sys/dev/fdt/
H A Dausoc.c438 const char *node_name = fdtbus_get_string(link_phandle, "name"); in ausoc_attach_link() local
/netbsd/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py322 def node_name(self): member in ExplodedNode