Home
last modified time | relevance | path

Searched refs:dtype_threshold (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dhardware_structs.h98 int dtype_threshold; /* cache prefetch threshold */ member
H A Dmain.c618 cur_dtype->dtype_threshold = 0; in get_disk_characteristics()
642 cur_dtype->dtype_threshold = in get_disk_characteristics()
H A Dadd_definition.c264 disk_type->dtype_threshold);
H A Dctlr_scsi.c1596 (fixed->threshold & cur_dtype->dtype_threshold) ==
1597 cur_dtype->dtype_threshold) {
1598 flag |= (page38->threshold != cur_dtype->dtype_threshold);
1599 page38->threshold = cur_dtype->dtype_threshold;
H A Dstartup.c719 dtype->dtype_threshold = val; in sup_setdtype()
2497 result |= (dp1->dtype_threshold != dp2->dtype_threshold);
H A Dmenu_command.c534 d->dtype_threshold = get_threshold(&d->dtype_options); in c_type()