Searched refs:count (Results 401 - 425 of 878) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo_fb.h46 grub_video_fb_get_palette (unsigned int start, unsigned int count,
49 grub_video_fb_set_palette (unsigned int start, unsigned int count,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpathopens.d3 * pathopens.d - full pathnames opened successfully count.
6 * This program prints a count of the number of times files have been
77 @num[self->full] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dpathopens.d3 * pathopens.d - full pathnames opened successfully count.
6 * This program prints a count of the number of times files have been
77 @num[self->full] = count();
/osnet-11/usr/src/lib/libast/common/port/
H A Dmnt.c347 long count;
362 if ((mp->count = mntctl(MCTL_QUERY, sizeof(Handle_t) + SIZE, &mp->info)) <= 0)
379 if (mp->count > 0)
434 if (--mp->count > 0)
642 int count;
656 if ((mp->count = w_getmntent(mp->buf, sizeof(mp->buf))) > 0)
677 if (mp->count-- <= 0)
679 if ((mp->count = w_getmntent(mp->buf, sizeof(mp->buf))) <= 0)
681 mp->count--;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c72 int count; /* dynamic loop count */ member in struct:__anon1160
165 unsigned int count[UCHAR_MAX + 1]; /* char frequency count */ \
166 unsigned int multi[UCHAR_MAX + 1]; /* muti char count */ \
808 if (!ep->value.loop->count)
810 ep->value.loop->count = num;
814 else if (!--ep->value.loop->count)
1017 if (2 * mp->count[';'] > mp->count['
[all...]
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c481 v12n_string_copyout(char *sout, char *sfrom, size_t count) argument
485 if (sout != NULL && count > 0) {
486 count = MIN(ret, count);
487 (void) memcpy(sout, sfrom, count);
496 v12n_domain_name(char *buf, size_t count) argument
509 rv = v12n_string_copyout(buf, ldmname, count);
866 v12n_ctrl_domain(char *buf, size_t count) argument
878 rv = v12n_string_copyout(buf, str, count);
889 v12n_chassis_serialno(char *buf, size_t count) argument
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c58 int count; local
68 count = 1;
71 count++;
74 str = calloc(1, sizeof (char) * count + 1);
78 for (x = 0; x < count; x++) {
81 str[count - 1 - x] = a + '0';
84 str[count] = '\0';
1164 * / nonce-count / auth-param
1173 * nonce-count = "nc" EQUAL nc-value
1195 * / nonce-count
1341 int count; local
[all...]
H A Dsip_dialog.c111 int count = 0; local
148 for (count = 0; count <= SIP_DLG_DESTROYED; count++) {
149 msg_chain = dialog->sip_dlg_log[count].sip_msgs;
324 int count; local
363 count = snprintf(rsp, rspl, "%s", route->sip_dlg_route);
381 rsp += count;
382 rspl -= count;
409 count
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd160.c155 hd->count = 0;
410 if( hd->count == 64 ) /* flush the buffer */
414 hd->count = 0;
419 if( hd->count )
421 for( ; inlen && hd->count < 64; inlen-- )
422 hd->buf[hd->count++] = *inbuf++;
431 hd->count = 0;
437 for( ; inlen && hd->count < 64; inlen-- )
438 hd->buf[hd->count++] = *inbuf++;
476 /* multiply by 64 to make a byte count */
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd160.c155 hd->count = 0;
410 if( hd->count == 64 ) /* flush the buffer */
414 hd->count = 0;
419 if( hd->count )
421 for( ; inlen && hd->count < 64; inlen-- )
422 hd->buf[hd->count++] = *inbuf++;
431 hd->count = 0;
437 for( ; inlen && hd->count < 64; inlen-- )
438 hd->buf[hd->count++] = *inbuf++;
462 /* multiply by 64 to make a byte count */
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1016 * @count: number of bytes to read
1019 * This function will read @count bytes from the volume @vol to the data buffer
1024 * lower than @count this means that the read reached end of file or that an
1026 * nothing was read (also return 0 when @count is 0).
1036 const s64 pos, s64 count, void *b)
1041 if (!vol || !rl || pos < 0 || count < 0) {
1045 if (!count)
1046 return count;
1053 for (total = 0LL; count; rl++, ofs = 0) {
1060 to_read = min(count, (r
1035 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl, const s64 pos, s64 count, void *b) argument
1119 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl, const s64 pos, s64 count, void *b) argument
1220 ntfs_rl_fill_zero(const ntfs_volume *vol, const runlist *rl, s64 pos, const s64 count) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c1113 int count, mem_err, cur_idx, cur_size; member in struct:localaddr_data
1130 data->count++;
1147 (1 + data->count + data->cur_idx) * sizeof (krb5_address *));
1153 data->cur_size = 1 + data->count + data->cur_idx;
1154 for (i = data->cur_idx; i <= data->count + data->cur_idx; i++)
1270 int i, count; local
1308 count = i;
1310 fprintf (stderr, " %d addresses\n", count);
1312 if (datap->cur_idx + count >= datap->cur_size) {
1315 sizeof (krb5_address *) * (datap->cur_idx + count));
1505 int err, count, i; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1052 int len, ret, count = 0; local
1138 ++count;
1141 ++count;
1144 ++count;
1148 if (count == 3) {
1149 count = 0;
1210 ++count;
1213 ++count;
1217 if (count == 2) {
1218 count
1644 int i, index, count; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x84 int count;
93 % int count;
/osnet-11/usr/src/lib/libcmd/common/
H A Dwho.c42 "[q:count?Writes only the login names and the number of users logged on. "
215 int count = 0; local
251 if(count)
257 count++;
260 sfprintf(out,"\n# users=%d\n",count);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c860 int count, i; local
867 if ((count = swapctl(SC_GETNSWP, NULL)) < 0) {
872 if (count == 0) {
877 tbl = calloc(1, sizeof (int) + count * sizeof (swapent_t));
883 ptr = calloc(1, count * MAXPATHLEN);
891 tbl->swt_n = count;
892 for (i = 0; i < count; i++) {
898 count = swapctl(SC_LIST, tbl);
899 if (count < 0) {
907 return (count);
926 int count; local
[all...]
/osnet-11/usr/src/lib/libgss/
H A Dg_rel_cred.c74 for (j = 0; j < union_cred->count; j++) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c84 data_set->count != 1 ||
166 data_set->count != 1 ||
353 if (data_set == GSS_C_NO_BUFFER_SET || data_set->count == 0) {
415 data_set->count != 1 ||
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-args.h141 size_t count; member in struct:__anon452
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkpasswd-pbkdf2.c56 -c number, --iteration-count=number Number of PBKDF2 iterations\n\
89 unsigned int count = 10000, buflen = 64, saltlen = 64; local
112 count = strtoul (optarg, NULL, 0);
230 count, buf, buflen);
250 count, salthex, bufhex);
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h94 long count; /* amount of nodes in the queue */ member in struct:transq_hdr_s
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h295 xfs_uint16_t count; /* count of active entries */ member in struct:xfs_da_intnode::xfs_da_node_hdr
379 xfs_uint16_t count; /* count of entries */ member in struct:xfs_dir2_leaf_hdr
380 xfs_uint16_t stale; /* count of stale entries */
401 xfs_uint32_t count; /* count of leaf entries */ member in struct:xfs_dir2_block_tail
402 xfs_uint32_t stale; /* count of stale lf entries */
447 xfs_uint8_t count; /* count o member in struct:xfs_dir2_sf_hdr
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c74 int count; /* !!!: Has to contain max number of cursors. */ local
92 for (count = 0, dbc = TAILQ_FIRST(&dbp->active_queue);
102 ++count;
107 return (count);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c243 size_t count; local
245 count = 0;
249 count += elp->len;
251 return (count);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsync.c39 reg int nsync, count, loop; local
43 { rv = nsync = count = 0;
52 { count += 1;
76 if(nsync == count)

Completed in 66 milliseconds

<<11121314151617181920>>