/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utprint.c | 77 UINT64 Number, 86 UINT64 Number, 173 UINT64 Number, in AcpiUtPutNumber() argument 185 if (Number == 0) in AcpiUtPutNumber() 191 while (Number) in AcpiUtPutNumber() 193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); in AcpiUtPutNumber() 221 UINT64 Number = 0; in AcpiUtScanNumber() local 226 Number *= 10; in AcpiUtScanNumber() 227 Number += *(String++) - '0'; in AcpiUtScanNumber() 230 *NumberPtr = Number; in AcpiUtScanNumber() [all …]
|
/titanic_44/usr/src/cmd/acpi/common/ |
H A D | utprint.c | 77 UINT64 Number, 86 UINT64 Number, 173 UINT64 Number, in AcpiUtPutNumber() argument 185 if (Number == 0) in AcpiUtPutNumber() 191 while (Number) in AcpiUtPutNumber() 193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); in AcpiUtPutNumber() 221 UINT64 Number = 0; in AcpiUtScanNumber() local 226 Number *= 10; in AcpiUtScanNumber() 227 Number += *(String++) - '0'; in AcpiUtScanNumber() 230 *NumberPtr = Number; in AcpiUtScanNumber() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestFunctionLookup.java | 55 Number address; in main() 63 address = (Number)tuple.get(0).getValue(); in main() 93 Number address; in main() 97 address = (Number)tuple.get(0).getValue(); in main()
|
/titanic_44/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 110 time_t Number; member 117 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 118 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 652 yylval.Number = tp->value; 657 yylval.Number = tp->value; 664 yylval.Number = tp->value; 670 yylval.Number = tp->value; 680 yylval.Number = tp->value; 687 yylval.Number = tp->value; 695 yylval.Number = tp->value; [all …]
|
/titanic_44/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 242 time_t Number; member 249 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 250 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 776 yylval.Number = tp->value; 781 yylval.Number = tp->value; 788 yylval.Number = tp->value; 797 yylval.Number = tp->value; 807 yylval.Number = tp->value; 815 yylval.Number = tp->value; 829 yylval.Number = tp->value; [all …]
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | space_used.tcl | 30 pri_pages int, -- Number of primary pages used 31 ovfl_pages int, -- Number of overflow pages used 32 pri_unused int, -- Number of unused bytes on primary pages 33 ovfl_unused int -- Number of unused bytes on overflow pages
|
H A D | spaceanal.tcl | 42 nentry int, -- Number of entries in the BTree 45 n_ovfl int, -- Number of entries that overflow 46 pri_pages int, -- Number of primary pages used 47 ovfl_pages int, -- Number of overflow pages used 48 pri_unused int, -- Number of unused bytes on primary pages 49 ovfl_unused int -- Number of unused bytes on overflow pages 215 statline {Number of tables in the database} $ntable 220 statline {Number of indices} $nindex 221 statline {Number of named indices} $manindex [percent $manindex $nindex] 272 Number of pages in the whole file [all …]
|
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LogDistribution.java | 128 public Number 155 Number v1 = getValue(); in compareTo() 156 Number v2 = d.getValue(); in compareTo()
|
H A D | AbstractAggregationValue.java | 47 private final Number value; 61 public Number
|
H A D | LinearDistribution.java | 186 public Number 233 Number v1 = getValue(); in compareTo() 234 Number v2 = d.getValue(); in compareTo()
|
H A D | LogLinearDistribution.java | 182 public Number getValue() { in getValue() 207 Number v1 = getValue(); in compareTo() 208 Number v2 = getValue(); in compareTo()
|
H A D | AggregationValue.java | 51 public Number getValue(); in getValue()
|
H A D | ScalarRecord.java | 145 } else if (value instanceof Number) { in validate()
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | README.SunOS-aging | 89 | Number: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 92 | Number: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 95 | Number: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | 98 | Number: 60 61 62 63 |
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.cfg | 35 export RESV_NUM_FS=10 # Number of filesystems to create 36 export RESV_ITER=10 # Number of iterations
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 134 sdbc_cache_read sh_cache_read - Number of FBA's read from cache 135 sdbc_cache_write sh_cache_write - Number of FBA's written to cache 136 sdbc_disk_read sh_disk_read - Number of FBA's read from disk 137 sdbc_disk_write sh_disk_write - Number of FBA's written to disk 139 sdbc_numdirty sh_numdirty - Number of dirty blocks 140 sdbc_numio sh_numio - Number of blocks on way to disk 141 sdbc_numfail sh_numfail - Number of blocks failed
|
H A D | dynmem_readme.txt | 315 sdbc_cache_read -- sh_cache_read - Number of bytes read from cache 316 sdbc_cache_write - sh_cache_write - Number of bytes written to cache 317 sdbc_disk_read --- sh_disk_read - Number of bytes read from disk 318 sdbc_disk_write -- sh_disk_write - Number of bytes written to disk 320 sdbc_numdirty ---- sh_numdirty - Number of dirty blocks 321 sdbc_numio ------- sh_numio - Number of blocks on way to disk 322 sdbc_numfail ----- sh_numfail - Number of blocks failed
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.dfl | 36 # Number of seconds the daemon should sleep waiting for more work.
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 46 * <Number of objects listed in this TASK section>
|
/titanic_44/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_ioctl.h | 192 uint32_t Number; member
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 45 * <Number of objects listed in this TASK section>
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 45 * <Number of objects listed in this TASK section>
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 342 int *nrow, /* Number of result rows written here */ 343 int *ncolumn, /* Number of result columns written here */ 410 int *nrow, /* Number of result rows written here */ 411 int *ncolumn, /* Number of result columns written here */ 419 int *nrow, /* Number of result rows written here */ 420 int *ncolumn, /* Number of result columns written here */ 455 int nArg, /* Number of arguments. -1 means any number */ 462 int nArg, /* Number of arguments */ 693 int *pN, /* OUT: Number of columns in result */ 815 int nKey, /* Number of bytes in the key */
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 87 columns, "cols" "co" Number of columns in a line 89 lines, "lines" "li" Number of lines on screen or page 91 magic_cookie_glitch, "xmc" "sg" Number blank chars left by smso or rmso 109 buffer_capacity, "bufsz" "Ya" Number of bytes buffered before printing 116 number_of_pins, "npins" "Yh" Number of pins in print-head 126 buttons, "btns" "BT" Number of buttons on the mouse 130 bit_image_entwining, "bitwin" "Yo" Number of passes for each bit-image row
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceModule | 71 * RESULT: Number of probes matching the description genunix
|