Home
last modified time | relevance | path

Searched refs:SMBFSERR (Results 1 – 3 of 3) sorted by relevance

/src/sys/fs/smbfs/
H A Dsmbfs_subr.h36 #define SMBFSERR(format, args...) printf("%s: "format, __func__ ,## args) macro
H A Dsmbfs_vnops.c151 SMBFSERR("open eacces vtype=%d\n", vp->v_type); in smbfs_open()
1070 SMBFSERR("invalid '..'\n"); in smbfs_lookup()
H A Dsmbfs_io.c204 SMBFSERR("vn types other than VREG or VDIR are unsupported !\n"); in smbfs_readvnode()