Searched refs:nto_procfs_node (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c89 referenced elsewhere. 'nto_procfs_node' is a flag used to say
93 static unsigned nto_procfs_node = ND_LOCAL_NODE; variable
104 if (ND_NODE_CMP(nto_procfs_node, ND_LOCAL_NODE) == 0)
130 nto_procfs_node = ND_LOCAL_NODE;
137 nto_procfs_node = netmgr_strtond (nodestr, &endstr);
138 if (nto_procfs_node == -1)
146 nto_procfs_node = ND_LOCAL_NODE;
1042 if (ND_NODE_CMP (nto_procfs_node, ND_LOCAL_NODE) != 0)
1051 ND_NODE_CMP (nto_procfs_node, ND_LOCAL_NODE) == 0 ? env : 0);

Completed in 58 milliseconds