Searched refs:p_count (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/test/zfs-tests/cmd/rename_dir/ |
H A D | rename_dir.c | 75 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 D | ata_dma.c | 199 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 D | pciide.h | 84 uint_t p_count; /* byte count, EOT in high order bit */ member
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | alerts.c | 71 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 D | tmstruct.h | 57 int p_count; /* wait_read count */ member
|
H A D | tmpmtab.c | 202 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 D | tmchild.c | 258 if (pmtab->p_count) { 262 pmtab->p_count--; 278 for (line_count = 0; line_count < pmtab->p_count; ) {
|
H A D | tmexpress.c | 180 pmtab->p_count = 0; in parse_args()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 775 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 D | ibtl_cm.h | 211 uint8_t p_count; member
|
/titanic_50/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cm.c | 393 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 D | regcomp.c | 87 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 D | init.c | 312 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 D | nv_sata.h | 587 uint32_t p_count; /* byte count, EOT in high order bit */ member
|