Lines Matching refs:errno
53 int errno),
54 TP_ARGS(schid, command, errno),
61 __field(int, errno)
69 __entry->errno = errno;
72 TP_printk("schid=%x.%x.%04x command=0x%x errno=%d",
77 __entry->errno)
107 TP_PROTO(int fctl, struct subchannel_id schid, int errno, char *errstr),
108 TP_ARGS(fctl, schid, errno, errstr),
115 __field(int, errno)
124 __entry->errno = errno;
128 TP_printk("schid=%x.%x.%04x fctl=0x%x errno=%d info=%s",
133 __entry->errno,