/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | misc2.test | 199 CREATE TABLE counts(n INTEGER PRIMARY KEY); 200 INSERT INTO counts VALUES(0); 201 INSERT INTO counts VALUES(1); 202 INSERT INTO counts SELECT n+2 FROM counts; 203 INSERT INTO counts SELECT n+4 FROM counts; 204 INSERT INTO counts SELECT n+8 FROM counts; 209 FROM counts AS dim1, counts AS dim2, counts AS dim3 220 FROM counts AS dim1, counts AS dim2, counts AS dim3 231 FROM counts AS dim1, counts AS dim2, counts AS dim3, counts AS dim4
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | mdi.c | 323 static int counts = 0; in mdi_pi_client_link_walk_step() local 325 if (firstaddr == wsp->walk_addr && counts != 0) { in mdi_pi_client_link_walk_step() 326 counts = 0; in mdi_pi_client_link_walk_step() 330 counts = 0; in mdi_pi_client_link_walk_step() 342 counts++; in mdi_pi_client_link_walk_step() 392 static int counts = 0; in mdi_pi_phci_link_walk_step() local 394 if (firstaddr == wsp->walk_addr && counts != 0) { in mdi_pi_phci_link_walk_step() 395 counts = 0; in mdi_pi_phci_link_walk_step() 399 counts = 0; in mdi_pi_phci_link_walk_step() 411 counts++; in mdi_pi_phci_link_walk_step() [all …]
|
H A D | dist.c | 193 dist_print_bucket(const int *distarray, int i, const uint_t *counts, in dist_print_bucket() argument 212 count += counts[b]; in dist_print_bucket()
|
/titanic_50/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcptop.d | 49 counts = $1 ? $1 : 10; 120 counts--; 127 /counts == 0/
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.s | 43 cmp %i2, 17 ! delay slot, for small counts copy bytes 48 cmp %i2, 17 ! delay slot, for small counts copy bytes
|
H A D | memcpy.s | 58 cmp %o2, 17 ! for small counts copy bytes
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | memmove.s | 43 cmp %i2, 17 ! delay slot, for small counts copy bytes 48 cmp %i2, 17 ! delay slot, for small counts copy bytes
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 91 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate() local 120 memset(counts, 0, sizeof counts); in res_nmkupdate() 126 counts[section]++; in res_nmkupdate() 128 if (counts[i]) in res_nmkupdate() 708 hp->qdcount = htons(counts[0]); in res_nmkupdate() 709 hp->ancount = htons(counts[1]); in res_nmkupdate() 710 hp->nscount = htons(counts[2]); in res_nmkupdate() 711 hp->arcount = htons(counts[3]); in res_nmkupdate()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | err.D_FUNC_UNDEF.badaggfunc.d | 41 @counts["badtest"] = foo();
|
H A D | err.D_AGG_FUNC.bad.d | 42 @counts["xyz"] = breakpoint();
|
H A D | err.D_FUNC_IDENT.bad.d | 42 @counts[0][2] = tick-1();
|
H A D | err.D_AGG_MDIM.bad.d | 42 @counts[0][2] = count();
|
H A D | tst.count2.d | 47 @counts["tick-count"] = count();
|
H A D | tst.goodkey.d | 47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
|
/titanic_50/usr/src/cmd/dtrace/demo/agg/ |
H A D | writes.d | 29 @counts["write system calls"] = count();
|
H A D | writesbycmd.d | 29 @counts[execname] = count();
|
H A D | writesbycmdfd.d | 29 @counts[execname, arg0] = count();
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_AGG_SPEC.SpeculateWithCount.d | 49 @counts["speculate"] = count();
|
/titanic_50/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | intrstat.d | 38 @counts[stringof(`devnamesp[this->devi->devi_major].dn_name),
|
/titanic_50/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memset.s | 61 cmp %o2, 12 ! if small counts, just write bytes
|
/titanic_50/usr/src/cmd/truss/ |
H A D | ramdata.h | 192 struct counts { /* structure for keeping counts */ struct 215 extern struct counts *Cp; /* for counting: malloc() or shared memory */ argument
|
H A D | ramdata.c | 100 struct counts *Cp; /* for counting: malloc() or shared memory */
|
/titanic_50/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memset.s | 62 cmp %o2, 12 ! if small counts, just write bytes
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_drv.c | 216 for (i = 0; i < DRM_ARRAY_SIZE(dev->counts); i++) in drm_firstopen() 217 *(&dev->counts[i]) = 0; in drm_firstopen() 438 atomic_inc_32(&dev->counts[_DRM_STAT_OPENS]); in drm_open() 511 atomic_inc_32(&dev->counts[_DRM_STAT_CLOSES]); in drm_close()
|
H A D | drm_kstat.c | 57 (knp++)->value.ui32 = sc->counts[tmp]; in drm_kstat_update()
|