Home
last modified time | relevance | path

Searched refs:BINDFSERROR (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c149 BINDFSERROR("error copying data from user %d\n", error); in bindfs_mount()
157BINDFSERROR("path to mount too large for this system %zu vs %lu\n", count, sizeof(vfs_statfs(mp)->… in bindfs_mount()
163 BINDFSERROR("lookup of %s failed error: %d\n", data, error); in bindfs_mount()
H A Dbindfs.h156 #define BINDFSERROR(format, args...) printf("ERROR: BindFS %s: " format, __FUNCTION__, ##args) macro