Home
last modified time | relevance | path

Searched full:second (Results 1 – 25 of 2670) sorted by relevance

12345678910>>...107

/illumos-gate/usr/src/man/man8/
H A Darcstat.869 MFU List hits per second
96 MRU List hits per second
123 Demand Data hits per second
132 Demand Data misses per second
150 ARC reads per second
159 MFU Ghost List hits per second
168 Metadata hits per second
177 ARC misses per second
186 Metadata misses per second
195 MRU Ghost List hits per second
[all …]
H A Dsmbstat.873 received bytes per second
75 transmitted bytes per second
77 requests per second
89 received bytes per second
91 transmitted bytes per second
93 requests per second
95 number of read requests per second
97 number of write requests per second
H A Drpc.yppasswdd.854 The second of the listed syntaxes is provided only for backward compatibility.
55 If the second syntax is used, the \fBpasswordfile\fR is the full pathname of
63 The first and second syntaxes are mutually exclusive. You cannot specify the
83 the second field. If both a \fBpasswd\fR and a \fBpasswd.adjunct\fR file exist,
84 the encrypted password is expected in the second field of the adjunct file with
85 \fI##username\fR in the second field of the \fBpasswd\fR file. If all three
154 The second listed syntax is supplied only for backward compatibility and might
H A Diostat.8102 reads per second
111 writes per second
120 kilobytes read per second
132 kilobytes written per second
247 For each disk, report the number of kilobytes transferred per second, the
248 number of transfers per second, and the average service time in milliseconds.
257 For each disk, report the reads per second, writes per second, and percentage
394 Report the number of characters read and written to terminals per second.
678 \fBI/0\fR (\fBr/s\fR+\fBw/s\fR) rates are under 0.5 per second. Harmless spikes
/illumos-gate/usr/src/test/util-tests/tests/mdb/numbers/
H A Dtst.bitfields.ksh31 $MDB -e "second::print -t broken6461_t" $tst_prog >> $ODIR/stdout
49 $MDB -e "second::print broken6461_t a" $tst_prog >> $ODIR/stdout
50 $MDB -e "second::print broken6461_t b" $tst_prog >> $ODIR/stdout
51 $MDB -e "second::print broken6461_t c" $tst_prog >> $ODIR/stdout
52 $MDB -e "second::print broken6461_t d" $tst_prog >> $ODIR/stdout
53 $MDB -e "second::print broken6461_t e" $tst_prog >> $ODIR/stdout
54 $MDB -e "second::print broken6461_t f" $tst_prog >> $ODIR/stdout
74 $MDB -e "second::printf '%x' broken6461_t a" $tst_prog >> $ODIR/stdout
75 $MDB -e "second::printf '%x' broken6461_t b" $tst_prog >> $ODIR/stdout
76 $MDB -e "second::printf '%x' broken6461_t c" $tst_prog >> $ODIR/stdout
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d46 second enumerator
50 /zero >= one || second <= first || zero == second/
54 printf("null = %d; first = %d; second = %d", null, first, second);
59 /second < one || two > second || null == first/
63 printf("null = %d; first = %d; second = %d", null, first, second);
68 /first < two && second > one && one != two && zero != first/
/illumos-gate/usr/src/man/man1/
H A Dsar.134 In the second instance, no sampling interval is specified. \fBsar\fR extracts
40 The \fB-i\fR option selects records at \fIsec\fR second intervals. Otherwise,
76 transfers per second of data between system buffers and disk or other block
243 page-out requests per second.
252 pages paged-out per second.
261 pages per second placed on the free list by the page stealing daemon.
270 pages per second scanned by the page stealing daemon.
355 primitives per second.
385 page faults per second that are satisfied by reclaiming a page currently in
386 memory (attaches per second).
[all …]
H A Dm4.1216 Change quote symbols to the first and second arguments. The symbols can be up
249 The second argument is installed as the value of the macro whose name is the
324 If the first argument is defined, the value is the second argument, otherwise
336 string as the second, then the value is the third argument. If not, and if
367 Returns the position in its first argument where the second argument begins
368 (zero origin), or \(mi1 if the second argument does not occur.
456 Returns a substring of its first argument. The second argument is a zero origin
488 second argument to the set given by the third. No abbreviations are permitted.
540 numbers can be specified as in C. The second argument specifies the radix for
556 also be specified as in C. The second argument specifies the radix for the
/illumos-gate/usr/src/cmd/stat/arcstat/
H A Darcstat.pl60 "hits" =>[4, 1000, "ARC reads per second"],
61 "miss" =>[4, 1000, "ARC misses per second"],
62 "read" =>[4, 1000, "Total ARC accesses per second"],
65 "dhit" =>[4, 1000, "Demand Data hits per second"],
66 "dmis" =>[4, 1000, "Demand Data misses per second"],
69 "phit" =>[4, 1000, "Prefetch hits per second"],
70 "pmis" =>[4, 1000, "Prefetch misses per second"],
73 "mhit" =>[4, 1000, "Metadata hits per second"],
74 "mmis" =>[4, 1000, "Metadata misses per second"],
75 "mread" =>[4, 1000, "Metadata accesses per second"],
[all …]
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c83 * size of first, second, third number and total size in process()
87 GElf_Xword second; in process() local
105 * not of type NOBITS; the second number shall be the size of all sections in process()
132 first = second = third = totsize = 0; in process()
166 second += shdr.sh_size; in process()
189 totsize = first + second + third; in process()
191 first, second, third, totsize); in process()
208 * of type PT_LOAD; the second number is the file size of all writable
227 GElf_Xword Second; in process_phdr() local
239 First = Second = Third = Totsize = 0; in process_phdr()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test77 INSERT INTO t1 VALUES(5,'second','entry');
88 INSERT INTO t1 VALUES(6,'second','entry');
99 } {5 5 hello world 6 6 second entry}
109 } {hello one second}
118 } {4 one two 5 hello world 6 second entry}
158 } {-3 y z 4 one two 5 hello world 6 second entry}
200 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z}
203 SELECT rowid, * FROM t1 WHERE b<'second'
208 SELECT rowid, * FROM t1 WHERE 'second'>b
213 SELECT rowid, * FROM t1 WHERE 8>rowid AND 'second'>b
[all …]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c202 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
216 Date->second = ADM_twodigits(&String[5]); in ADM_Decode_Date()
222 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
232 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
250 Date->second = ADM_twodigits(&String[9]); in ADM_Decode_Date()
260 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
270 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
295 Date->second = ADM_twodigits(&String[11]); in ADM_Decode_Date()
312 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
322 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodsg.h72 * tod_get_value Solaris 1 second SC twice per second
73 * tod_domain_skew Solaris 1 second Solaris when needed
75 * tod_i_am_alive SC twice per second Solaris 1 second
76 * tod_timeout_period SC twice per second Solaris when needed
78 * NOTE: SC reads tod_domain_skew twice per second, notices if it
/illumos-gate/usr/src/uts/common/os/
H A Dbdev_dsort.c44 * the current cylinder (in the first request); the second holds
47 * end of the drive to the first request on the second queue,
81 * request, then we must locate the second request list
89 * indicating the start of the second request list.
93 * Search the second request list
109 * be the first request in the second request list.
130 * Neither a second list nor a larger
/illumos-gate/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c42 * process makes two msem_lock() calls in a row, the second one returns an
170 #define SECOND (MS(1000)) /* A second's worth of micro-seconds. */ macro
217 /* Yield the processor; wait 1ms initially, up to 1 second. */
219 if ((usecs <<= 1) > SECOND)
220 usecs = SECOND;
234 * up to 1 second.
238 if ((usecs <<= 1) > SECOND)
239 usecs = SECOND;
/illumos-gate/usr/src/man/man4d/
H A Ddcam1394.4d369 Frame rate is 3.75 frames/second.
373 Frame rate is 7.5 frames/second.
377 Frame rate is 15 frames/second.
381 Frame rate is 30 frames/second.
385 Frame rate is 60 frames/second.
469 The frame rate is 3.75 frames per second.
473 The frame rate is 7.5 frames per second.
477 The frame rate is 15 frames per second.
481 The frame rate is 30 frames per second.
485 The frame rate is 60 frames per second.
/illumos-gate/usr/src/man/man4i/
H A Dcdio.4i42 (Minute, Second, Frame) format.
120 /* starting second */
126 /* ending second */
256 unsigned char second;
318 unsigned char second;
326 unsigned char second;
608 150k/second
610 300k/second
612 600k/second
614 300k/second (2x drive)
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sgpio.h257 /* half-cycle, off for the second */
261 /* half-cycle, on for the second */
265 /* half-cycle, off for the second */
269 /* half-cycle, on for the second */
285 /* half-cycle, off for the second */
289 /* half-cycle, on for the second */
305 /* half-cycle, off for the second */
309 /* half-cycle, on for the second */
313 /* half-cycle, off for the second */
317 /* half-cycle, on for the second */
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c366 uint32_t second = GET_SECOND(m_id); in update_matrix() local
442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) { in update_matrix()
443 SET_MEMBERSHIP(bmp, primary, second); in update_matrix()
449 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix()
455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) { in update_matrix()
456 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix()
465 primary, second) != 0) { in update_matrix()
474 SET_MEMBERSHIP(bmp, primary, second); in update_matrix()
531 uint32_t second; in clear_matrix() local
571 second = GET_SECOND(i); in clear_matrix()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.S88 andcc %o5, 0xff, %g0 ! extract second byte
89 stb %o5, [%o2 + 1] ! store second byte
102 srl %o5, 16, %o4 ! extract second byte
103 andcc %o4, 0xff, %g0 ! is second byte zero ?
105 stb %o4, [%o2 + 1] ! store second byte
149 srlx %o1, 48, %o3 ! %o3<7:0> = second byte
150 andcc %o1, %o4, %g0 ! second byte zero?
152 stb %o3, [%o2 - 7] ! store second byte
229 srlx %o1, 48, %g1 ! get first and second byte
230 sth %g1, [%o2 - 8] ! store first and second byte; word aligned now
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c217 unsigned char *second = data; in get_table_ent_val() local
227 second += 4; in get_table_ent_val()
229 fde = (void *)(uint64_t)(*((uint32_t *)second)); in get_table_ent_val()
238 second += 8; in get_table_ent_val()
240 fde = (void *)(uint64_t)(*((uint64_t *)second)); in get_table_ent_val()
249 second += 4; in get_table_ent_val()
251 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); in get_table_ent_val()
260 second += 8; in get_table_ent_val()
262 fde = (void *)(uint64_t)(*((int64_t *)second)); in get_table_ent_val()
275 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc); in get_table_ent_val()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.S86 andcc %o1, 0xff, %g0 ! second byte zero ?
88 stb %o1, [%o2 + 1] ! store second byte
116 srl %o1, 16, %o3 ! %o3<7:0> = second byte
117 andcc %o1, %o5, %g0 ! second byte zero?
119 stb %o3, [%o2 - 3] ! store second byte
158 srl %o1, 16, %g1 ! get first and second byte
159 sth %g1, [%o2 - 4] ! store first and second byte
/illumos-gate/usr/src/test/zfs-tests/tests/longevity/
H A Dslop_space_test.ksh34 # 4. On the second filesystem, create a file and keep writing
37 # 5. Then start adding properties to second filesystem until
38 # we hit the second level of reserved space (64M)
42 # 7. Attempt to destroy the second filesystem (should fail)
131 # Overwrite every second block of the file.
162 # Keep adding properties to our second
164 # second slop space limit.
/illumos-gate/usr/src/man/man3avl/
H A Davl_create.3avl26 .Fa "int (*compare)(const void *first, const void *second)"
72 is less than the second argument,
73 .Fa second ,
79 If the first argument is greater than the second argument, then the
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh38 # 2. Repeat the process with a second disk
39 # 3. Reattach the drives, causing the second drive's resilver to be
64 # 2. Repeat the process with a second disk
69 # 3. Reattach the drives, causing the second drive's resilver to be deferred

12345678910>>...107