Searched refs:ctrl_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.h52 int ctrl_type);
H A Dauto_sense.c195 int ctrl_type);
1447 int ctrl_type)
1462 ctrl_type = ctrl_type;
1548 if (ctrl_type != DKC_SCSI_CCS) {
1445 build_default_partition( struct dk_label *label, int ctrl_type) argument
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c344 ctrl_type[TYPE_SIZE], test_type[TYPE_SIZE], local
360 parse_line(control_line, ctrl_fname, ctrl_type, ctrl_size, ctrl_mode,
369 rule_ptr = check_rules(ctrl_fname, ctrl_type[0]);
381 if ((flags & ATTR_TYPE) && (ctrl_type[0] != test_type[0])) {
382 report_error(ctrl_fname, TYPE_KEYWORD, ctrl_type,
405 if ((flags & ATTR_MTIME) && (ctrl_type[0] == test_type[0])) {
407 switch (ctrl_type[0]) {
425 if ((ctrl_type[0] == 'F') && (flags & ATTR_MTIME) &&
432 if ((ctrl_type[0] == 'D') && (flags & ATTR_DIRMTIME) &&
439 if ((ctrl_type[
[all...]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h349 uint32_t ctrl_type; member in struct:xen_set_cpufreq_para
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h412 #define ctrl_type ctrl_des.acd_type macro
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1180 uint32_t ctrl_type; local
1193 ctrl_type = attrp->idata[0];
1194 ASSERT((ctrl_type & ~0xFFFF) == 0);
1195 if ((ctrl_type & ~0xFFFF) != 0) {
1201 " ctrl_type <0x%x>",
1202 ctrl_type));
1211 ctrl_type = (val & 0xFFFF);
1212 attrp->odata[0] = ctrl_type;

Completed in 96 milliseconds