Home
last modified time | relevance | path

Searched refs:x_link (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/window/
H A Dcontext.c62 cx.x_link = xp; in cx_alloc()
76 if ((xp = cx.x_link) != NULL) { in cx_free()
H A Dcontext.h44 struct context *x_link; /* nested contexts */ member
H A Derror.c58 for (x = &cx; x != NULL && x->x_type != X_FILE; x = x->x_link) in verror()
/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h632 u_int8_t x_link :1; member