Searched refs:count (Results 826 - 850 of 878) sorted by relevance

<<313233343536

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h39 unsigned short count; member in struct:ami_oid
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h387 extern void di_slot_names_free(int count, di_slot_name_t *slot_names);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c557 for (i=0; i<desired_mechs->count; i++) {
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c845 krb5_db_free_principal(krb5_context kcontext, krb5_db_entry * entry, int count) argument
855 status = v->db_free_principal(kcontext, entry, count);
875 krb5_tl_data **start, krb5_int16 *count,
920 (*count)--;
874 extract_db_args_from_tl_data(krb5_context kcontext, krb5_tl_data **start, krb5_int16 *count, char ***db_argsp) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h216 uint32_t obj_refcnt; /* object reference count */
242 uint32_t count; /* current total objs in the list */ member in struct:obj_to_be_freed_list
477 /* count to become zero */
486 * count by one. This is to prevent this object from being deleted by
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c305 cdb.count = (uchar_t)buf_len;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c345 /* count expected size of output (can safely overestimate) */
3119 int count; local
3122 if ((count = NIS_RES_NUMOBJ(result)) != 1)
3127 map->map_file, count);
3132 name, count);
3224 int count; local
3227 if ((count = NIS_RES_NUMOBJ(result)) != 1)
3232 count);
3237 name, count);
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc305 int count; local
325 count = 0;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c546 const void *b, long long count)
552 return count;
556 bytes_written = dev->d_ops->write(dev, b, count);
565 count -= bytes_written;
568 } while (count && retry < 3);
569 if (count)
2804 /* Increment the link count of @m_file. */
2819 /* Undo link count increment. */
2841 /* Undo link count increment. */
2916 /* Increment the link count o
545 mkntfs_write(struct ntfs_device *dev, const void *b, long long count) argument
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py409 Returns a count of the number of deleted entries.
420 count = orig_len - len(self.entry_list)
422 self._debug('Deleted %d entr(y|ies)', count)
424 if count > 0:
427 count = 0
434 count = 1
437 return count
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c295 {SCF_TYPE_COUNT, REP_PROTOCOL_TYPE_COUNT, "count"},
879 * these subhandles count as internal references, not external ones.
3156 return (len + 1); /* count the '\0' */
7718 info.count = 0;
7796 info.count++;
8155 uint_t count; local
8179 for (j = 0, count = 0;
8206 count++;
8210 if ((count >= 2) && (out < bufend)) {
8218 if ((count >
[all...]
H A Dmidlevel.c1426 * For the given property name, return the count value.
1472 * Now get the count value.
1487 * scf_trans_add_count_property(trans, propname, count, create_flag)
1489 * Set a count property transaction entry into the pending SMF transaction.
1514 uint64_t count,
1534 scf_value_set_count(value, count);
1543 scf_value_set_count(value, count);
1511 scf_set_count_property( scf_transaction_t *trans, char *propname, uint64_t count, boolean_t create_flag) argument
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c203 * count of the above optional property values. 0 if pd_optval is NULL.
2412 * If a range of CPUs was entered, update value count and reallocate
2725 uint_t count = r->mpr_count; local
2728 *rcount = count;
2729 --count;
2733 *sz += (count * sizeof (mac_propval_uint32_range_t));
4768 * actual count of value ranges. See mac.h for more details.
4806 uint_t count = rangep->mpr_count, i; local
4810 for (i = 0; i < count; i++, ur++) {
4819 *val_cnt = count;
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2632 int count = 0; local
2639 count++;
2642 return (count);
2654 get_rootnames(seconfig_t *sec, char *list, int *count) argument
2669 *count = c;
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c2540 /* count the number of module-specific options first */
2617 pam_conf_strnchr(char *sp, int c, intptr_t count) argument
2619 while (count) {
2624 count--;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c192 static void cleanup_key_data(context, count, data)
194 int count;
199 for (i = 0; i < count; i++)
509 /* increment the policy ref count, if any */
533 /* decrement the policy ref count */
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2699 si_p->si_state.sem_count = generic_so.semaphore.count;
2704 si_p->si_data = (psaddr_t)generic_so.semaphore.count;
3026 * 2) semaphore's count set to value
3088 generic_so.semaphore.count = value;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c2297 int count = 0; local
2374 ++count;
2387 /* return count */
2388 return (count);
2666 /* cleanup, return count or error */
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1696 mp->count = 1;
1717 mplast->count++;
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c388 fuse_uvfs_close_common(libuvfs_fs_t *fs, libuvfs_fid_t *fid, uint64_t count) argument
399 * No work to do if count is not zero.
401 if (count != 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL822 True if (hard) link count of file matches N (see below).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm213 my($count,$first,$last,$group) = ($1,$2,$3,$4);
222 ? ($count,$first,$last,$group)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm620 ## Increment error count and print message "
924 $self->{"_have_head_$hnum"}++; # count head types
1074 # count the unescaped angle brackets
1077 my $count;
1078 if($count = tr/<>/<>/) {
1081 -msg => "$count unescaped <> in paragraph" });
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c478 is_in_counted_list(char **list, int count, char *item) argument
482 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c10167 int count; member in struct:paths_store
10173 * Callback to count the number of the paths listed in the profile.
10194 if (ps->count >= ps->max)
10197 if ((ps->paths[ps->count] = strdup(path)) == NULL)
10200 ps->count++;
10212 for (i = 0; i < ps[b].count; i++)
10244 /* count the list of writable/readonly paths */
10246 ps[w].max = ps[w].count = 0;
10305 for (j = 0; j < ps[ZS_WHITE].count; j++) {
10320 if (j == ps[ZS_WHITE].count) {
[all...]

Completed in 3470 milliseconds

<<313233343536