Searched defs:maxdepth (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
| H A D | acpidev_util.c | 202 int maxdepth, boolean_t skip_non_exist, 221 rc = AcpiWalkNamespace(ACPI_TYPE_DEVICE, hdl, maxdepth, 201 acpidev_get_device_by_id(ACPI_HANDLE hdl, char **ids, int count, int maxdepth, boolean_t skip_non_exist, ACPI_WALK_CALLBACK userfunc, void *userarg, void **retval) argument
|
| /illumos-gate/usr/src/cmd/find/ |
| H A D | find.c | 135 "-maxdepth", MAXDEPTH, Num, 251 static int mindepth = -1, maxdepth = -1; variable 469 "maxdepth" : "mindepth"); 755 maxdepth = (int)strtol(b, (char **)NULL, 10); 842 if ((maxdepth != -1 && state->level > maxdepth) || 1140 if (state->level == maxdepth && type == FTW_D)
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 79 int maxdepth, mindepth; member in struct:re_cw 1347 c->maxdepth = 0; 1615 if (d > c->maxdepth) c->maxdepth = d;
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
| H A D | pmcs.h | 108 uint16_t maxdepth; member in struct:pmcs_xscsi
|
Completed in 120 milliseconds