Searched refs:diag_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c349 cxx_incomplete_type_diagnostic (tree value, tree type, int diag_type)
354 if (diag_type == 1)
356 else if (diag_type == 2)
1384 int diag_type = -1; /* none */
1413 diag_type = 2; /* pedwarn */
1427 diag_type = 0; /* error */
1429 if (diag_type >= 0 && complain)
1430 cxx_incomplete_type_diagnostic (NULL_TREE, core, diag_type);
348 cxx_incomplete_type_diagnostic(tree value, tree type, int diag_type) argument
1378 int diag_type = -1; /* none */ local
/freebsd-10-stable/sbin/ifconfig/
H A Dsfp.c838 uint8_t diag_type, flags; local
841 read_i2c(ii, SFF_8472_BASE, SFF_8472_DIAG_TYPE, 1, (caddr_t)&diag_type);
850 if ((diag_type & flags) == flags)
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_user.c157 uint32_t diag_type);
1345 uint32_t diag_type)
1423 if (diag_type == MPR_FW_DIAG_TYPE_UNREGISTER) {
1343 mpr_release_fw_diag_buffer(struct mpr_softc *sc, mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code, uint32_t diag_type) argument
/freebsd-10-stable/sys/dev/mps/
H A Dmps_user.c158 uint32_t diag_type);
1251 uint32_t diag_type)
1329 if (diag_type == MPS_FW_DIAG_TYPE_UNREGISTER) {
1249 mps_release_fw_diag_buffer(struct mps_softc *sc, mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code, uint32_t diag_type) argument

Completed in 71 milliseconds