Searched refs:count (Results 651 - 675 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h664 * The count of proprietary properties (less that or equal to eight)
2160 * @param count
2165 * contain the same number of elements as count.
2191 MP_UINT32 count,
2205 * @param count
2210 * contain the same number of elements as @ref count.
2244 MP_UINT32 count,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c248 * count is not zero. This means that if the thread that is attempting
267 * the session reference count becomes zero and this flag
413 * 4) Increment the session reference count by one. This is to prevent
431 /* Increment session ref count. */
467 if (++ses_delay_freed.count >= MAX_SES_TO_BE_FREED) {
470 * the total count reaches maximum threshold.
472 ses_delay_freed.count--;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSessionUtil.c254 * count is not zero. This means that if the thread that is attempting
273 * the session reference count becomes zero and this flag
354 * 4) Increment the session reference count by one. This is to prevent
372 /* Increment session ref count. */
408 if (++ses_delay_freed.count >= MAX_SES_TO_BE_FREED) {
411 * the total count reaches maximum threshold.
413 ses_delay_freed.count--;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c261 obj_delay_freed.count = 0;
276 ses_delay_freed.count = 0;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c483 * free the argument list if the use count is 1
484 * If count is greater than 1 decrement count and return same blk
485 * Free the argument list if the use count is 1 and return next blk
532 /* count args and number of bytes of arglist */
537 dp->dolrefcnt=1; /* use count */
581 * increase the use count so that an sh_argset will not make it go away
848 register int count = 0; local
857 count++;
871 count
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c877 * Increment the configuration use count by one - assumes ns_parse_lock has
963 * Decrements the ns_config_t usage count by one. Delete if delete flag
1005 * Create an ns_config_t, set the usage count to one
2816 int count, i; local
2831 count = ptr->ns_acnt;
2832 if (count == 0)
2838 count = 1;
2841 dupdata = (void **)calloc((count + 1), sizeof (void *));
2847 for (i = 0; i < count; i++) {
2858 for (i = 0; i < count;
3049 int count, i; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c119 int i, count; local
134 count = 0;
141 count = 0;
150 ++count;
153 if (count) {
155 offset += count;
1366 * Keep the most recent log entries, based on max count.
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c45 grub_uint32_t count; member in struct:grub_hfsplus_extent
91 grub_uint16_t count; member in struct:grub_hfsplus_btnode
287 if (blksleft < grub_be_to_cpu32 (extent[i].count))
289 blksleft -= grub_be_to_cpu32 (extent[i].count);
623 for (rec = first_rec; rec < grub_be_to_cpu16 (first_node->count); rec++)
684 for (rec = 0; rec < grub_be_to_cpu16 (nodedesc->count); rec++)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c115 * back to the old version which kept a count and enforced a limit.
1150 int count; local
1156 (void) sem_getvalue(&mqhp->mq_notempty, &count);
1157 omqstat->mq_curmsgs = count;
1173 int count; local
1185 (void) sem_getvalue(&mqhp->mq_notempty, &count);
1186 mqstat->mq_curmsgs = count;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c560 ** DELETE statement to complete execution. The count does not include
871 int count /* Number of times table has been busy */
882 if( count <= NDELAY ){
883 delay = delays[count-1];
884 prior = totals[count-1];
887 prior = totals[NDELAY-1] + delay*(count-NDELAY-1);
897 if( (count+1)*1000 > timeout ){
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py915 count = 0 variable
919 count += 1
920 if count == 4:
939 count = 0
943 count += 1
944 if count == 4:
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c618 smb_ads_hlist_alloc(int count) argument
622 if (count == 0)
629 hlist->ah_list = calloc(count, sizeof (smb_ads_host_info_t));
635 hlist->ah_cnt = count;
1093 smb_ads_reorder_servers(char **servers, uint32_t count, char *srv) argument
1105 tmplist = calloc(count + 1, sizeof (char *));
1109 bcopy(servers, tmplist, count * sizeof (char *));
1110 for (i = 1; i < count; i++) {
1117 bcopy(&tmplist[start_idx], &servers[0], (count - start_idx) *
1119 bcopy(&tmplist[0], &servers[count
[all...]
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml208 my $count = $entries + 1;
219 print Cfile "static struct entry $structName\[$count\] = {\n";
239 print Cfile "\t$count,\n";
249 my $count = $#pointers + 2;
250 print Cfile "adt_translation_t *${pfx_adt}_xlate_table[$count] = {\n";
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c1507 size_t symn, strsz, count; local
1523 * First record all the symbols into a table and count up the ones
1527 for (i = 0, count = 0; i < symn; i++, symp++) {
1531 count++;
1540 symtab->sym_count = count;
1541 indexa = symtab->sym_byaddr = calloc(sizeof (uint_t), count);
1542 indexb = symtab->sym_byname = calloc(sizeof (uint_t), count);
1578 qsort(symtab->sym_byaddr, count, sizeof (uint_t), byaddr_cmp);
1579 qsort(symtab->sym_byname, count, sizeof (uint_t), byname_cmp);
2808 uint_t *map, i, count, nd local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c950 int err, elem_sz, count, cursz; local
980 cursz = count = v->value_count;
986 if (count + 1 >= cursz) {
998 if (get_value(val, v, count, buf, sz) != 0)
1001 count++;
1004 v->value_count = count;
1013 v->value_count = count;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c556 param->info->iu.info1->count = de.de_nitems;
568 param->info->iu.info2->count = de.de_nitems;
581 param->info->iu.info3->count = de.de_nitems;
594 param->info->iu.info4->count = de.de_nitems;
607 param->info->iu.info5->count = de.de_nitems;
621 param->info->iu.info6->count = de.de_nitems;
634 param->info->iu.info300->count = de.de_nitems;
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s110 andn %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
111 sub %o2, %o3, %o2 ! update o2 with new count
115 deccc %o3 ! decrement count
118 andncc %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
292 sub %o2, %o5, %o2 ! adjust count to align dst
698 ! size < 256: 8-byte aligned count
701 ! %o2 = actual count remaining
732 andn %o5, 0x7, %o5 ! 8-byte aligned count
759 subcc %o5, 0x8, %o5 ! update local count
766 subcc %o5, 0x8, %o5 ! update local count
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c202 return (gettext("session count"));
3674 (void) strlcat(prompt, gettext(" (Warning: PIN count low)"), prompt_len);
3924 CK_ULONG count; local
3976 if ((r = id_cryptoctx->p11->C_FindObjects(session, &obj, 1, &count))
3977 != CKR_OK || count == 0) {
4113 CK_ULONG count = 0; local
4157 * Start by getting a count of all slots with or without tokens.
4160 if ((r = cctx->p11->C_GetSlotList(FALSE, NULL, &count)) != CKR_OK) {
4169 if (count == 0) {
4174 pkiDebug("pkinit_open_session: no slots, count
4551 CK_ULONG count; local
5550 int count; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.c531 int count = 0; local
557 count++;
605 return (count);
2175 int count = 0; local
2184 count ++;
2187 return (count);
2206 int count = 0; local
2215 count++;
2218 return (count);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c789 uint_t i, count = 0; local
796 /* count the number of ports */
801 count++;
805 } else if (count > 1) {
823 for (i = 0; i < count; i++) {
843 uint_t count = 0; local
864 /* count the number of algorithms */
867 ++count;
877 } else if (count != 1) {
1910 int count local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c1833 CK_ULONG index, count; local
1848 count = index - global_shm->num_priv_tok_obj;
1850 count = global_shm->num_priv_tok_obj - index;
1853 if (count > 0) {
1856 sizeof (TOK_OBJ_ENTRY) * count);
1875 count = index - global_shm->num_publ_tok_obj;
1877 count = global_shm->num_publ_tok_obj - index;
1880 if (count > 0) {
1883 sizeof (TOK_OBJ_ENTRY) * count);
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_prop.c225 int i, count = LLDP_VALCNT(lldp_mode_vals); local
227 for (i = 0; i < count; i++) {
943 int i, count = 0; local
961 count = pdp->lpd_noptval - 1;
962 for (i = 1, mask = 1; i < count; i++, mask <<= 1) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc641 long i, count; local
651 dbie = mindex->satisfy_query_dbonly(qin, &count, FALSE, &valid);
652 if (dbie != 0 && valid && count > 0) {
653 table->setEnumMode(count);
655 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c84 static uint16_t checksum(uint16_t *addr, int32_t count);
1279 checksum(uint16_t *addr, int32_t count) argument
1282 * Compute Internet Checksum for "count" bytes
1288 while (count > 1) {
1291 count -= 2;
1295 if (count > 0)
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c655 int count; local
660 count = sscanf(sub, "@%x%n,%x%n", &num1, &pos1, &num2, &pos2);
663 * count is the counter describing how many items are identified
670 if (count == 1 && !sub[pos1]) {
673 } else if (count == 2 && !sub[pos2]) {
680 i_iov_dprintf("sscanf returns error, count=%x,sub=%s\n",
681 count, sub);

Completed in 304 milliseconds

<<21222324252627282930>>