Searched refs:p_count (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_dma.c | 197 ddi_put32(sg_acc_handle, dstp++, srcp->p_count); in ata_pciide_dma_setup() 203 srcp->p_count |= PCIIDE_PRDE_EOT; in ata_pciide_dma_setup() 205 ddi_put32(sg_acc_handle, dstp++, srcp->p_count); in ata_pciide_dma_setup() 291 dmap->p_count = (uint_t)dmackp->dmac_size; in ata_pciide_dma_sg_func()
|
H A D | pciide.h | 82 uint_t p_count; /* byte count, EOT in high order bit */ member
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmpmtab.c | 202 gptr->p_count = atoi(wptr); in read_pmtab() 451 log("count:\t\t%d", gptr->p_count); in dump_pmtab() 514 if (e1->p_count != e2->p_count) in same_entry()
|
H A D | tmstruct.h | 57 int p_count; /* wait_read count */ member
|
H A D | tmchild.c | 254 if (pmtab->p_count) { in openline() 258 pmtab->p_count--; in openline() 275 for (line_count = 0; line_count < pmtab->p_count; ) { in openline()
|
H A D | tmexpress.c | 204 pmtab->p_count = 0; in parse_args()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 776 for (i = 0; i < slistp->p_count; i++) { in ibcm_process_get_paths() 976 "Dest%d", sl->p_multi, sl->p_count, unicast_dgid_present); in ibcm_saa_path_rec() 979 ((unicast_dgid_present == 1) && (sl->p_count == 1))) { in ibcm_saa_path_rec() 994 (sl->p_count > 0) && in ibcm_saa_path_rec() 999 sl_tmp.p_count = 1; in ibcm_saa_path_rec() 1096 for (s = 0; s < sl->p_count; s++) { in ibcm_update_pri() 1237 for (i = 0; i < sl->p_count; i++) { in ibcm_get_single_pathrec() 1401 sgid_cnt = sl->p_count; in ibcm_get_multi_pathrec() 1893 for (i = 0; i < sl->p_count; i++) { in ibcm_update_cep_info() 1994 for (k = 0; k < sl->p_count; k++) { in ibcm_saa_get_agid() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl_cm.h | 211 uint8_t p_count; member
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 316 short p_count; /* How many respawns of this command in */ member 1376 if (process->p_count++ == SPAWN_LIMIT) { in spawn() 1390 process->p_count = 0; in spawn() 1392 } else if (process->p_count > SPAWN_LIMIT) { in spawn() 1401 process->p_count = 0; in spawn() 1500 process->p_count = 0; in findpslot() 2287 process->p_count = 0; in siglvl() 2487 process->p_count = 0; in efork() 3832 if (ptp->p_count < 0) in st_sane()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcomp.c | 119 static int p_count(struct parse *p); 484 count = p_count(p); in p_ere_exp() 487 count2 = p_count(p); in p_ere_exp() 803 count = p_count(p); in p_simp_re() 806 count2 = p_count(p); in p_simp_re() 829 p_count(struct parse *p) in p_count() function
|
/illumos-gate/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
|