Searched refs:osti_strncpy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/pms/freebsd/driver/common/
H A Dosstring.h72 #define osti_strncpy(des, src, n) strncpy((char *)des, (char *)src, (size_t)n) macro
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c18210 osti_strncpy((char*)&pInquiry[8], AG_SAT_VENDOR_ID_STRING,8); /* 8 bytes */
18437 osti_strncpy((char *)&pInquiry[8], AG_SAT_VENDOR_ID_STRING, 8);
18552 osti_strncpy((char*)&pInquiry[8], "PMC-SIERRA", 8); /* 8 bytes */
18555 osti_strncpy((char*)&pInquiry[16], "Tachyon-SPC ", 16); /* 16 bytes */
18558 osti_strncpy((char*)&pInquiry[32], "01", 4); /* 4 bytes */

Completed in 100 milliseconds