Searched defs:pcnt (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_privilege.c174 int pcnt = SE_MAX_LUID - SE_MIN_LUID + 1; local
177 pcnt * sizeof (smb_luid_attrs_t));
H A Dsmb_lgrp.c2262 uint32_t pcnt = plist->p_cnt; local
2272 if (pcnt < privs->priv_cnt) {
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c117 int pcnt = 0; local
142 for (pcnt = 0; pcnt < plplen; pcnt++) {
151 if (retval == 0 && pcnt != 0) {
171 plpp[pcnt] = plp;
181 if (pcnt == 0)
310 return (pcnt);
315 while (pcnt-- > 0) {
316 free(plpp[pcnt]
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c177 tf_pad_new(topo_mod_t *mp, int pcnt, int dcnt) argument
182 pcnt, dcnt);
185 r->tpad_pgcnt = pcnt;
H A Dtopo_xml.c1105 int pcnt = 0; local
1135 pcnt++;
1149 e |= nvlist_add_uint32(pgnvl, INV_PGRP_NPROP, pcnt);
1150 if (pcnt > 0)
1152 (apl = topo_mod_zalloc(mp, pcnt * sizeof (nvlist_t *)))
1163 if (ai < pcnt) {
1175 if (pcnt > 0) {
1176 e |= (ai != pcnt);
1178 pcnt);
1179 for (ai = 0; ai < pcnt; a
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dworker.c357 int pcnt = 0; /* error count for poll() failures */ local
517 pcnt++;
521 pcnt >= MAX_FAILS_S ? "abort" : "try again");
523 if (pcnt >= MAX_FAILS_S)
526 pcnt = 0;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dchkauthattr.c94 int *pcnt, char *profs[MAXPROFS])
105 if (*pcnt > 0 && strcmp(profs[*pcnt - 1], PROFILE_STOP) == NULL)
114 for (i = 0; i < *pcnt; i++)
118 if (*pcnt >= MAXPROFS) /* oops: too many profs */
122 if ((profs[(*pcnt)++] = strdup(prof)) == NULL)
125 if (strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0)
137 ctxt, pres, wantattr, pcnt, profs);
91 _enum_common_p(const char *cprofiles, int (*cb)(const char *, kva_t *, void *, void *), void *ctxt, void *pres, boolean_t wantattr, int *pcnt, char *profs[MAXPROFS]) argument

Completed in 27 milliseconds