Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__tolower
drivers/gpu/drm/amd/amdkfd/kfd_topology.c
2084
dev->node_props.name[i] = __tolower(asic_name[i]);
include/linux/ctype.h
63
#define tolower(c) __tolower(c)
tools/include/linux/ctype.h
64
#define tolower(c) __tolower(c)