Searched refs:lts (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Dltsleep.c66 struct ltsleeper lts; local
70 lts.id = ident;
72 lts.iskwait = true;
73 cv_init(&lts.kcv, "mtsleep");
75 lts.iskwait = false;
76 rumpuser_cv_init(&lts.ucv);
79 LIST_INSERT_HEAD(&sleepers, &lts, entries);
83 rv = cv_timedwait(&lts.kcv, &qlock, timo);
91 rv = rumpuser_cv_timedwait(lts.ucv, rump_giantlock,
100 cv_wait(&lts
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_termios.h368 linux32_termios_to_bsd_termios(struct linux32_termios *lts, struct termios *bts) argument
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
465 bsd_termios_to_linux32_termios(struct termios *bts, struct linux32_termios *lts) argument
[all...]
H A Dlinux_time.c224 struct linux_timespec lts; local
234 native_to_linux_timespec(&lts, &ts);
235 return copyout(&lts, SCARG(uap, tp), sizeof lts);
246 struct linux_timespec lts; local
254 error = copyin(SCARG(uap, tp), &lts, sizeof lts);
258 linux_to_native_timespec(&ts, &lts);
271 struct linux_timespec lts; local
283 native_to_linux_timespec(&lts,
[all...]
H A Dlinux_misc.c1045 struct linux_timespec lts; local
1066 error = copyin(SCARG(uap, timeout), &lts, sizeof(lts));
1069 linux_to_native_timespec(&uts, &lts);
1100 native_to_linux_timespec(&lts, &uts);
1101 error = copyout(&lts, 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...]
H A Dlinux_signal.c594 struct linux_timespec lts; local
596 if ((error = copyin(u, &lts, sizeof(lts))) != 0)
599 linux_to_native_timespec(s, &lts);
H A Dlinux_socket.c1891 struct linux_timespec lts; local
1895 error = copyin(SCARG(uap, timeout), &lts, sizeof(lts));
1897 ts.tv_sec = lts.tv_sec;
1898 ts.tv_nsec = lts.tv_nsec;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c211 struct ldaptls lts = lo->ldo_tls_info; local
218 if ( is_server && !lts.lt_certfile && !lts.lt_keyfile &&
219 !lts.lt_cacertfile && !lts.lt_cacertdir &&
220 !lts.lt_cacert.bv_val && !lts.lt_cert.bv_val &&
221 !lts.lt_key.bv_val ) {
228 if ( lts.lt_ciphersuite ) {
229 lts
[all...]
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_time.c314 struct linux32_timespec lts; local
321 if ((error = copyin(SCARG_P32(uap, tp), &lts, sizeof lts)))
324 linux32_to_native_timespec(&ts, &lts);
339 struct linux32_timespec lts; local
349 native_to_linux32_timespec(&lts, &ts);
350 return copyout(&lts, SCARG_P32(uap, tp), sizeof lts);
364 struct linux32_timespec lts; local
374 native_to_linux32_timespec(&lts,
[all...]
H A Dlinux32_unistd.c243 struct linux32_timespec lts; local
265 error = copyin(p, &lts, sizeof(lts));
268 linux32_to_native_timespec(&uts, &lts);
299 native_to_linux32_timespec(&lts, &uts);
300 error = copyout(&lts, SCARG_P32(uap, timeout), sizeof(lts));
507 struct linux32_timespec lts[2]; local
511 error = copyin(SCARG_P32(uap, times), &lts, sizeof(lts));
[all...]
H A Dlinux32_misc.c245 struct linux32_timespec lts; local
259 &lts, sizeof(lts))) != 0) {
262 linux32_to_native_timespec(&ts, &lts);
329 struct linux32_timespec lts0, *lts; local
335 lts = SCARG_P32(uap, timeout);
336 if (lts) {
337 if ((error = copyin(lts, &lts0, sizeof(lts0))) != 0)
H A Dlinux32_signal.c469 struct linux32_timespec lts; local
471 if ((error = copyin(u, &lts, sizeof(lts))) != 0)
474 linux32_to_native_timespec(s, &lts);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
H A Dpriv.h42 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
/netbsd-current/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A DMakefile9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c927 struct sadb_lifetime *lts, *lth, *ltc; local
945 lts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT];
948 if (lts && lth && ltc) {
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dfailover.c2522 int lts, total, thresh, hold, panic, pass; local
2553 lts = (p->free_leases - p->backup_leases) / 2;
2558 lts = (p->backup_leases - p->free_leases) / 2;
2570 * If we need leases (so lts is negative) more than negative
2574 * sent on lts == -2 rather than right away at -1.
2579 * both -1, we want to send poolreq when lts reaches -3. So,
2580 * "-3 < -2", lts < panic.
2587 if ((sendreq != NULL) && (lts < panic)) {
2594 "backup %d lts %d max-own (+/-)%d%s",
2598 p->free_leases, p->backup_leases, lts, hol
5516 int lts; local
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c2659 const char *lts, *rts; local
2660 *(lst == FUNC ? &lts : &rts) = "function pointer";
2661 *(lst == VOID ? &lts : &rts) = "'void *'";
2667 warning(303, rts, lts);
2671 warning(304, rts, lts, arg);
2675 warning(305, rts, lts, op_name(op));

Completed in 315 milliseconds