Searched refs:lth (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_lan.h192 #define SET_LAN_PACKET_LENGTH(x, lth) \
194 (((lth) << LAN_REPLY_PACKET_LENGTH_SHIFT) & \
/freebsd-13-stable/sbin/setkey/
H A Dsetkey.c508 struct sadb_lifetime *lts, *lth, *ltc; local
527 lth = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_HARD];
529 if (lts && lth && ltc) {
540 t = (u_long)lth->sadb_lifetime_addtime;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c1449 struct linux_cdrom_tochdr lth; local
1453 lth.cdth_trk0 = th.starting_track;
1454 lth.cdth_trk1 = th.ending_track;
1455 copyout(&lth, (void *)args->arg, sizeof(lth));

Completed in 170 milliseconds