OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_node
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/alpha/tlsb/
tlsbreg.h
65
#define TLSB_NODE_ADDR(
_node
) \
66
(long)(TLSB_NODE_BASE + ((
_node
) * TLSB_NODE_SIZE))
68
#define TLSB_NODE_REG_ADDR(
_node
, _reg) \
69
KV((long)TLSB_NODE_ADDR((
_node
)) + (_reg))
72
#define TLSB_GET_NODEREG(
_node
, _reg) \
73
*(volatile uint32_t *)(TLSB_NODE_REG_ADDR((
_node
), (_reg)))
74
#define TLSB_PUT_NODEREG(
_node
, _reg, _val) \
75
*(volatile uint32_t *)(TLSB_NODE_REG_ADDR((
_node
), (_reg))) = (_val)
/src/usr.sbin/mtree/
mtree.h
42
typedef struct
_node
{
struct
43
struct
_node
*parent, *child; /* up, down */
44
struct
_node
*prev, *next; /* left, right */
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
nouveau_nvkm_subdev_instmem_gk20a.c
440
struct gk20a_instobj **
_node
)
448
*
_node
= &node->base;
479
struct gk20a_instobj **
_node
)
501
*
_node
= &node->base;
/src/usr.sbin/makefs/cd9660/
iso9660_rrip.c
674
cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *
_node
)
686
_node
->inode->st.st_mtime);
690
_node
->inode->st.st_atime);
694
_node
->inode->st.st_ctime);
Completed in 15 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025