Searched refs:OSAL_STRNCPY (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h455 #define OSAL_STRNCPY(dst, src, bytes) strncpy(dst, src, bytes) macro
H A Decore_int.c1116 OSAL_STRNCPY(bit_name,
H A Decore_dbg_fw_funcs.c3836 OSAL_STRNCPY(type_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name));
3837 OSAL_STRNCPY(mem_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name));

Completed in 161 milliseconds