taglinefilesource code
node680arch/m68k/amiga/amifb.cstatic int node;        /* node of the /dev/fb?current file */
node2734arch/m68k/amiga/amifb.cerr=register_framebuffer("Amiga Builtin", &node, &mono_amiga_fb_ops,  mono_num_mono_amiga_fb_predefined,
node4907arch/m68k/amiga/amifb.cerr = register_framebuffer(amiga_fb_name, &node, &amiga_fb_ops,
node73arch/m68k/atari/atafb.cstatic int node;    /* node of the /dev/fb?current file */
node2806arch/m68k/atari/atafb.cerr=register_framebuffer("Atari Builtin", &node, &atari_fb_ops, 
node57arch/m68k/kernel/ints.cvoid insert_isr (isr_node_t **listp, isr_node_t *node)
node67arch/m68k/kernel/ints.cwhile (cur && cur->pri <= node->pri)
node73arch/m68k/kernel/ints.cnode->next = cur;
node74arch/m68k/kernel/ints.c*listp = node;
node15arch/sparc/kernel/auxio.cint node, auxio_nd;
node18arch/sparc/kernel/auxio.cnode = prom_getchild(prom_root_node);
node19arch/sparc/kernel/auxio.cauxio_nd = prom_searchsiblings(node, "auxiliary-io");
node21arch/sparc/kernel/auxio.cnode = prom_searchsiblings(node, "obio");
node22arch/sparc/kernel/auxio.cnode = prom_getchild(node);
node23arch/sparc/kernel/auxio.cauxio_nd = prom_searchsiblings(node, "auxio");
node97arch/sparc/kernel/tadpole.cunsigned int node, clk_nd;
node103arch/sparc/kernel/tadpole.cnode = prom_getchild(prom_root_node);
node104arch/sparc/kernel/tadpole.cnode = prom_searchsiblings(node, "obio");
node105arch/sparc/kernel/tadpole.cnode = prom_getchild(node);
node106arch/sparc/kernel/tadpole.cclk_nd = prom_searchsiblings(node, "clk-ctrl");
node90arch/sparc/kernel/time.cregister int node, type;
node96arch/sparc/kernel/time.cnode = 0;
node102arch/sparc/kernel/time.cnode = prom_getchild(prom_root_node);
node105arch/sparc/kernel/time.cnode=prom_getchild(prom_searchsiblings(prom_getchild(prom_root_node), "obio"));
node109arch/sparc/kernel/time.cprom_getstring(node, "model", node_str, sizeof(node_str));
node112arch/sparc/kernel/time.cif(prom_getproperty(node, "reg", (char *) clk_reg, sizeof(clk_reg)) == -1) {
node128arch/sparc/kernel/time.cif(prom_getproperty(node, "reg", (char *) clk_reg,
node144arch/sparc/kernel/time.cnode = prom_getsibling(node);
node145arch/sparc/kernel/time.cif(node == 0) {
node71arch/sparc/prom/memory.cint node = 0;
node111arch/sparc/prom/memory.cnode = prom_getchild(prom_root_node);
node112arch/sparc/prom/memory.cnode = prom_searchsiblings(node, "memory");
node113arch/sparc/prom/memory.cnum_regs = prom_getproperty(node, "available",
node127arch/sparc/prom/memory.cnum_regs = prom_getproperty(node, "reg",
node141arch/sparc/prom/memory.cnode = prom_getchild(prom_root_node);
node142arch/sparc/prom/memory.cnode = prom_searchsiblings(node, "virtual-memory");
node143arch/sparc/prom/memory.cnum_regs = prom_getproperty(node, "available",
node74arch/sparc/prom/ranges.cint node, obio_node, sbus_node;
node81arch/sparc/prom/ranges.cnode = prom_getchild(prom_root_node);
node82arch/sparc/prom/ranges.cobio_node = prom_searchsiblings(node, "obio");
node83arch/sparc/prom/ranges.csbus_node = prom_searchsiblings(node, "iommu");
node20arch/sparc/prom/tree.cprom_getchild(int node)
node28arch/sparc/prom/tree.cif(node == -1) return 0;
node29arch/sparc/prom/tree.ccnode = prom_nodeops->no_child(node);
node38arch/sparc/prom/tree.cprom_getsibling(int node)
node46arch/sparc/prom/tree.cif(node == -1) return 0;
node47arch/sparc/prom/tree.csibnode = prom_nodeops->no_nextnode(node);
node56arch/sparc/prom/tree.cprom_getproplen(int node, char *prop)
node62arch/sparc/prom/tree.cif((!node) || (!prop)) return -1;
node63arch/sparc/prom/tree.creturn prom_nodeops->no_proplen(node, prop);
node71arch/sparc/prom/tree.cprom_getproperty(int node, char *prop, char *buffer, int bufsize)
node79arch/sparc/prom/tree.cplen = prom_getproplen(node, prop);
node83arch/sparc/prom/tree.creturn prom_nodeops->no_getprop(node, prop, buffer);
node90arch/sparc/prom/tree.cprom_getint(int node, char *prop)
node98arch/sparc/prom/tree.cif(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1)
node109arch/sparc/prom/tree.cprom_getintdefault(int node, char *property, int deflt)
node117arch/sparc/prom/tree.cretval = prom_getint(node, property);
node125arch/sparc/prom/tree.cprom_getbool(int node, char *prop)
node133arch/sparc/prom/tree.cretval = prom_getproplen(node, prop);
node143arch/sparc/prom/tree.cprom_getstring(int node, char *prop, char *user_buf, int ubuf_size)
node151arch/sparc/prom/tree.clen = prom_getproperty(node, prop, user_buf, ubuf_size);
node162arch/sparc/prom/tree.cprom_nodematch(int node, char *name)
node165arch/sparc/prom/tree.cprom_getproperty(node, "name", namebuf, sizeof(namebuf));
node193arch/sparc/prom/tree.cprom_firstprop(int node)
node195arch/sparc/prom/tree.cif(node == -1) return "";
node196arch/sparc/prom/tree.creturn prom_nodeops->no_nextprop(node, (char *) 0x0);
node204arch/sparc/prom/tree.cprom_nextprop(int node, char *oprop)
node206arch/sparc/prom/tree.cif(node == -1) return "";
node207arch/sparc/prom/tree.creturn prom_nodeops->no_nextprop(node, oprop);
node211arch/sparc/prom/tree.cprom_node_has_property(int node, char *prop)
node216arch/sparc/prom/tree.ccurrent_property = prom_nextprop(node, current_property);
node227arch/sparc/prom/tree.cprom_setprop(int node, char *pname, char *value, int size)
node231arch/sparc/prom/tree.creturn prom_nodeops->no_setprop(node, pname, value, size);
node34drivers/char/fbmem.c#define GET_FB_IDX(node) (MINOR(node) >> FB_MODES_SHIFT)
node35drivers/char/fbmem.c#define GET_FB_VAR_IDX(node) (MINOR(node) & ((1 << FB_MODES_SHIFT)-1)) 
node259drivers/char/fbmem.cregister_framebuffer(char *id, int *node, struct fb_ops *fbops, int fbvar_num, 
node271drivers/char/fbmem.c*node=GET_INODE(i);
node276drivers/char/fbmem.cunregister_framebuffer(int node)
node278drivers/char/fbmem.cint i=GET_FB_IDX(node);
node162drivers/char/mem.cstatic int read_null(struct inode * node, struct file * file, char * buf, int count)
node172drivers/char/mem.cstatic int read_zero(struct inode * node, struct file * file, char * buf, int count)
node192drivers/char/mem.cstatic int read_full(struct inode * node, struct file * file, char * buf,int count)
node80drivers/sbus/dvma.cdma->node = dma->SBus_dev->prom_node;
node104include/asm-m68k/irq.hextern void insert_isr (isr_node_t **listp, isr_node_t *node);
node56include/asm-sparc/dma.hint node;                /* Prom node for this DMA device */
node175include/asm-sparc/openprom.hint (*no_nextnode)(int node);
node176include/asm-sparc/openprom.hint (*no_child)(int node);
node177include/asm-sparc/openprom.hint (*no_proplen)(int node, char *name);
node178include/asm-sparc/openprom.hint (*no_getprop)(int node, char *name, char *val);
node179include/asm-sparc/openprom.hint (*no_setprop)(int node, char *name, char *val, int len);
node180include/asm-sparc/openprom.hchar * (*no_nextprop)(int node, char *name);
node219include/asm-sparc/oplib.hextern int prom_getsibling(int node);
node233include/asm-sparc/oplib.hextern int prom_getint(int node, char *property);
node236include/asm-sparc/oplib.hextern int prom_getintdefault(int node, char *property, int defval);
node239include/asm-sparc/oplib.hextern int prom_getbool(int node, char *prop);
node242include/asm-sparc/oplib.hextern void prom_getstring(int node, char *prop, char *buf, int bufsize);
node255include/asm-sparc/oplib.hextern char *prom_firstprop(int node);
node260include/asm-sparc/oplib.hextern char *prom_nextprop(int node, char *prev_property);
node263include/asm-sparc/oplib.hextern int prom_node_has_property(int node, char *property);
node268include/asm-sparc/oplib.hextern int prom_setprop(int node, char *prop_name, char *prop_value,
node11include/linux/lists.h#define DNODE_SINGLE(node) {(node),(node)}
node21include/linux/lists.h#define DLIST_INSERT_AFTER(node, new, listnam)  do {    \
node22include/linux/lists.h(new)->listnam.dl_prev = (node);      \
node23include/linux/lists.h(new)->listnam.dl_next = (node)->listnam.dl_next;  \
node24include/linux/lists.h(node)->listnam.dl_next->listnam.dl_prev = (new);  \
node25include/linux/lists.h(node)->listnam.dl_next = (new);      \
node28include/linux/lists.h#define DLIST_INSERT_BEFORE(node, new, listnam)  do {    \
node29include/linux/lists.h(new)->listnam.dl_next = (node);      \
node30include/linux/lists.h(new)->listnam.dl_prev = (node)->listnam.dl_prev;  \
node31include/linux/lists.h(node)->listnam.dl_prev->listnam.dl_next = (new);  \
node32include/linux/lists.h(node)->listnam.dl_prev = (new);      \
node35include/linux/lists.h#define DLIST_DELETE(node, listnam)  do {    \
node36include/linux/lists.hnode->listnam.dl_prev->listnam.dl_next =    \
node37include/linux/lists.hnode->listnam.dl_next;        \
node38include/linux/lists.hnode->listnam.dl_next->listnam.dl_prev =    \
node39include/linux/lists.hnode->listnam.dl_prev;        \
node68include/linux/ncp.h__u8  node[IPX_NODE_LEN]     __attribute__ ((packed));
node22include/net/ipx.hunsigned char  node[IPX_NODE_LEN]; 
node107include/net/sock.hunsigned char           node[IPX_NODE_LEN];
node248mm/mmap.cstatic inline void avl_neighbours (struct vm_area_struct * node, struct vm_area_struct * tree, struct vm_area_struct ** to_the_left, struct vm_area_struct ** to_the_right)
node250mm/mmap.cvm_avl_key_t key = node->vm_avl_key;
node268mm/mmap.cif (tree != node) {
node273mm/mmap.cstruct vm_area_struct * node;
node274mm/mmap.cfor (node = tree->vm_avl_left; node->vm_avl_right != avl_empty; node = node->vm_avl_right)
node276mm/mmap.c*to_the_left = node;
node279mm/mmap.cstruct vm_area_struct * node;
node280mm/mmap.cfor (node = tree->vm_avl_right; node->vm_avl_left != avl_empty; node = node->vm_avl_left)
node282mm/mmap.c*to_the_right = node;
node284mm/mmap.cif ((*to_the_left && ((*to_the_left)->vm_next != node)) || (node->vm_next != *to_the_right))
node298mm/mmap.cstruct vm_area_struct * node = *nodeplace;
node299mm/mmap.cstruct vm_area_struct * nodeleft = node->vm_avl_left;
node300mm/mmap.cstruct vm_area_struct * noderight = node->vm_avl_right;
node320mm/mmap.cnode->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node;
node321mm/mmap.cnodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright);
node334mm/mmap.cnode->vm_avl_left = nodeleftright->vm_avl_right;
node336mm/mmap.cnodeleftright->vm_avl_right = node;
node337mm/mmap.cnodeleft->vm_avl_height = node->vm_avl_height = heightleftright;
node348mm/mmap.cnode->vm_avl_right = noderightleft; noderight->vm_avl_left = node;
node349mm/mmap.cnoderight->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightrightleft);
node353mm/mmap.cnode->vm_avl_right = noderightleft->vm_avl_left;
node355mm/mmap.cnoderightleft->vm_avl_left = node;
node356mm/mmap.cnoderight->vm_avl_height = node->vm_avl_height = heightrightleft;
node363mm/mmap.cif (height == node->vm_avl_height)
node365mm/mmap.cnode->vm_avl_height = height;
node379mm/mmap.cstruct vm_area_struct * node = *nodeplace;
node380mm/mmap.cif (node == avl_empty)
node383mm/mmap.cif (key < node->vm_avl_key)
node384mm/mmap.cnodeplace = &node->vm_avl_left;
node386mm/mmap.cnodeplace = &node->vm_avl_right;
node408mm/mmap.cstruct vm_area_struct * node = *nodeplace;
node409mm/mmap.cif (node == avl_empty)
node412mm/mmap.cif (key < node->vm_avl_key) {
node413mm/mmap.c*to_the_right = node;
node414mm/mmap.cnodeplace = &node->vm_avl_left;
node416mm/mmap.c*to_the_left = node;
node417mm/mmap.cnodeplace = &node->vm_avl_right;
node437mm/mmap.cstruct vm_area_struct * node = *nodeplace;
node438mm/mmap.cif (node == avl_empty) {
node444mm/mmap.cif (key == node->vm_avl_key)
node446mm/mmap.cif (key < node->vm_avl_key)
node447mm/mmap.cnodeplace = &node->vm_avl_left;
node449mm/mmap.cnodeplace = &node->vm_avl_right;
node459mm/mmap.cstruct vm_area_struct * node;
node461mm/mmap.cnode = *nodeplace;
node462mm/mmap.cif (node->vm_avl_right == avl_empty)
node465mm/mmap.cnodeplace = &node->vm_avl_right;
node467mm/mmap.c*nodeplace = node->vm_avl_left;
node469mm/mmap.cnode->vm_avl_left = node_to_delete->vm_avl_left;
node470mm/mmap.cnode->vm_avl_right = node_to_delete->vm_avl_right;
node471mm/mmap.cnode->vm_avl_height = node_to_delete->vm_avl_height;
node472mm/mmap.c*nodeplace_to_delete = node; /* replace node_to_delete */
node473mm/mmap.c*stack_ptr_to_delete = &node->vm_avl_left; /* replace &node_to_delete->vm_avl_left */
node490net/appletalk/ddp.cstatic struct atalk_iface *atalk_find_anynet(int node, struct device *dev)
node497net/appletalk/ddp.cif ( node == ATADDR_BCAST || iface->address.s_node == node ) 
node507net/appletalk/ddp.cstatic struct atalk_iface *atalk_find_interface(int net, int node)
node512net/appletalk/ddp.cif((node==ATADDR_BCAST || iface->address.s_node==node) 
node126net/bridge/br_tree.cstruct fdb * node = *nodeplace;
node127net/bridge/br_tree.cstruct fdb * nodeleft = node->fdb_avl_left;
node128net/bridge/br_tree.cstruct fdb * noderight = node->fdb_avl_right;
node148net/bridge/br_tree.cnode->fdb_avl_left = nodeleftright; 
node149net/bridge/br_tree.cnodeleft->fdb_avl_right = node;
node150net/bridge/br_tree.cnodeleft->fdb_avl_height = 1 + (node->fdb_avl_height = 1 + heightleftright);
node163net/bridge/br_tree.cnode->fdb_avl_left = nodeleftright->fdb_avl_right;
node165net/bridge/br_tree.cnodeleftright->fdb_avl_right = node;
node166net/bridge/br_tree.cnodeleft->fdb_avl_height = node->fdb_avl_height = heightleftright;
node176net/bridge/br_tree.cnode->fdb_avl_right = noderightleft; 
node177net/bridge/br_tree.cnoderight->fdb_avl_left = node;
node178net/bridge/br_tree.cnoderight->fdb_avl_height = 1 + (node->fdb_avl_height = 1 + heightrightleft);
node182net/bridge/br_tree.cnode->fdb_avl_right = noderightleft->fdb_avl_left;
node184net/bridge/br_tree.cnoderightleft->fdb_avl_left = node;
node185net/bridge/br_tree.cnoderight->fdb_avl_height = node->fdb_avl_height = heightrightleft;
node191net/bridge/br_tree.cif (height == node->fdb_avl_height)
node193net/bridge/br_tree.cnode->fdb_avl_height = height;
node212net/bridge/br_tree.cstruct fdb *node;
node214net/bridge/br_tree.cnode = *nodeplace;
node215net/bridge/br_tree.cif (node == avl_br_empty)
node218net/bridge/br_tree.cif (addr_cmp(new_node->ula, node->ula) == 0) { /* update */
node219net/bridge/br_tree.cnode->flags = new_node->flags;
node220net/bridge/br_tree.cnode->timer = new_node->timer;  
node223net/bridge/br_tree.cif (addr_cmp(new_node->ula, node->ula) < 0) {
node224net/bridge/br_tree.cnodeplace = &node->fdb_avl_left;
node226net/bridge/br_tree.cnodeplace = &node->fdb_avl_right;
node264net/bridge/br_tree.cstruct fdb * node = *nodeplace;
node265net/bridge/br_tree.cif (node == avl_br_empty) {
node271net/bridge/br_tree.cif (addr_cmp(node_to_delete->ula, node->ula) == 0)
node273net/bridge/br_tree.cif (addr_cmp(node_to_delete->ula, node->ula) < 0)
node274net/bridge/br_tree.cnodeplace = &node->fdb_avl_left;
node276net/bridge/br_tree.cnodeplace = &node->fdb_avl_right;
node286net/bridge/br_tree.cstruct fdb * node;
node288net/bridge/br_tree.cnode = *nodeplace;
node289net/bridge/br_tree.cif (node->fdb_avl_right == avl_br_empty)
node292net/bridge/br_tree.cnodeplace = &node->fdb_avl_right;
node294net/bridge/br_tree.c*nodeplace = node->fdb_avl_left;
node296net/bridge/br_tree.cnode->fdb_avl_left = node_to_delete->fdb_avl_left;
node297net/bridge/br_tree.cnode->fdb_avl_right = node_to_delete->fdb_avl_right;
node298net/bridge/br_tree.cnode->fdb_avl_height = node_to_delete->fdb_avl_height;
node299net/bridge/br_tree.c*nodeplace_to_delete = node; /* replace node_to_delete */
node300net/bridge/br_tree.c*stack_ptr_to_delete = &node->fdb_avl_left; /* replace &node_to_delete->fdb_avl_left */
node276net/ipx/af_ipx.cunsigned char *node, unsigned short port)
node283net/ipx/af_ipx.c&& (memcmp(node, s->protinfo.af_ipx.node, IPX_NODE_LEN) == 0))
node389net/ipx/af_ipx.cint is_broadcast = (memcmp(ipx->ipx_dest.node, ipx_broadcast_node,
node398net/ipx/af_ipx.c|| (memcmp(ipx->ipx_dest.node, s->protinfo.af_ipx.node,
node573net/ipx/af_ipx.cstatic int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
node602net/ipx/af_ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
node620net/ipx/af_ipx.cif (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) 
node664net/ipx/af_ipx.cif (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) 
node667net/ipx/af_ipx.cmemcpy(dest_node, &(node[IPX_NODE_LEN-addr_len]), addr_len);
node779net/ipx/af_ipx.cif ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) 
node780net/ipx/af_ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) 
node1101net/ipx/af_ipx.cipxrtr_add_route(unsigned long network, ipx_interface *intrfc, unsigned char *node)
node1119net/ipx/af_ipx.cif (node == NULL) {
node1123net/ipx/af_ipx.cmemcpy(rt->ir_router_node, node, IPX_NODE_LEN);
node1290net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, sk->protinfo.af_ipx.node, IPX_NODE_LEN);
node1296net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, intrfc->if_node, IPX_NODE_LEN);
node1301net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, sk->protinfo.af_ipx.intrfc->if_node, IPX_NODE_LEN);
node1306net/ipx/af_ipx.cmemcpy(ipx->ipx_dest.node,usipx->sipx_node,IPX_NODE_LEN);
node1329net/ipx/af_ipx.crt->ir_router_node : ipx->ipx_dest.node);
node1347net/ipx/af_ipx.cr->ir_router_node : ipx->ipx_dest.node);
node1482net/ipx/af_ipx.cs->protinfo.af_ipx.node[0],
node1483net/ipx/af_ipx.cs->protinfo.af_ipx.node[1], 
node1484net/ipx/af_ipx.cs->protinfo.af_ipx.node[2], 
node1485net/ipx/af_ipx.cs->protinfo.af_ipx.node[3], 
node1486net/ipx/af_ipx.cs->protinfo.af_ipx.node[4], 
node1487net/ipx/af_ipx.cs->protinfo.af_ipx.node[5],
node1500net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[0],
node1501net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[1], 
node1502net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[2],
node1503net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[3], 
node1504net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[4],
node1505net/ipx/af_ipx.cs->protinfo.af_ipx.dest_addr.node[5],
node1806net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node,
node1811net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, addr->sipx_node, IPX_NODE_LEN);
node1814net/ipx/af_ipx.csk->protinfo.af_ipx.node, 
node1830net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node, 
node1896net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.dest_addr.node,
node1934net/ipx/af_ipx.cmemcpy(sipx.sipx_node,addr->node,IPX_NODE_LEN);
node1940net/ipx/af_ipx.cmemcpy(sipx.sipx_node, sk->protinfo.af_ipx.node, IPX_NODE_LEN);
node1996net/ipx/af_ipx.cstr,ntohl(p->net),p->node[0],p->node[1],p->node[2],
node1997net/ipx/af_ipx.cp->node[3],p->node[4],p->node[5],ntohs(p->sock));
node2104net/ipx/af_ipx.cmemcpy(usipx->sipx_node,sk->protinfo.af_ipx.dest_addr.node,IPX_NODE_LEN);
node2149net/ipx/af_ipx.cmemcpy(sipx->sipx_node,ipx->ipx_source.node,IPX_NODE_LEN);