Searched refs:pcount (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/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]
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c233 int pcount = 0; local
257 pcount++;
272 pcount++;
277 if (!pcount) {
367 int done = 0, tries = 0, pcount; local
375 for (pcount = 0; pcount < rpc_pw_count; pcount++) {
378 try_en_rpc_pw = crypt(rpc_pws[pcount], short_en_login_pw);
380 login_pw = rpc_pws[pcount];
496 int pcount; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c295 uint_t pcount = 0, tmp_pcount = 0; local
383 pcount++;
416 if (pcount == 2) {
419 } else if (pcount == 1) {
422 tmp_pcount = pcount;
423 pcount = 0;
429 } else if ((pcount == 0) && (tmp_hca_guid)) {
431 pcount = tmp_pcount;
438 *count = pcount;
440 if (pcount) {
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c121 ulong_t pcount; local
153 pcount = 0;
154 while (pcount < nscan) {
172 pcount += cnt;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
731 (error2 = md_get_uint16le(mdp, &pcount)) != 0 ||
735 if (pcount != 0 && pdisp != totpgot) {
767 if (pcount) {
769 pcount, &t2p->t2_rparam);
773 totpgot += pcount;
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
858 if ((error2 = md_get_uint32le(mdp, &pcount)) != 0 ||
862 if (pcount != 0 && pdisp != totpgot) {
893 if (pcount) {
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c749 pgcnt_t pcount; local
806 pcount = 0;
833 if ((pcount & PAGES_POLL_MASK) == PAGES_POLL_MASK) {
850 ++pcount;
915 pageout_sample_pages += pcount;
/illumos-gate/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)
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; local
1997 pcount = ldap_count_values(values);
2023 if (((st=store_tl_data(&userinfo_tl_data, KDB_TL_PRINCCOUNT, &pcount)) != 0) ||
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c1103 int *pcount)
1132 if (pcount != NULL)
1133 *pcount = 0;
1204 if (pcount != NULL)
1205 (*pcount)++;
1097 _sasl_client_listmech(sasl_conn_t *conn, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
H A Dsaslint.h667 int *pcount);
674 int *pcount);
H A Dserver.c2041 int *pcount)
2073 if (pcount != NULL)
2074 *pcount = 0;
2110 if (pcount != NULL)
2111 (*pcount)++;
H A Dcommon.c2516 int *pcount)
2522 result, plen, pcount));
2525 result, plen, pcount));
2509 sasl_listmech(sasl_conn_t *conn, const char *user, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h1021 * pcount -- gets number of mechanisms, may be NULL
1035 int *pcount);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1047 int i, scount = 0, pcount = 0; local
1067 pcount++;
1070 if (scount == 0 && pcount == 0) {
1076 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
1086 if (pcount == 0) {
1107 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1373 int pcount; local
1388 pcount = zfs_get_prop_counts(zhp);
1390 pcount * sizeof (ndmp_metadata_property_ext_t);
1452 mhp->nh_count = pcount;
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c133 int pcount; member in struct:platforms
599 for (i = 0; i < platforms.pcount; i++) {
632 for (i = 0; i < platforms.pcount; i++) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c508 uint64_t *p, *src, pcount __attribute__((unused)), ccount, i; local
511 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);
519 ASSERT(ccount == pcount);
524 ASSERT(ccount <= pcount);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c1326 check_hardware_provider(char *provname, char *pname, int *pnum, int *pcount) argument
1364 *pcount = dev_list->dl_devs[i].le_mechanism_count;
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1479 uint_t pcount; local
1647 &phylist, &pcount) != 0) {
1655 *phycount = pcount;
1656 for (i = 0; i < pcount; i++) {
1672 TOPO_PROP_PHY_COUNT, TOPO_PROP_IMMUTABLE, pcount,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c590 uint64_t *p, *src, pcount, ccount, i; local
593 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);
601 ASSERT(ccount == pcount);
606 ASSERT(ccount <= pcount);
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h838 uint32_t pcount; /* Phys count of node_t members */ member in struct:lru_s

Completed in 161 milliseconds