Searched refs:maxdepth (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 251 static int mindepth = -1, maxdepth = -1; variable 755 maxdepth = (int)strtol(b, (char **)NULL, 10); 842 if ((maxdepth != -1 && state->level > maxdepth) || 1140 if (state->level == maxdepth && type == FTW_D)
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | acpidev.h | 522 char **ids, int count, int maxdepth, boolean_t skip_non_exist,
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_util.c | 202 int maxdepth, boolean_t skip_non_exist, in acpidev_get_device_by_id() argument 221 rc = AcpiWalkNamespace(ACPI_TYPE_DEVICE, hdl, maxdepth, in acpidev_get_device_by_id()
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 108 uint16_t maxdepth; member
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 79 int maxdepth, mindepth; member 1347 c->maxdepth = 0; in re_cwinit() 1615 if (d > c->maxdepth) c->maxdepth = d; in newnode()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 1925 if (xp->actv_cnt > xp->maxdepth) { in pmcs_SAS_run() 1926 xp->maxdepth = xp->actv_cnt; in pmcs_SAS_run() 1928 "now %u", pwrk->phy->path, xp->maxdepth); in pmcs_SAS_run() 2583 if (xp->actv_cnt > xp->maxdepth) { in pmcs_SATA_run() 2584 xp->maxdepth = xp->actv_cnt; in pmcs_SATA_run() 2586 "%s: max depth now %u", pwrk->phy->path, xp->maxdepth); in pmcs_SATA_run()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 366 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} 3801 \splittopskip=\topskip \splitmaxdepth=\maxdepth
|