| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/ip/ |
| tcprst.d | 103 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 [all...] |
| /onnv/onnv-gate/usr/src/cmd/keyserv/ |
| chkey.c | 242 int pcount = 0; local 266 pcount++; 281 pcount++; 286 if (!pcount) { 376 int done = 0, tries = 0, pcount; local 384 for (pcount = 0; pcount < rpc_pw_count; pcount++) { 387 try_en_rpc_pw = crypt(rpc_pws[pcount], short_en_login_pw); 389 login_pw = rpc_pws[pcount]; 505 int pcount; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/ibtl/ |
| ibtl_cm.c | 295 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...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ |
| fsflush.c | 121 ulong_t pcount; local 153 pcount = 0; 154 while (pcount < nscan) { 172 pcount += cnt;
|
| /onnv/onnv-gate/usr/src/cmd/mms/mgmt/adm/common/ |
| mmsadm.c | 92 int pcount, boolean_t doscript); 907 int pcount = 0; local 924 printopts = mgmt_var_to_array(nvl, "printopts", &pcount); 931 pcount, doscript); 941 pcount, doscript); 951 pcount, doscript); 961 pcount, doscript); 972 pcount, doscript); 982 pcount, doscript); 993 pcount, doscript) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_rq.c | 699 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local 743 (error2 = md_get_uint16le(mdp, &pcount)) != 0 || 747 if (pcount != 0 && pdisp != totpgot) { 779 if (pcount) { 781 pcount, &t2p->t2_rparam); 785 totpgot += pcount; 828 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local 870 if ((error2 = md_get_uint32le(mdp, &pcount)) != 0 || 874 if (pcount != 0 && pdisp != totpgot) { 905 if (pcount) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| vm_pageout.c | 749 pgcnt_t pcount; local 806 pcount = 0; 833 if ((pcount & PAGES_POLL_MASK) == PAGES_POLL_MASK) { 850 ++pcount; 915 pageout_sample_pages += pcount; [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| ldap_principal.c | 265 int j=0, ptype=0, pcount=0; local 286 ((st=krb5_get_princ_count(context, &entries, &(pcount))) != 0) || 315 singleentry = (pcount == 1) ? TRUE: FALSE;
|
| ldap_misc.c | 859 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 [all...] |
| /onnv/onnv-gate/usr/src/lib/libsasl/lib/ |
| client.c | 1149 int *pcount) 1178 if (pcount != NULL) 1179 *pcount = 0; [all...] |
| saslint.h | 680 int *pcount); 687 int *pcount);
|
| server.c | [all...] |
| common.c | [all...] |
| /onnv/onnv-gate/usr/src/lib/libsasl/include/ |
| sasl.h | [all...] |
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_common.c | 1048 int i, scount = 0, pcount = 0; local 1068 pcount++; 1071 if (scount == 0 && pcount == 0) { 1077 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); 1087 if (pcount == 0) { 1108 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/ |
| tlm_backup_reader.c | 1350 int pcount; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
| adm_kef.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| vdev_raidz.c | 559 uint64_t *p, *src, pcount, ccount, i; local 562 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); 570 ASSERT(ccount == pcount); 575 ASSERT(ccount <= pcount); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| nca.h | 838 uint32_t pcount; /* Phys count of node_t members */ member in struct:lru_s [all...] |