Searched refs:count (Results 626 - 650 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c737 uint_t indx, count, tdiff; local
816 count = ulog->kdb_last_sno - sno;
820 sizeof (kdb_incr_update_t) * count);
859 ulog_handle->updates.kdb_ulog_t_len = count;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-args.c42 for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++)
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c76 unsigned long count; local
79 count = 1;
81 else if ((argc > 1) || (count = grub_strtoul (argv[0], &p, 10)) == 0 ||
86 active_breaks = count;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcharset.h181 At beginning set *code = 0, *count = 0. Returns 0 on failure and
182 1 on success. *count holds the number of trailing bytes. */
184 grub_utf8_process (grub_uint8_t c, grub_uint32_t *code, int *count);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
416 xfs.dirmax = inode->di_u.di_dir2sf.hdr.count;
428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale);
438 xfs.dirmax = le16 (h->count) - le16 (h->stale);
H A Dsmp-imps.c428 imps_read_config_table (unsigned start, int count) argument
430 while (count-- > 0)
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapdelete.c209 if ( ((Head *)&HeadNode)->count > 1 ) {
H A Dldaptool.h216 long count; member in struct:__anon55
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dvthread.h136 int count; member in struct:_vtmutex_s
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s59 * if (count > 64) {
61 * if (count > 1664 ) {
140 add %o2, %o3, %o2 ! update o2 with new count
368 andn %o2, 3, %o3 ! create word sized count in %o3
370 dec %o2 ! decrement count
381 and %o2, 3, %o2 ! leftover count, if any
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c545 size_t count; local
558 &dependents, &count) != 0)
561 for (i = 0; i < count; i++) {
573 for (i = 0; i < count; i++)
H A Dlibzfs_prop.c1315 int count; local
1319 count = table->zpt_prop_seq;
1322 count = (table->zpt_sublist_seq - 1);
1325 count = ((table->zpt_sublist_seq - 1) + table->zpt_prop_seq);
1328 count = zc_get_numprops(type);
1331 count = (table->zpt_prop_seq - zc_get_numprops(type));
1334 count = -1;
1337 return (count);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h77 uint32_t ses_refcnt; /* session reference count */
148 /* Increment session ref count. */ \
210 uint32_t count; /* current total sessions in the list */ member in struct:ses_to_be_freed_list
219 /* count to become zero */
222 * This macro is used to decrement the session reference count by one.
229 * 2) Decrement the session reference count by one.
230 * 3) If the session reference count becomes zero after being decremented,
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c199 int count; local
202 for (count = 0, gmt = g_gid_map_table; gmt->ip_address; gmt++) {
203 count++;
205 if (count > MAX_GID_ENTRIES) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c81 int count; member in struct:back_save
221 if(++bck.count > shgd->lim.child_max)
729 register int count = 0, running = 0; local
749 count++;
753 if(count)
1917 register int count=bck.count; local
1918 while(jp && count-->0)
1936 bck.count--;
1954 bck.count
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h288 extern s64 ntfs_attr_pread(ntfs_attr *na, const s64 pos, s64 count,
290 extern s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count,
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c210 if (grub_be_to_cpu16 (dr[i].count) + pos > block)
228 pos += grub_be_to_cpu16 (dr[i].count);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dutf8.t49 $count = read(F,$buf,2,1);
50 ok( $count == 2 );
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dweblatency.d164 @Num[self->host] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dweblatency.d164 @Num[self->host] = count();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm259 my @count = $dh->read();
261 return(@count == 2 ? 1 : 0);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c254 * recursively (and miss the first count).
466 tssp->un.sema.sema_max_count = sp->count;
467 tssp->un.sema.sema_min_count = sp->count;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s106 deccc %o2 ! delay slot, compare count (len)
145 .iss2: andn %o2, 3, %o3 ! count of aligned bytes
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s105 deccc %o2 ! delay slot, compare count (len)
142 .iss2: andn %o2, 3, %o3 ! count of aligned bytes
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddelete.c168 ** this means that the row change count will be incorrect.
172 /* If counting rows deleted, just count the total number of
344 int count /* Increment the row change counter */
350 (count?OPFLAG_NCHANGE:0) | OPFLAG_CSCHANGE);

Completed in 76 milliseconds

<<21222324252627282930>>