Searched refs:EILSEQ (Results 1 - 25 of 168) sorted by relevance

1234567

/linux-master/drivers/bluetooth/
H A Dh4_recv.h72 return ERR_PTR(-EILSEQ);
95 return ERR_PTR(-EILSEQ);
130 return ERR_PTR(-EILSEQ);
H A Dhci_h4.c193 return ERR_PTR(-EILSEQ);
216 return ERR_PTR(-EILSEQ);
251 return ERR_PTR(-EILSEQ);
H A Dbtqca.c53 err = -EILSEQ;
60 err = -EILSEQ;
87 err = -EILSEQ;
120 err = -EILSEQ;
164 err = -EILSEQ;
171 err = -EILSEQ;
227 err = -EILSEQ;
426 err = -EILSEQ;
433 err = -EILSEQ;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h64 #define EILSEQ 116 /* Illegal byte sequence */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h63 #define EILSEQ 88 /* Illegal byte sequence */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h98 #define EILSEQ 122 /* Illegal byte sequence */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h64 #define EILSEQ 116 /* Illegal byte sequence */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h63 #define EILSEQ 88 /* Illegal byte sequence */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h98 #define EILSEQ 122 /* Illegal byte sequence */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h67 #define EILSEQ 84 /* Illegal byte sequence */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h67 #define EILSEQ 84 /* Illegal byte sequence */ macro
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-spine.c54 return -EILSEQ;
64 return -EILSEQ;
69 return -EILSEQ;
78 return -EILSEQ;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h20 #define EILSEQ 47 /* Illegal byte sequence */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h20 #define EILSEQ 47 /* Illegal byte sequence */ macro
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h116 return -EILSEQ;
167 return -EILSEQ;
194 return -EILSEQ;
230 return code->op == FETCH_OP_END ? ret : -EILSEQ;
/linux-master/fs/adfs/
H A Dsuper.c339 return -EILSEQ;
344 return -EILSEQ;
358 return -EILSEQ;
394 if (ret == -EILSEQ)
396 if (ret == -EILSEQ) {
/linux-master/net/bluetooth/bnep/
H A Dcore.c108 return -EILSEQ;
115 return -EILSEQ;
154 return -EILSEQ;
161 return -EILSEQ;
265 err = -EILSEQ;
282 err = -EILSEQ;
/linux-master/drivers/mmc/core/
H A Dsdio_cis.c138 ret = -EILSEQ; /* known tuple, not parsed */
143 if (ret && ret != -EILSEQ && ret != -ENOENT) {
321 if (ret == -EILSEQ || ret == -ENOENT) {
/linux-master/drivers/bcma/
H A Dscan.c286 return -EILSEQ;
290 return -EILSEQ;
349 return -EILSEQ;
361 return -EILSEQ;
/linux-master/drivers/usb/host/
H A Dfhci-q.c30 return -EILSEQ;
38 return -EILSEQ;
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c72 return -EILSEQ;
75 return -EILSEQ;
/linux-master/drivers/rtc/
H A Drtc-at91sam9.c112 return -EILSEQ;
184 return -EILSEQ;
212 return -EILSEQ;
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dboot.c311 return -EILSEQ;
330 return -EILSEQ;
426 return -EILSEQ;
/linux-master/net/caif/
H A Dcfserl.c159 if (ret == -EILSEQ) {
/linux-master/arch/loongarch/kernel/
H A Duprobes.c17 return -EILSEQ;

Completed in 584 milliseconds

1234567