Searched refs:osti_strncpy (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | osstring.h | 71 #define osti_strncpy(des, src, n) strncpy((char *)des, (char *)src, (size_t)n) macro
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 18209 osti_strncpy((char*)&pInquiry[8], AG_SAT_VENDOR_ID_STRING,8); /* 8 bytes */ in satInquiryStandard() 18436 osti_strncpy((char *)&pInquiry[8], AG_SAT_VENDOR_ID_STRING, 8); in satInquiryPage83() 18551 osti_strncpy((char*)&pInquiry[8], "PMC-SIERRA", 8); /* 8 bytes */ in satInquiryPage89() 18554 osti_strncpy((char*)&pInquiry[16], "Tachyon-SPC ", 16); /* 16 bytes */ in satInquiryPage89() 18557 osti_strncpy((char*)&pInquiry[32], "01", 4); /* 4 bytes */ in satInquiryPage89()
|