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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c111 strncpy_spacepad(uchar_t *s1, char *s2, int n) function
132 strncpy_spacepad(ext_info->ei_manufacturerID, N2RNG_MANUFACTURER_ID,
136 strncpy_spacepad(ext_info->ei_model, "0", CRYPTO_EXT_SIZE_MODEL);
161 strncpy_spacepad(ext_info->ei_serial_number,
173 strncpy_spacepad(ext_info->ei_label, buf, CRYPTO_EXT_SIZE_LABEL);
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c2020 strncpy_spacepad(uchar_t *s1, char *s2, int n) function
2040 strncpy_spacepad(ext_info->ei_manufacturerID,
2044 strncpy_spacepad(ext_info->ei_model, "0",
2046 strncpy_spacepad(ext_info->ei_serial_number, "0",
2068 strncpy_spacepad(ext_info->ei_label, buf,

Completed in 71 milliseconds