Lines Matching refs:execdevice
74 struct execdevice { struct
79 #define device2exec(d) ((d)->type == EXEC_DEVICE ? (struct execdevice *)d : NULL) argument
84 return sizeof(struct execdevice); in exec_DeviceSize()
90 struct execdevice *dev = device2exec(p->handler); in exec_Free()
101 struct execdevice *dev; in exec_device2iov()
122 struct execdevice *dev = device2exec(p->handler); in exec_RemoveFromSet()
148 struct execdevice *dev = device2exec(p->handler); in exec_Write()
180 struct execdevice *dev = (struct execdevice *)iov[(*niov)++].iov_base; in exec_iov2device()
209 struct execdevice *dev = device2exec(p->handler); in exec_UpdateSet()
235 struct execdevice *dev = device2exec(p->handler); in exec_IsSet()
245 struct execdevice *dev; in exec_Create()