Searched refs:p_count (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c75 int p_count = 0; local
77 p_count++;
79 p_count++;
80 if (p_count) {
81 (void) fprintf(stderr, "p_count: %d", p_count);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h57 int p_count; /* wait_read count */ member in struct:pmtab
H A Dtmchild.c258 if (pmtab->p_count) {
262 pmtab->p_count--;
265 * - wait for "p_count" lines
278 for (line_count = 0; line_count < pmtab->p_count; ) {
H A Dtmpmtab.c202 gptr->p_count = atoi(wptr);
446 log("count:\t\t%d", gptr->p_count);
510 if (e1->p_count != e2->p_count)
H A Dtmexpress.c180 pmtab->p_count = 0;
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dpciide.h84 uint_t p_count; /* byte count, EOT in high order bit */ member in struct:PhysicalRegionDescriptorTableEntry
H A Data_dma.c199 ddi_put32(sg_acc_handle, dstp++, srcp->p_count);
205 srcp->p_count |= PCIIDE_PRDE_EOT;
207 ddi_put32(sg_acc_handle, dstp++, srcp->p_count);
293 dmap->p_count = (uint_t)dmackp->dmac_size;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c71 p_count();
195 int n = p_count(pp, p->printer->name);
329 p_count(PWSTATUS *pp, char *name) function
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_cm.h211 uint8_t p_count; member in struct:ibtl_cm_port_list_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c775 for (i = 0; i < slistp->p_count; i++) {
975 "Dest%d", sl->p_multi, sl->p_count, unicast_dgid_present);
978 ((unicast_dgid_present == 1) && (sl->p_count == 1))) {
993 (sl->p_count > 0) &&
998 sl_tmp.p_count = 1;
1095 for (s = 0; s < sl->p_count; s++) {
1236 for (i = 0; i < sl->p_count; i++) {
1400 sgid_cnt = sl->p_count;
1892 for (i = 0; i < sl->p_count; i++) {
1993 for (k = 0; k < sl->p_count;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c393 plistp->p_count = cnt;
567 if (attr->pa_sgid.gid_guid && (p_listp->p_count > 1) &&
599 count = plist->p_count;
/illumos-gate/usr/src/cmd/init/
H A Dinit.c312 short p_count; /* How many respawns of this command in */ member in struct:PROC_TABLE
1364 if (process->p_count++ == SPAWN_LIMIT) {
1378 process->p_count = 0;
1380 } else if (process->p_count > SPAWN_LIMIT) {
1389 process->p_count = 0;
1488 process->p_count = 0;
2324 process->p_count = 0;
2524 process->p_count = 0;
3868 /* p_count >= 0 */
3869 if (ptp->p_count <
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c87 static int p_count(struct parse *p);
451 count = p_count(p);
454 count2 = p_count(p);
629 count = p_count(p);
632 count2 = p_count(p);
652 * p_count - parse a repetition count
655 p_count(struct parse *p) function
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h587 uint32_t p_count; /* byte count, EOT in high order bit */ member in struct:prde

Completed in 95 milliseconds