Lines Matching defs:physical
77 struct physical { struct
78 struct link link;
79 struct fdescriptor desc;
80 int type; /* What sort of PHYS_* link are we ? */
81 struct async async; /* Our async state */
82 struct hdlc hdlc; /* Our hdlc state */
83 int fd; /* File descriptor for this device */
84 struct mbuf *out; /* mbuf that suffered a short write */
85 int connect_count;
86 struct datalink *dl; /* my owner */
88 struct {
91 } input;
93 struct {
117 ((struct physical *)((char *)fp - (uintptr_t)(&((struct physical *)0)->name))) argument