Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d103 pcount[self->conn_id] = -1;
123 pcount[self->conn_id]++;
124 rollover[self->conn_id] |= pcount[self->conn_id]/MAX_RECORDS;
125 pcount[self->conn_id] = pcount[self->conn_id]%MAX_RECORDS;
126 self->pcount = pcount[self->conn_id];
127 end_ptr[self->conn_id] = self->pcount;
129 MAX_RECORDS : pcount[self->conn_id] + 1);
130 conn_time[self->conn_id, self->pcount] = walltimestamp;
133 seqno[self->conn_id, self->pcount] = ntohl(self->tcph->tha_seq);
134 ack[self->conn_id, self->pcount] = ntohl(self->tcph->tha_ack);
[all …]
/titanic_41/usr/src/cmd/keyserv/
H A Dchkey.c233 int pcount = 0; in getpublics() local
257 pcount++; in getpublics()
272 pcount++; in getpublics()
277 if (!pcount) { in getpublics()
367 int done = 0, tries = 0, pcount; in cmp_passwd() local
375 for (pcount = 0; pcount < rpc_pw_count; pcount++) { in cmp_passwd()
378 try_en_rpc_pw = crypt(rpc_pws[pcount], short_en_login_pw); in cmp_passwd()
380 login_pw = rpc_pws[pcount]; in cmp_passwd()
496 int pcount; in getsecrets() local
507 for (pcount = 0; pcount < rpc_pw_count; pcount++) { in getsecrets()
[all …]
/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c295 uint_t pcount = 0, tmp_pcount = 0; in ibtl_cm_get_cnt() local
383 pcount++; in ibtl_cm_get_cnt()
416 if (pcount == 2) { in ibtl_cm_get_cnt()
419 } else if (pcount == 1) { in ibtl_cm_get_cnt()
422 tmp_pcount = pcount; in ibtl_cm_get_cnt()
423 pcount = 0; in ibtl_cm_get_cnt()
429 } else if ((pcount == 0) && (tmp_hca_guid)) { in ibtl_cm_get_cnt()
431 pcount = tmp_pcount; in ibtl_cm_get_cnt()
438 *count = pcount; in ibtl_cm_get_cnt()
440 if (pcount) { in ibtl_cm_get_cnt()
/titanic_41/usr/src/uts/common/fs/
H A Dfsflush.c121 ulong_t pcount; in fsflush_do_pages() local
153 pcount = 0; in fsflush_do_pages()
154 while (pcount < nscan) { in fsflush_do_pages()
172 pcount += cnt; in fsflush_do_pages()
/titanic_41/usr/src/uts/common/os/
H A Dvm_pageout.c749 pgcnt_t pcount; in pageout_scanner() local
806 pcount = 0; in pageout_scanner()
833 if ((pcount & PAGES_POLL_MASK) == PAGES_POLL_MASK) { in pageout_scanner()
850 ++pcount; in pageout_scanner()
915 pageout_sample_pages += pcount; in pageout_scanner()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
731 (error2 = md_get_uint16le(mdp, &pcount)) != 0 || in smb_t2_reply()
735 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
767 if (pcount) { in smb_t2_reply()
769 pcount, &t2p->t2_rparam); in smb_t2_reply()
773 totpgot += pcount; in smb_t2_reply()
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_nt_reply() local
858 if ((error2 = md_get_uint32le(mdp, &pcount)) != 0 || in smb_nt_reply()
862 if (pcount != 0 && pdisp != totpgot) { in smb_nt_reply()
893 if (pcount) { in smb_nt_reply()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c265 int j=0, ptype=0, pcount=0; local
286 ((st=krb5_get_princ_count(context, &entries, &(pcount))) != 0) ||
315 singleentry = (pcount == 1) ? TRUE: FALSE;
H A Dldap_misc.c859 krb5_get_princ_count(context, entries, pcount) in krb5_get_princ_count() argument
862 int *pcount;
864 return krb5_get_int_from_tl_data(context, entries, KDB_TL_PRINCCOUNT, pcount);
1989 int i, pcount=0, kerberos_principal_object_type=0; in populate_krb5_db_entry() local
1997 pcount = ldap_count_values(values); in populate_krb5_db_entry()
2023 if (((st=store_tl_data(&userinfo_tl_data, KDB_TL_PRINCCOUNT, &pcount)) != 0) || in populate_krb5_db_entry()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dclient.c1103 int *pcount) argument
1132 if (pcount != NULL)
1133 *pcount = 0;
1204 if (pcount != NULL)
1205 (*pcount)++;
H A Dsaslint.h667 int *pcount);
674 int *pcount);
H A Dserver.c2041 int *pcount) argument
2073 if (pcount != NULL)
2074 *pcount = 0;
2110 if (pcount != NULL)
2111 (*pcount)++;
H A Dcommon.c2516 int *pcount) in sasl_listmech() argument
2522 result, plen, pcount)); in sasl_listmech()
2525 result, plen, pcount)); in sasl_listmech()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c1047 int i, scount = 0, pcount = 0; in sortServerPref() local
1067 pcount++; in sortServerPref()
1070 if (scount == 0 && pcount == 0) { in sortServerPref()
1076 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); in sortServerPref()
1086 if (pcount == 0) { in sortServerPref()
1107 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); in sortServerPref()
/titanic_41/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c133 int pcount; member
599 for (i = 0; i < platforms.pcount; i++) { in check_code()
632 for (i = 0; i < platforms.pcount; i++) { in platform_supported()
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1373 int pcount; in ndmp_include_zfs() local
1388 pcount = zfs_get_prop_counts(zhp); in ndmp_include_zfs()
1390 pcount * sizeof (ndmp_metadata_property_ext_t); in ndmp_include_zfs()
1452 mhp->nh_count = pcount; in ndmp_include_zfs()
/titanic_41/usr/src/lib/libsasl/include/
H A Dsasl.h1035 int *pcount);
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c1326 check_hardware_provider(char *provname, char *pname, int *pnum, int *pcount) in check_hardware_provider() argument
1364 *pcount = dev_list->dl_devs[i].le_mechanism_count; in check_hardware_provider()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c589 uint64_t *p, *src, pcount, ccount, i; in vdev_raidz_generate_parity_p() local
592 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p()
600 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p()
605 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1460 uint_t pcount; in ses_set_expander_props() local
1628 &phylist, &pcount) != 0) { in ses_set_expander_props()
1636 *phycount = pcount; in ses_set_expander_props()
1637 for (i = 0; i < pcount; i++) { in ses_set_expander_props()
1653 TOPO_PROP_PHY_COUNT, TOPO_PROP_IMMUTABLE, pcount, in ses_set_expander_props()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h838 uint32_t pcount; /* Phys count of node_t members */ member