/titanic_41/usr/src/cmd/acct/ |
H A D | acctmerg.c | 147 struct tacct *tp, *least; in getleast() local 149 least = NULL; in getleast() 153 if (least == NULL || in getleast() 154 tp->ta_uid < least->ta_uid || in getleast() 155 ((tp->ta_uid == least->ta_uid) && in getleast() 157 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0))) in getleast() 158 least = tp; in getleast() 160 return(least); in getleast()
|
/titanic_41/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_8.s | 80 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.s | 97 bg,pt %xcc, .loop16a ! Have at least 16 bytes left.
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 294 andncc %i1, 31, %i4 ! at least 64 bytes for main loop? 403 ! while at least 1 dword, do dwords. Max 7 iterations. 424 ! while at least 1 hword, do hwords. Max 3 iterations.
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | strncpy.s | 87 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
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration.cfg | 48 # In this case there are at least enough disks to use.
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | strncpy.s | 83 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
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/interop/ |
H A D | interop.cfg | 62 # In this case there are at least enough disks to use.
|
/titanic_41/ |
H A D | README | 42 Each commit must have at least one bug id that is listed in the
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | inetddi.c | 73 #error inetddi.c: at least one of INET_DEVDESC or INET_MODDESC or \
|
/titanic_41/usr/src/lib/libdll/common/ |
H A D | RELEASE | 29 01-07-17 dllfind: do at least one dlopen() to prime dlerror()
|
/titanic_41/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 54 at least ONE of the following: 74 executable form, provided that you do at least ONE of the following:
|
/titanic_41/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kmfconf | 81 # Check the input file syntax (should at least contain
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.2.sample | 130 # Timeout flows if packets not seen for at least 60 secs.
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 138 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
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 177 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.
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | README | 56 least AACDB_FLAGS_FW_PRINT to enable the UART trace and any other flags
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | BRACKETS_NOTE | 46 Not quite, at least I didn't find that it was possible to do a good job drawing
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 69 supports at least 12 different OSs. That is already 600 sets of data
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | README.state | 75 # there must be at least one, and the effect of each block is cumulative
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | TODO | 55 * Port the script ``grub-install'' to OpenBSD. At least you will have to
|
/titanic_41/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memset.s | 99 1: stb %o1, [%o5] ! there is at least 1 byte to set
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 174 bgu,pt %ncc, .dbmedl32 ! repeat if at least 32 bytes left 489 bgu,pt %ncc, .medw16 ! repeat if at least 16 bytes left 565 bgu,pt %ncc, .medl32 ! repeat if at least 32 bytes left 706 ! At least one, and possibly all, of these need to be written.
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Devices | 28 # NOTE - all lines must have at least 5 fields
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 1131 register int least = (int)hp->histind-hp->histsize; in hist_locate() local 1136 if(--command < least) in hist_locate()
|