/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 109 time_t Number; member 116 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 117 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 650 yylval.Number = tp->value; 655 yylval.Number = tp->value; 662 yylval.Number = tp->value; 668 yylval.Number = tp->value; 678 yylval.Number = tp->value; 685 yylval.Number = tp->value; 693 yylval.Number = tp->value; [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 240 time_t Number; member 247 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 248 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 774 yylval.Number = tp->value; 779 yylval.Number = tp->value; 786 yylval.Number = tp->value; 795 yylval.Number = tp->value; 805 yylval.Number = tp->value; 813 yylval.Number = tp->value; 827 yylval.Number = tp->value; [all …]
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | space_used.tcl | 27 pri_pages int, -- Number of primary pages used 28 ovfl_pages int, -- Number of overflow pages used 29 pri_unused int, -- Number of unused bytes on primary pages 30 ovfl_unused int -- Number of unused bytes on overflow pages
|
H A D | spaceanal.tcl | 39 nentry int, -- Number of entries in the BTree 42 n_ovfl int, -- Number of entries that overflow 43 pri_pages int, -- Number of primary pages used 44 ovfl_pages int, -- Number of overflow pages used 45 pri_unused int, -- Number of unused bytes on primary pages 46 ovfl_unused int -- Number of unused bytes on overflow pages 212 statline {Number of tables in the database} $ntable 217 statline {Number of indices} $nindex 218 statline {Number of named indices} $manindex [percent $manindex $nindex] 269 Number of pages in the whole file [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | dtparser.l | 165 Number [0-9a-fA-F]+ 199 {Number} return (OP_EXP_NUMBER);
|
H A D | prparser.l | 178 Number [0-9a-fA-F]+ 216 {Number} return (EXPOP_NUMBER);
|
/illumos-gate/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 |
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.cfg | 36 export RESV_NUM_FS=10 # Number of filesystems to create 37 export RESV_ITER=10 # Number of iterations
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | jp | 8 # Alphabet/Number/Sign Keys ---------------------------------------------------
|
H A D | jp_capsctrl | 8 # Alphabet/Number/Sign Keys ---------------------------------------------------
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | funstack.awk | 665 label = Volume "(" Number "):" Month ":" Year 974 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.dfl | 36 # Number of seconds the daemon should sleep waiting for more work.
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 319 UINT64 Number);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 43 * <Number of objects listed in this TASK section>
|
/illumos-gate/usr/src/boot/i386/pxeldr/ |
H A D | pxeldr.S | 265 movl $(MEM_ARG_SIZE/4), %ecx # Number of words to push
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_ioctl.h | 192 uint32_t Number; member
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 43 * <Number of objects listed in this TASK section>
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 43 * <Number of objects listed in this TASK section>
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 339 int *nrow, /* Number of result rows written here */ 340 int *ncolumn, /* Number of result columns written here */ 407 int *nrow, /* Number of result rows written here */ 408 int *ncolumn, /* Number of result columns written here */ 416 int *nrow, /* Number of result rows written here */ 417 int *ncolumn, /* Number of result columns written here */ 452 int nArg, /* Number of arguments. -1 means any number */ 459 int nArg, /* Number of arguments */ 690 int *pN, /* OUT: Number of columns in result */ 812 int nKey, /* Number of bytes in the key */
|