Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c75 int p_count = 0; in main() local
77 p_count++; in main()
79 p_count++; in main()
80 if (p_count) { in main()
81 (void) fprintf(stderr, "p_count: %d", p_count); in main()
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c199 ddi_put32(sg_acc_handle, dstp++, srcp->p_count); in ata_pciide_dma_setup()
205 srcp->p_count |= PCIIDE_PRDE_EOT; in ata_pciide_dma_setup()
207 ddi_put32(sg_acc_handle, dstp++, srcp->p_count); in ata_pciide_dma_setup()
293 dmap->p_count = (uint_t)dmackp->dmac_size; in ata_pciide_dma_sg_func()
H A Dpciide.h84 uint_t p_count; /* byte count, EOT in high order bit */ member
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c71 p_count();
195 int n = p_count(pp, p->printer->name); in pwformat()
329 p_count(PWSTATUS *pp, char *name) in p_count() function
/titanic_50/usr/src/cmd/ttymon/
H A Dtmstruct.h57 int p_count; /* wait_read count */ member
H A Dtmpmtab.c202 gptr->p_count = atoi(wptr); in read_pmtab()
446 log("count:\t\t%d", gptr->p_count); in dump_pmtab()
510 if (e1->p_count != e2->p_count)
H A Dtmchild.c258 if (pmtab->p_count) {
262 pmtab->p_count--;
278 for (line_count = 0; line_count < pmtab->p_count; ) {
H A Dtmexpress.c180 pmtab->p_count = 0; in parse_args()
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c775 for (i = 0; i < slistp->p_count; i++) { in ibcm_process_get_paths()
975 "Dest%d", sl->p_multi, sl->p_count, unicast_dgid_present); in ibcm_saa_path_rec()
978 ((unicast_dgid_present == 1) && (sl->p_count == 1))) { in ibcm_saa_path_rec()
993 (sl->p_count > 0) && in ibcm_saa_path_rec()
998 sl_tmp.p_count = 1; in ibcm_saa_path_rec()
1095 for (s = 0; s < sl->p_count; s++) { in ibcm_update_pri()
1236 for (i = 0; i < sl->p_count; i++) { in ibcm_get_single_pathrec()
1400 sgid_cnt = sl->p_count; in ibcm_get_multi_pathrec()
1892 for (i = 0; i < sl->p_count; i++) { in ibcm_update_cep_info()
1993 for (k = 0; k < sl->p_count; k++) { in ibcm_saa_get_agid()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_cm.h211 uint8_t p_count; member
/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c393 plistp->p_count = cnt; in ibtl_cm_get_cnt()
567 if (attr->pa_sgid.gid_guid && (p_listp->p_count > 1) && in ibtl_cm_get_active_plist()
599 count = plist->p_count; in ibtl_cm_free_active_plist()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dregcomp.c87 static int p_count(struct parse *p);
451 count = p_count(p); in p_ere_exp()
454 count2 = p_count(p); in p_ere_exp()
629 count = p_count(p); in p_simp_re()
632 count2 = p_count(p); in p_simp_re()
655 p_count(struct parse *p) in p_count() function
/titanic_50/usr/src/cmd/init/
H A Dinit.c312 short p_count; /* How many respawns of this command in */ member
1364 if (process->p_count++ == SPAWN_LIMIT) { in spawn()
1378 process->p_count = 0; in spawn()
1380 } else if (process->p_count > SPAWN_LIMIT) { in spawn()
1389 process->p_count = 0; in spawn()
1488 process->p_count = 0; in findpslot()
2324 process->p_count = 0; in siglvl()
2524 process->p_count = 0; in efork()
3869 if (ptp->p_count < 0) in st_sane()
/titanic_50/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