Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c11 enum string_properties {MIN_LEN = 6, MAX_LEN}; enumerator
148 if (check_property_type(str, MIN_LEN, ACPI_TYPE_INTEGER)) in populate_str_data()
150 wmi_priv.str_data[instance_id].min_length = (uintptr_t)str_obj[MIN_LEN].string.pointer; in populate_str_data()
/openbmc/slpd-lite/
H A Dslp_meta.hpp37 constexpr size_t MIN_LEN = 14; variable
H A Dslp_message_handler.cpp26 slp::header::MIN_LEN + /* 14 bytes for header */ in prepareHeader()
367 buff[slp::header::MIN_LEN + req.header.langtag.length() + 1] = err; in processError()