Lines Matching refs:execdevice
72 struct execdevice { struct
77 #define device2exec(d) ((d)->type == EXEC_DEVICE ? (struct execdevice *)d : NULL) argument
82 return sizeof(struct execdevice); in exec_DeviceSize()
88 struct execdevice *dev = device2exec(p->handler); in exec_Free()
99 struct execdevice *dev; in exec_device2iov()
120 struct execdevice *dev = device2exec(p->handler); in exec_RemoveFromSet()
146 struct execdevice *dev = device2exec(p->handler); in exec_Write()
178 struct execdevice *dev = (struct execdevice *)iov[(*niov)++].iov_base; in exec_iov2device()
207 struct execdevice *dev = device2exec(p->handler); in exec_UpdateSet()
233 struct execdevice *dev = device2exec(p->handler); in exec_IsSet()
243 struct execdevice *dev; in exec_Create()