Searched refs:fcnt (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 487 size_t fcnt, /* and then fail it fcnt times */ in define_one_error() argument 502 fcnt, /* and then fail it fcnt times */ in define_one_error() 514 int fon, size_t fcnt) in define_op_err() argument 584 fcnt, edp->acc_chk, opname, in define_op_err() 592 nttime, interval, type, fon, fcnt, in define_op_err() 617 type, fon, fcnt, in define_op_err() 630 type, fon, fcnt, in define_op_err() 644 type, fon, fcnt, edp->acc_chk, "NO", 0); in define_op_err() 653 type, fon, fcnt, 1, "OR", 0); in define_op_err() 657 type, fon, fcnt, 2, "OR", 0); in define_op_err() [all …]
|
/titanic_44/usr/src/cmd/sendmail/db/log/ |
H A D | log.c | 303 int cnt, fcnt, ret; local 320 ret = __os_dirlist(dir, &names, &fcnt); 334 for (cnt = fcnt, clv = logval = 0; --cnt >= 0;) { 353 __os_dirfree(names, fcnt);
|
/titanic_44/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_acpi.c | 422 cpu_acpi_obj_t objtype, int fcnt) in cpu_acpi_cache_supported_states() argument 465 obj->Package.Elements[i].Package.Count != fcnt) { in cpu_acpi_cache_supported_states() 474 for (j = 0; j < fcnt; j++) { in cpu_acpi_cache_supported_states()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 2879 int fcnt = 0; /* count # files in argv list */ in doxtract() local 3794 if (fcnt > xcnt) { in doxtract() 3797 fcnt-xcnt); in doxtract() 4088 int fcnt = 0; /* count # files in argv list */ in dotable() local 4240 if (fcnt > tcnt) { in dotable() 4242 "tar: %d file(s) not found\n"), fcnt-tcnt); in dotable()
|