Searched defs:p_count (Results 1 - 8 of 8) 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/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/intel/io/dktp/controller/ata/
H A Dpciide.h84 uint_t p_count; /* byte count, EOT in high order bit */ member in struct:PhysicalRegionDescriptorTableEntry
/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/cmd/ttymon/
H A Dtmstruct.h57 int p_count; /* wait_read count */ member in struct:pmtab
/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
/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...]

Completed in 74 milliseconds