Home
last modified time | relevance | path

Searched refs:LOG_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dsurestart-attributes.c23 #define LOG_ENTRY_SIZE 16 macro
43 return sysfs_emit(buf, "%d,%d,%d\n", count, LOG_ENTRY_SIZE, in audit_log_entry_count_show()
70 if (count * LOG_ENTRY_SIZE > PAGE_SIZE) in audit_log_entries_show()
93 if (ret < 0 || (LOG_ENTRY_SIZE * i) > PAGE_SIZE) { in audit_log_entries_show()
101 memcpy(buf, audit_log_buffer, LOG_ENTRY_SIZE); in audit_log_entries_show()
102 buf += LOG_ENTRY_SIZE; in audit_log_entries_show()
106 return i * LOG_ENTRY_SIZE; in audit_log_entries_show()