Searched refs:diag_type (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sbin/ifconfig/ |
| HD | sfp.c | 782 uint8_t diag_type; in print_qsfp_status() local 787 read_i2c(ii, SFF_8436_BASE, SFF_8436_DIAG_TYPE, 1, (caddr_t)&diag_type); in print_qsfp_status() 796 if (diag_type != 0) in print_qsfp_status() 844 uint8_t diag_type, flags; in print_sfp_status() local 847 read_i2c(ii, SFF_8472_BASE, SFF_8472_DIAG_TYPE, 1, (caddr_t)&diag_type); in print_sfp_status() 856 if ((diag_type & flags) == flags) in print_sfp_status()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | typeck2.c | 348 cxx_incomplete_type_diagnostic (tree value, tree type, int diag_type) in cxx_incomplete_type_diagnostic() argument 353 if (diag_type == 1) in cxx_incomplete_type_diagnostic() 355 else if (diag_type == 2) in cxx_incomplete_type_diagnostic() 1378 int diag_type = -1; /* none */ in add_exception_specifier() local 1407 diag_type = 2; /* pedwarn */ in add_exception_specifier() 1421 diag_type = 0; /* error */ in add_exception_specifier() 1423 if (diag_type >= 0 && complain) in add_exception_specifier() 1424 cxx_incomplete_type_diagnostic (NULL_TREE, core, diag_type); in add_exception_specifier()
|
| /NextBSD/sys/dev/mps/ |
| HD | mps_user.c | 158 uint32_t diag_type); 1258 uint32_t diag_type) in mps_release_fw_diag_buffer() argument 1335 if (diag_type == MPS_FW_DIAG_TYPE_UNREGISTER) { in mps_release_fw_diag_buffer()
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr_user.c | 157 uint32_t diag_type); 1285 uint32_t diag_type) in mpr_release_fw_diag_buffer() argument 1362 if (diag_type == MPR_FW_DIAG_TYPE_UNREGISTER) { in mpr_release_fw_diag_buffer()
|