Home
last modified time | relevance | path

Searched refs:lots (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/sys/compat/linux/
H A Dlinux_event.c631 struct l_itimerspec lots; in linux_timerfd_gettime() local
639 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_gettime()
641 error = copyout(&lots, args->old_value, sizeof(lots)); in linux_timerfd_gettime()
649 struct l_itimerspec lots; in linux_timerfd_settime() local
653 error = copyin(args->new_value, &lots, sizeof(lots)); in linux_timerfd_settime()
656 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime()
664 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_settime()
666 error = copyout(&lots, args->old_value, sizeof(lots)); in linux_timerfd_settime()
676 struct l_itimerspec64 lots; in linux_timerfd_gettime64() local
684 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_gettime64()
[all …]
/freebsd/tools/tools/vhba/
H A DMakefile26 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200554 * Lots and lots of bugfixes and improvements
97 * lots of various updates
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME18 Please note that the API tests perform lots of ZFS dataset level
/freebsd/usr.sbin/bsdconfig/password/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/security/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/ttys/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/usermgmt/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/mouse/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/startup/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/console/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/diskmgmt/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/docsinstall/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/networking/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/packages/
H A DUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd/usr.sbin/bsdconfig/
H A DUSAGE33 -d Provide lots of debugging info on standard-out when running.
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md16 transition - not the other way around (the other way causes lots of issues
/freebsd/usr.sbin/bsdconfig/timezone/
H A DUSAGE28 -d Provide lots of debugging info on standard-out when running.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_new_CMS.pod44 produce an output consisting of lots of OCTET STRING structures. Prepending
/freebsd/share/termcap/
H A DREADME49 without consuming lots of disk or requiring re-integration of local
/freebsd/crypto/heimdal/
H A DNEWS757 * lots of bug fixes:
829 * lots of bug fixes
833 * lots of bug fixes
872 * lots of bug fixes
931 * lots of bug fixes
/freebsd/libexec/bootpd/
H A DChanges22 Fixed lots of warnings (gcc -Wall)
165 Macro-ize lots of similar cases in readfile.c
/freebsd/tools/tools/netrate/tcpp/
H A DREADME6 This tool generates large numbers of TCP connections and stuffs lots of data
/freebsd/lib/libsecureboot/
H A DREADME.rst93 There are lots of good tutorials on available on this topic;
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi151 a solution without problems, but it is probably easier than adding lots

1234