| /src/sys/compat/linux/common/ |
| linux_termios.h | 368 linux32_termios_to_bsd_termios(struct linux32_termios *lts, struct termios *bts) 370 linux_termios_to_bsd_termios(struct linux_termios *lts, struct termios *bts) 376 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNBRK, IGNBRK); 377 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_BRKINT, BRKINT); 378 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNPAR, IGNPAR); 379 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INPCK, INPCK); 380 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_ISTRIP, ISTRIP); 381 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INLCR, INLCR); 382 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNCR, IGNCR); 383 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_ICRNL, ICRNL) [all...] |
| linux_mqueue.c | 128 struct linux_timespec lts; local 134 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); 137 linux_to_native_timespec(&ts, <s); 159 struct linux_timespec lts; local 166 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); 169 linux_to_native_timespec(&ts, <s);
|
| linux_time.c | 224 struct linux_timespec lts; local 234 native_to_linux_timespec(<s, &ts); 235 return copyout(<s, SCARG(uap, tp), sizeof lts); 246 struct linux_timespec lts; local 254 error = copyin(SCARG(uap, tp), <s, sizeof lts); 258 linux_to_native_timespec(&ts, <s); 271 struct linux_timespec lts; local 283 native_to_linux_timespec(<s, &ts) [all...] |
| linux_misc.c | 1045 struct linux_timespec lts; local 1066 error = copyin(SCARG(uap, timeout), <s, sizeof(lts)); 1069 linux_to_native_timespec(&uts, <s); 1100 native_to_linux_timespec(<s, &uts); 1101 error = copyout(<s, SCARG(uap, timeout), sizeof(lts)); 1117 struct linux_timespec lts0, *lts; local 1123 lts = SCARG(uap, timeout); 1124 if (lts) { 1647 struct linux_timespec lts[2]; local 1675 struct linux_timespec lts; local 1953 struct linux_timespec lts, *ltsp; local 1985 struct linux_timespec lts, *ltsp; local [all...] |
| linux_ipc.c | 317 struct linux_timespec lts; local 318 int error = copyin(uptr, <s, sizeof(lts)); 321 linux_to_native_timespec(kptr, <s);
|
| linux_signal.c | 594 struct linux_timespec lts; local 596 if ((error = copyin(u, <s, sizeof(lts))) != 0) 599 linux_to_native_timespec(s, <s);
|
| linux_socket.c | 1913 struct linux_timespec lts; local 1917 error = copyin(SCARG(uap, timeout), <s, sizeof(lts)); 1919 ts.tv_sec = lts.tv_sec; 1920 ts.tv_nsec = lts.tv_nsec;
|
| /src/sys/rump/librump/rumpkern/ |
| ltsleep.c | 66 struct ltsleeper lts; local 70 lts.id = ident; 72 lts.iskwait = true; 73 cv_init(<s.kcv, "mtsleep"); 75 lts.iskwait = false; 76 rumpuser_cv_init(<s.ucv); 79 LIST_INSERT_HEAD(&sleepers, <s, entries); 83 rv = cv_timedwait(<s.kcv, &qlock, timo); 91 rv = rumpuser_cv_timedwait(lts.ucv, rump_giantlock, 100 cv_wait(<s.kcv, &qlock) [all...] |
| /src/sys/compat/linux32/common/ |
| linux32_time.c | 314 struct linux32_timespec lts; local 321 if ((error = copyin(SCARG_P32(uap, tp), <s, sizeof lts))) 324 linux32_to_native_timespec(&ts, <s); 339 struct linux32_timespec lts; local 349 native_to_linux32_timespec(<s, &ts); 350 return copyout(<s, SCARG_P32(uap, tp), sizeof lts); 364 struct linux32_timespec lts; local 374 native_to_linux32_timespec(<s, &ts) [all...] |
| linux32_unistd.c | 243 struct linux32_timespec lts; local 265 error = copyin(p, <s, sizeof(lts)); 268 linux32_to_native_timespec(&uts, <s); 299 native_to_linux32_timespec(<s, &uts); 300 error = copyout(<s, SCARG_P32(uap, timeout), sizeof(lts)); 507 struct linux32_timespec lts[2]; local 511 error = copyin(SCARG_P32(uap, times), <s, sizeof(lts)); [all...] |
| linux32_misc.c | 245 struct linux32_timespec lts; local 259 <s, sizeof(lts))) != 0) { 262 linux32_to_native_timespec(&ts, <s); 329 struct linux32_timespec lts0, *lts; local 335 lts = SCARG_P32(uap, timeout); 336 if (lts) { 337 if ((error = copyin(lts, <s0, sizeof(lts0))) != 0)
|
| linux32_signal.c | 469 struct linux32_timespec lts; local 471 if ((error = copyin(u, <s, sizeof(lts))) != 0) 474 linux32_to_native_timespec(s, <s);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/ |
| priv.h | 42 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| Makefile | 9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
| Makefile | 26 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-orangepi-r1-plus-lts.dtb 137 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nanopc-t6-lts.dtb
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 3014 const char *lts, *rts; local 3015 *(lst == FUNC ? <s : &rts) = "function pointer"; 3016 *(lst == VOID ? <s : &rts) = "'void *'"; 3022 warning(303, rts, lts); 3026 warning(304, rts, lts, arg); 3030 warning(305, rts, lts, op_name(op));
|