Home
last modified time | relevance | path

Searched full:lots (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/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/contrib/ldns/drill/
H A DChangeLog.22-nov-200554 * Lots and lots of bugfixes and improvements
70 * Lots of features added. Drill is almost feature complete
97 * lots of various updates
/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
960 * Lots of more functionality in the gssapi-library
974 * Lots of other improvement and bug fixes, see ChangeLog for details.
/freebsd/crypto/krb5/src/include/
H A Dnet-server.h90 * Contexts are needed in lots of places. Opaque application-provided
91 * handles are passed around in lots of place, but contexts are not.
/freebsd/crypto/openssh/
H A Ded25519.sh83 # Lots of unused prototypes to remove
95 # Lots of unused code to remove, some name collisions to avoid
/freebsd/share/man/man4/
H A Dkbdmux.456 keyboard is logically equivalent to one keyboard with lots of duplicated keys.
/freebsd/contrib/ntp/libntp/
H A Dnumtohost.c
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME18 Please note that the API tests perform lots of ZFS dataset level
/freebsd/tools/tools/vhba/
H A DMakefile26 SUBDIR= simple medium lots faulty rptluns mptest
/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/sys/contrib/device-tree/Bindings/watchdog/
H A Darm,sp805.yaml20 # Need a custom select here or 'arm,primecell' will match on lots of nodes
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dcleanup.ksh36 # an odd state, lots of processes hanging around that will block
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.SpecSizeVariations1.d51 printf("Lots of data\n");
H A Derr.SpecSizeVariations2.d51 printf("Lots of data\n");
H A Dtst.SpecSizeVariations2.d51 printf("Lots of data\n");

12345678910>>...18