Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/sys/compat/linux/
HDlinux_event.c919 struct l_itimerspec lots; in linux_timerfd_gettime() local
926 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_gettime()
928 error = copyout(&lots, args->old_value, sizeof(lots)); in linux_timerfd_gettime()
936 struct l_itimerspec64 lots; in linux_timerfd_gettime64() local
943 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_gettime64()
945 error = copyout(&lots, args->old_value, sizeof(lots)); in linux_timerfd_gettime64()
1007 struct l_itimerspec lots; in linux_timerfd_settime() local
1011 error = copyin(args->new_value, &lots, sizeof(lots)); in linux_timerfd_settime()
1014 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime()
1021 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_settime()
[all …]
/freebsd-13-stable/tools/tools/vhba/
HDMakefile26 SUBDIR= simple medium lots faulty rptluns mptest
/freebsd-13-stable/contrib/ldns/drill/
HDChangeLog.22-nov-200554 * Lots and lots of bugfixes and improvements
97 * lots of various updates
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/
HDREADME18 Please note that the API tests perform lots of ZFS dataset level
/freebsd-13-stable/usr.sbin/bsdconfig/password/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/console/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/networking/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/diskmgmt/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/security/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/docsinstall/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/mouse/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/ttys/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/usermgmt/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/packages/
HDUSAGE29 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/usr.sbin/bsdconfig/
HDUSAGE33 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDREADME15 transition - not the other way around (the other way causes lots of issues
/freebsd-13-stable/usr.sbin/bsdconfig/timezone/
HDUSAGE28 -d Provide lots of debugging info on standard-out when running.
/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_new_CMS.pod44 produce an output consisting of lots of OCTET STRING structures. Prepending
/freebsd-13-stable/share/termcap/
HDREADME51 without consuming lots of disk or requiring re-integration of local
/freebsd-13-stable/crypto/heimdal/
HDNEWS757 * 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-13-stable/libexec/bootpd/
HDChanges22 Fixed lots of warnings (gcc -Wall)
165 Macro-ize lots of similar cases in readfile.c
/freebsd-13-stable/tools/tools/netrate/tcpp/
HDREADME6 This tool generates large numbers of TCP connections and stuffs lots of data
/freebsd-13-stable/contrib/traceroute/
HDCHANGES40 - Increase size of SIOCGIFCONF buffer to accommodate systems with lots
/freebsd-13-stable/lib/libsecureboot/
HDREADME.rst88 There are lots of good tutorials on available on this topic;

1234