Searched refs:count (Results 526 - 550 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.c347 * If a __nis_single_value_t represents a string, the length count may or may
461 /* Don't count the NUL. This enables us to concatenate correctly */
718 int i, j, k, count; local
730 for (j = 0, count = 0; j < val->val[i].length; j++, s++) {
733 count++;
735 if (count == 0)
738 if ((newval = am(myself, val->val[i].length + count + 1)) == 0)
752 val->val[i].length += count;
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_cpw.c61 krb5_db_get_key_data_kvno(context, count, data)
63 int count;
68 for (kvno = i = 0; i < count; i++) {
77 cleanup_key_data(context, count, data)
79 int count;
84 /* If data is NULL, count is always 0 */
87 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c204 * unit count adr_char, specifying number of units of
622 * envp count adr_short variable amount of envp len
672 * count value adr_int32
679 int count, i; local
681 adrm_int32(&(ctx->adr), (int32_t *)&count, 1);
682 for (i = 1; i <= count; i++) {
692 * count value adr_int32
699 int count, i; local
701 adrm_int32(&(ctx->adr), (int32_t *)&count, 1);
702 for (i = 1; i <= count;
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c117 SCBEarlyRx = 20, /* Early receive byte count. */
234 s32 count; /* # of TBD (=2), Tx start thresh., etc. */ member in struct:TxFD
247 u16 count; member in struct:RxFD
414 txfd.count = 0x02208000;
521 printf ("Got a packet: Len = %d.\n", ACCESS(rxfd)count & 0x3fff);
523 nic->packetlen = ACCESS(rxfd)count & 0x3fff;
641 ACCESS(rxfd)count = 0;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c87 if ((metaslot_entry) && (metaslot_entry->count > 0)) {
89 &prov_pol_mechs, metaslot_entry->count);
204 cur_slot->sl_pol_count = metaslot_entry->count;
822 if (phead->puent->count > 0) {
824 &prov_pol_mechs, phead->puent->count);
883 cur_slot->sl_pol_count = phead->puent->count;
H A Dpkcs11SlotToken.c59 CK_SLOT_ID count = 0, i; local
104 if (pSlotList && (*pulCount > count)) {
105 pSlotList[count] = i;
107 count++;
111 /* pSlotList set to NULL means caller only wants count */
112 if ((*pulCount < count) && (pSlotList != NULL)) {
118 *pulCount = count;
426 * to check for events. Keep a count of the current open threads,
570 * application is just requesting a count. It is the only way to
571 * get an accurate count o
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c268 return count satisfying count>=1;
279 int first, last, incr, count = 0; local
400 count += brace;
404 return(count);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c54 unsigned char *buffer, int count);
436 int count)
455 dest_dup, buffer, count);
433 smb_netlogon_send(struct name_entry *name, char *domain, unsigned char *buffer, int count) argument
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c51 * count is updated. If all attempts to call shadow_migrate_one() fail with
52 * ESHADOW_MIGRATE_BUSY, and the generation count hasn't changed, then the
53 * worker thread will go to sleep and wait for the generation count to change.
70 uint64_t sc_gen; /* generation count */
74 uint32_t sc_nworkers; /* total count of worker threads */
180 uint32_t count, size; local
187 gen = count = 0;
226 count = 0;
275 count = 0;
315 * If the migration succeeded, up the generation count
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c311 smbfs_fh_read(int fd, void *buf, size_t count, off_t offset) argument
318 rwrq.ioc_cnt = count;
328 smbfs_fh_write(int fd, const void *buf, size_t count, off_t offset) argument
335 rwrq.ioc_cnt = count;
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c947 lldp_nvlist2vlan(nvlist_t *tlv_nvl, lldp_vlan_info_t **vinfo, int *count) argument
956 *count = 0;
972 *count = cnt;
1053 lldp_nvlist2vnic(nvlist_t *tlv_nvl, lldp_vnic_info_t **vinfo, int *count) argument
1062 *count = 0;
1078 *count = cnt;
1226 int count; local
1232 for (count = 0; count < nappln; count
1759 lldp_nvlist2mgmtaddr(nvlist_t *nvl, const char *str, lldp_mgmtaddr_t **maddrpp, int *count) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c505 int bestcount, count, limit; local
522 * set initial count to first bit set in netmask, with
525 count = 0;
527 count++;
557 while (netmask && count < subnet_count) {
559 bestcount = count;
565 count++;
566 if (count >= bestcount || count > limit || subnet_match)
575 subnet_count = count;
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c375 "increment reference count and "
851 * @count: number of bytes to read
854 * This function will read @count bytes starting at offset @pos from the ntfs
858 * lower than @count this means that the read reached end of file or that an
860 * end of file or nothing was read (also return 0 when @count is 0).
866 s64 ntfs_attr_pread(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
873 "count 0x%llx.\n", (unsigned long long)na->ni->mft_no,
874 na->type, (long long)pos, (long long)count);
875 if (!na || !na->ni || !na->ni->vol || !b || pos < 0 || count < 0) {
884 return ntfs_compressed_attr_pread(na, pos, count,
1037 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b) argument
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c310 int i, n, count = 0, header_size = BLK_SIZE; local
355 if (!norewind || count++ > 10) {
363 if (count > 1)
428 if (count >= 1)
825 int nflag, i, count, size; local
865 if (sys3b(S3BCONF, (struct s3bconf *)&count, sizeof (count)) ==
868 size = sizeof (int) + (count * sizeof (struct s3bconf));
873 for (i = 0; i < count; i++) {
/osnet-11/usr/src/lib/libgss/
H A Dg_store_cred.c153 for (i = 0; i < union_cred->count; i++) {
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c63 size_t count; local
75 count = end - begin;
76 if ((buf = topo_mod_alloc(mod, count + 1)) == NULL)
79 (void) strlcpy(buf, begin, count + 1);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_impl.h90 /* max allowed contained count */
101 id_t con_cnt; /* containee count */
110 int count; /* number of table entries */ member in struct:smbs_cnt
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c504 int count; local
505 if ((count = read(d->fd, (char *) buf, num)) == -1)
518 if (count < 0 || (unsigned int)count != num)
/osnet-11/usr/src/lib/libadm/common/
H A Dpkginfo.c194 int count; local
205 count = 0;
218 count++;
246 if (!count) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmm.c286 int count = 0;
307 switch (count)
312 count++;
319 count++;
285 int count = 0; local
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c185 grub_video_set_palette (unsigned int start, unsigned int count, argument
191 return grub_video_adapter_active->set_palette (start, count, palette_data);
196 grub_video_get_palette (unsigned int start, unsigned int count, argument
202 return grub_video_adapter_active->get_palette (start, count, palette_data);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h323 grub_err_t (*set_palette) (unsigned int start, unsigned int count,
326 grub_err_t (*get_palette) (unsigned int start, unsigned int count,
421 grub_err_t grub_video_set_palette (unsigned int start, unsigned int count,
425 unsigned int count,
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1012 int count = 0; local
1022 if (++count < MAX_UNLINK_TRIES) {
1038 int count; local
1080 count = 0;
1084 if (++count < MAX_LOCK_TRIES) {
1085 if (count == 1)
1110 int count; local
1123 count = 0;
1125 if (++count >= MAX_LOCK_TRIES) {
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c221 int len, count; local
224 count = len = next_bytecode(env);
229 while (count--)
236 while (count--)
312 int len, count, token; local
318 for (count = 0; count < len; count++) {
320 if (count < sizeof (namebuff))
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c224 int count = 0; local
270 count++;
272 if (count > 1) {
284 return (count);

Completed in 102 milliseconds

<<21222324252627282930>>