Searched refs:count (Results 176 - 200 of 878) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table_c.x66 long count;
77 % long count;
82 % count = 0;
104 % <loc1...locn> are the entries. n2 <= n1 because we never count beyond n1.
135 long count; /* measures fullness of table */
154 % long count; /* measures fullness of table */
193 % long fullness() { return count; }
242 % is placed. 'count' is incremented if entry is added. Table may grow
255 % the freelist. 'count' is decremented if the deletion occurs. The object
260 % <table_size><last_used><count>[freelis
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd4.c66 int count; member in struct:__anon519
81 ctx->count = 0;
201 if( hd->count == 64 ) /* flush the buffer */
205 hd->count = 0;
211 if( hd->count )
213 for( ; inlen && hd->count < 64; inlen-- )
214 hd->buf[hd->count++] = *inbuf++;
224 hd->count = 0;
229 for( ; inlen && hd->count < 64; inlen-- )
230 hd->buf[hd->count
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dmd4.c66 int count; member in struct:__anon565
81 ctx->count = 0;
201 if( hd->count == 64 ) /* flush the buffer */
205 hd->count = 0;
211 if( hd->count )
213 for( ; inlen && hd->count < 64; inlen-- )
214 hd->buf[hd->count++] = *inbuf++;
224 hd->count = 0;
229 for( ; inlen && hd->count < 64; inlen-- )
230 hd->buf[hd->count
[all...]
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h111 PedSector start, PedSector count);
113 PedSector start, PedSector count);
117 PedSector start, PedSector count);
142 PedSector start, PedSector count);
144 PedSector start, PedSector count);
148 PedSector start, PedSector count);
/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dgeom.c277 * \p count sectors are read into \p buffer.
280 * ped_device_read (geom->disk->dev, buffer, geom->start + offset, count)
290 PedSector count)
297 PED_ASSERT (count >= 0, return 0);
301 if (real_start + count - 1 > geom->end)
304 if (!ped_device_read (geom->dev, buffer, real_start, count))
312 PedSector offset, PedSector count)
314 char *buf = ped_malloc (count * geom->dev->sector_size);
317 int ok = ped_geometry_read (geom, buf, offset, count);
363 * \p count sector
289 ped_geometry_read(const PedGeometry* geom, void* buffer, PedSector offset, PedSector count) argument
311 ped_geometry_read_alloc(const PedGeometry* geom, void** buffer, PedSector offset, PedSector count) argument
368 ped_geometry_write(PedGeometry* geom, const void* buffer, PedSector offset, PedSector count) argument
413 ped_geometry_check(PedGeometry* geom, void* buffer, PedSector buffer_size, PedSector offset, PedSector granularity, PedSector count, PedTimer* timer) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Duniq.c40 "[c:count?Output the number of times each line occurred along with "
90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next; local
151 count++;
154 next = count;
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count))
170 if(count<9)
175 outp[f++] = '0' + count + 1;
178 else if(count<MAXCNT)
180 count
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c523 size_t count; local
524 for (count = a_len; count > 0; count--)
595 size_t count; local
596 for (count = b_len; count > 0; count--)
623 size_t count; local
624 for (count
700 size_t count; local
725 size_t count; local
833 size_t count; local
1123 size_t count; local
1138 size_t count; local
1220 size_t count; local
1233 size_t count; local
1995 int count = u8_strmblen (arg_end); local
2020 int count = u8_strmblen (arg_end); local
2123 int count = u16_strmblen (arg_end); local
2148 int count = u16_strmblen (arg_end); local
2251 int count = u32_strmblen (arg_end); local
2276 int count = u32_strmblen (arg_end); local
2477 int count; local
2513 int count; local
2566 int count; local
2591 int count; local
2644 int count; local
2689 int count; local
2739 int count; local
2821 int count; local
2850 int count; local
3364 size_t count = p - tmp; local
3897 size_t count = exponent + 1; local
3913 size_t count = -exponent - 1; local
4367 size_t count = exponent + 1; local
4383 size_t count = -exponent - 1; local
4550 size_t count = p - tmp; local
4905 int count = -1; local
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_status.c175 shadow_get_errors(shadow_handle_t *shp, size_t count) argument
181 assert(count > 0);
183 if ((errors = shadow_zalloc(count *
188 assert(count >= shp->sh_errcount);
189 for (i = 0, sep = shp->sh_errors; i < count; sep = sep->se_next, i++) {
194 shadow_free_errors(errors, count);
204 shadow_free_errors(shadow_error_report_t *errors, size_t count) argument
208 for (i = 0; i < count; i++)
/osnet-11/usr/src/lib/libnsl/dial/
H A Dgetargs.c41 * arps -> array of pointers -- count + 1 pointers
42 * count -> max number of fields
49 getargs(char *s, char *arps[], int count) argument
53 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunix_io.c186 * @count:
193 s64 count)
195 return read(DEV_FD(dev), buf, count);
202 * @count:
209 s64 count)
216 return write(DEV_FD(dev), buf, count);
223 * @count:
231 s64 count, s64 offset)
233 return pread(DEV_FD(dev), buf, count, offset);
240 * @count
192 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, s64 count) argument
208 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, s64 count) argument
230 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) argument
247 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) argument
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcp_network.c80 * must be set to 0. The count field specifies the maximum number of
90 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
137 * ``location'' in ``listppp''. Return number of list elements in ``count''.
138 * If no objects exist, then ``count'' is set to 0 and DSVC_SUCCESS is returned.
144 list_dn(const char *location, char ***listppp, uint_t *count) argument
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_private.c52 uint32_t count; local
78 (void) printf("enumerate_dd: count of modules: %d\n", nmods);
119 error = list_dd(&dsp, DSVC_DHCPTAB, &listpp, &count);
122 (void) printf(" %d dhcptab container(s): ", count);
123 for (i = 0; i < count; i++) {
131 (void) printf("list_dd: listpp: 0x%p, count: %d\n",
132 (void *)listpp, count);
194 &count);
198 if (count != 1) {
200 count);
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DCountValue.java34 * A {@code long} value aggregated by the DTrace {@code count()} action.
58 * Creates a value aggregated by the DTrace {@code count()} action.
61 * @param v aggregated value count
62 * @throws IllegalArgumentException if the given count is negative
74 long count = super.getValue().longValue();
75 if (count < 0) {
76 throw new IllegalArgumentException("count is negative");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
102 opt_top=0; opt_elapsed=0; opt_dtime=0; interval=5; count=-1; top=0
120 [-m mount_point] [-t top] [interval [count]]
151 count=$1; shift
190 inline int COUNTER = '$count';
267 /* increase disk event pending count */
277 /* decrease disk event pending count */
H A Dj_package.d3 * j_package.d - count Java class loads by package using DTrace.
49 @loads[pid, dirname(stringof(this->class))] = count();
H A Dj_profile.d70 @stacks[jstack(DEPTH)] = count();
H A Dpy_profile.d71 @stacks[jstack(DEPTH)] = count();
H A Drwtop12 # [-t top] [interval [count]]
74 opt_top=0; opt_count=0; interval=5; count=-1; top=0
89 [-t top] [interval [count]]
116 count=$1; shift
149 inline int COUNTER = '$count';
H A Dzvmstat10 # USAGE: zvmstat [-ht] [interval [count]]
84 USAGE: zvmstat [-ht] [interval [count]]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_package.d3 * j_package.d - count Java class loads by package using DTrace.
49 @loads[pid, dirname(stringof(this->class))] = count();
H A Dj_profile.d70 @stacks[jstack(DEPTH)] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_profile.d71 @stacks[jstack(DEPTH)] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Zones/
H A Dzvmstat10 # USAGE: zvmstat [-ht] [interval [count]]
84 USAGE: zvmstat [-ht] [interval [count]]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
102 opt_top=0; opt_elapsed=0; opt_dtime=0; interval=5; count=-1; top=0
120 [-m mount_point] [-t top] [interval [count]]
151 count=$1; shift
190 inline int COUNTER = '$count';
267 /* increase disk event pending count */
277 /* decrease disk event pending count */
H A Drwtop12 # [-t top] [interval [count]]
74 opt_top=0; opt_count=0; interval=5; count=-1; top=0
89 [-t top] [interval [count]]
116 count=$1; shift
149 inline int COUNTER = '$count';

Completed in 63 milliseconds

1234567891011>>