Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pnp/isapnp/
H A Dcore.c545 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name() argument
549 *size >= name_max ? (name_max - 1) : *size; in isapnp_parse_name()
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c488 static struct attribute *device_str_attr_create(char *name, int name_max, in device_str_attr_create() argument
500 n = kasprintf(GFP_KERNEL, "%.*s", name_max, name); in device_str_attr_create()
502 n = kasprintf(GFP_KERNEL, "%.*s__%d", name_max, name, in device_str_attr_create()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h454 uInt name_max; /* space at name (only when reading header) */ member
/openbmc/u-boot/lib/zlib/
H A Dinflate.c482 state->length < state->head->name_max) in inflate()