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