Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/miscfs/bindfs/
H A Dbind_vfsops.c152 BINDFSERROR("error copying data from user %d\n", error); in bindfs_mount()
160 BINDFSERROR("path to mount too large for this system %zu vs %lu\n", count, MAX_MNT_FROM_LENGTH); in bindfs_mount()
166 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