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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h460 #define OSAL_STRLEN(src) strlen(src) macro
H A Decore_dbg_fw_funcs.c2006 return (u32)OSAL_STRLEN(str) + 1;
3400 OSAL_STRCPY(buf + OSAL_STRLEN(buf), name);
3431 OSAL_STRCPY(buf + OSAL_STRLEN(buf), mem_group);
3685 buf[OSAL_STRLEN(buf) - 1] = '0' + set_id;
3856 OSAL_STRNCPY(type_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name));
3857 OSAL_STRNCPY(mem_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name));

Completed in 175 milliseconds