Home
last modified time | relevance | path

Searched defs:errorf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dparent.h10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
/openbmc/linux/include/linux/
H A Dfs_context.h221 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py242 def __init__(self,lrtab,errorf): argument