Searched refs:ctrl_type (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/cmd/bart/ |
| H A D | compare.c | 344 ctrl_type[TYPE_SIZE], test_type[TYPE_SIZE], in evaluate_differences() local 360 parse_line(control_line, ctrl_fname, ctrl_type, ctrl_size, ctrl_mode, in evaluate_differences() 369 rule_ptr = check_rules(ctrl_fname, ctrl_type[0]); in evaluate_differences() 381 if ((flags & ATTR_TYPE) && (ctrl_type[0] != test_type[0])) { in evaluate_differences() 382 report_error(ctrl_fname, TYPE_KEYWORD, ctrl_type, in evaluate_differences() 405 if ((flags & ATTR_MTIME) && (ctrl_type[0] == test_type[0])) { in evaluate_differences() 407 switch (ctrl_type[0]) { in evaluate_differences() 425 if ((ctrl_type[0] == 'F') && (flags & ATTR_MTIME) && in evaluate_differences() 432 if ((ctrl_type[0] == 'D') && (flags & ATTR_DIRMTIME) && in evaluate_differences() 439 if ((ctrl_type[0] == 'L') && (flags & ATTR_LNMTIME) && in evaluate_differences()
|
| /titanic_53/usr/src/cmd/format/ |
| H A D | auto_sense.h | 52 int ctrl_type);
|
| H A D | auto_sense.c | 195 int ctrl_type); 1447 int ctrl_type) argument 1462 ctrl_type = ctrl_type; 1548 if (ctrl_type != DKC_SCSI_CCS) {
|
| /titanic_53/usr/src/uts/common/xen/public/ |
| H A D | sysctl.h | 349 uint32_t ctrl_type; member
|
| /titanic_53/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_mac.c | 1180 uint32_t ctrl_type; in npi_mac_port_attr() local 1193 ctrl_type = attrp->idata[0]; in npi_mac_port_attr() 1194 ASSERT((ctrl_type & ~0xFFFF) == 0); in npi_mac_port_attr() 1195 if ((ctrl_type & ~0xFFFF) != 0) { in npi_mac_port_attr() 1202 ctrl_type)); in npi_mac_port_attr() 1211 ctrl_type = (val & 0xFFFF); in npi_mac_port_attr() 1212 attrp->odata[0] = ctrl_type; in npi_mac_port_attr()
|
| /titanic_53/usr/src/uts/common/io/audio/impl/ |
| H A D | audio_impl.h | 412 #define ctrl_type ctrl_des.acd_type macro
|