Searched refs:idd (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/lib/msun/tests/ |
| H A D | next_test.c | 72 static double idd(double); 211 test(idd(nextafter(DBL_MAX, INFINITY)), INFINITY, ex_over); in main() 212 test(idd(nextafter(INFINITY, 0.0)), DBL_MAX, 0); in main() 213 test(idd(nexttoward(DBL_MAX, DBL_MAX * 2.0L)), INFINITY, ex_over); in main() 215 test(idd(nexttoward(INFINITY, DBL_MAX * 2.0L)), DBL_MAX, 0); in main() 256 idd(double x) in idd() function
|
| /freebsd-12.1/sys/cam/ |
| H A D | cam_xpt.c | 1295 if (idd == NULL) in xpt_getattr() 1298 if (idd == NULL) in xpt_getattr() 1301 if (idd == NULL) in xpt_getattr() 1305 idd = NULL; in xpt_getattr() 1307 if (idd == NULL) in xpt_getattr() 1310 if (idd == NULL) in xpt_getattr() 1313 if (idd == NULL) in xpt_getattr() 1319 if (idd->length < len) { in xpt_getattr() 1330 l = strnlen(idd->identifier, idd->length); in xpt_getattr() 1348 idd->identifier[l]); in xpt_getattr() [all …]
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 1976 struct scsi_vpd_id_descriptor *idd = NULL; in tpc_create_token() local 1985 idd = scsi_get_devid_desc((struct scsi_vpd_id_descriptor *) in tpc_create_token() 1988 if (idd == NULL && lun->lun_devid) in tpc_create_token() 1989 idd = scsi_get_devid_desc((struct scsi_vpd_id_descriptor *) in tpc_create_token() 1992 if (idd != NULL) { in tpc_create_token() 1996 memcpy(&cscd->codeset, idd, 4 + idd->length); in tpc_create_token()
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | str2host.c | 757 uint8_t idd[2]; in ldns_str2rdf_cert_alg() local 762 ldns_write_uint16(idd, (uint16_t) lt->id); in ldns_str2rdf_cert_alg() 764 LDNS_RDF_TYPE_INT16, sizeof(uint16_t), idd); in ldns_str2rdf_cert_alg()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 1080 struct scsi_vpd_id_descriptor *idd; in ses_set_physpath() local 1110 idd = scsi_get_devid((struct scsi_vpd_device_id *)cdai.buf, in ses_set_physpath() 1112 if (idd == NULL) in ses_set_physpath() 1121 scsi_8btou64(idd->identifier), iter->type_index, in ses_set_physpath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | BuiltinsHexagon.def | 635 BUILTIN(__builtin_HEXAGON_F2_dfcmpge,"idd","") 695 BUILTIN(__builtin_HEXAGON_F2_dfcmpuo,"idd","") 752 BUILTIN(__builtin_HEXAGON_F2_dfcmpeq,"idd","") 902 BUILTIN(__builtin_HEXAGON_F2_dfcmpgt,"idd","")
|
| /freebsd-12.1/sbin/camcontrol/ |
| H A D | camcontrol.c | 8876 struct scsi_vpd_id_descriptor *idd; in findsasdevice() local 8881 idd = scsi_get_devid(item->device_id, in findsasdevice() 8884 if (idd == NULL) in findsasdevice() 8887 if (scsi_8btou64(idd->identifier) == sasaddr) in findsasdevice()
|