Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 116) sorted by relevance

12345

/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c146 struct tacct *tp, *least; in getleast() local
148 least = NULL; in getleast()
152 if (least == NULL || in getleast()
153 tp->ta_uid < least->ta_uid || in getleast()
154 ((tp->ta_uid == least->ta_uid) && in getleast()
156 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0))) in getleast()
157 least = tp; in getleast()
159 return(least); in getleast()
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.S80 bpos,a,pt %xcc, .wrdbl1 ! Have at least 16 bytes to copy.
94 bg,a,pt %xcc, .wrdbl1 ! Have at least 16 more bytes.
H A D__align_cpy_4.S97 bg,pt %xcc, .loop16a ! Have at least 16 bytes left.
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S279 andncc %i1, 31, %i4 ! at least 64 bytes for main loop?
388 ! while at least 1 dword, do dwords. Max 7 iterations.
409 ! while at least 1 hword, do hwords. Max 3 iterations.
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add8 * You have to specify at least two return ranges for a function. The implied
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.large_prog.zcp19 -- This file is at least 16KB long.
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstandards37 * that's probably the most useful but least portable request
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstandards37 * that's probably the most useful but least portable request
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstandards37 * that's probably the most useful but least portable request
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstandards37 * that's probably the most useful but least portable request
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.S87 bz,a .bytepad ! yes, at least one byte to pad here
141 ! here there is a least one more byte to zero out: otherwise we would
154 ! here we know that there at least another 4 bytes to pad, since
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dzpool_script.shlib37 # at least one new column value. Even if scripts return blank, zpool
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.S83 bz,a %ncc, .bytepad ! yes, at least one byte to pad here
159 ! here there is a least one more byte to zero out: otherwise we would
173 ! here we know that there at least another 8 bytes to pad, since
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.cfg48 # In this case there are at least enough disks to use.
/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic52 at least ONE of the following:
74 executable form, provided that you do at least ONE of the following:
/illumos-gate/usr/src/uts/common/inet/
H A Dinetddi.c73 #error inetddi.c: at least one of INET_DEVDESC or INET_MODDESC or \
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE54 at least ONE of the following:
74 executable form, provided that you do at least ONE of the following:
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE39 01-07-17 dllfind: do at least one dlopen() to prime dlerror()
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf81 # Check the input file syntax (should at least contain
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstandards164 * that's probably the most useful but least portable request
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME138 4.For non-periodic transfers, reserve for at least one low-speed device
196 - Compare the bandwidth available in the least allocated frame list out of
426 - Compare the bandwidth available in the least allocated frame list out of
472 - Compare the bandwidth available in the least allocated frame list out of
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.2.sample130 # Timeout flows if packets not seen for at least 60 secs.
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S177 bgu,pt %ncc, .dbmedl64 ! repeat if at least 64 bytes left
198 bgu,pt %ncc, .dbmedl32 ! repeat if at least 32 bytes left
507 bgu,pt %ncc, .medw16 ! repeat if at least 16 bytes left
583 bgu,pt %ncc, .medl32 ! repeat if at least 32 bytes left
723 ! At least one, and possibly all, of these need to be written.
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME56 least AACDB_FLAGS_FW_PRINT to enable the UART trace and any other flags
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO55 * Port the script ``grub-install'' to OpenBSD. At least you will have to

12345