Searched refs:name_max (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pnp/isapnp/ |
H A D | core.c | 545 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 D | hv-24x7.c | 488 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 D | zlib.h | 454 uInt name_max; /* space at name (only when reading header) */ member
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 482 state->length < state->head->name_max) in inflate()
|