Home
last modified time | relevance | path

Searched refs:SMBERROR (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_rq.c224 SMBERROR("no wcount\n"); /* actually panic */ in smb_rq_wend()
228 SMBERROR("odd word count\n"); in smb_rq_wend()
245 SMBERROR("no bcount\n"); /* actually panic */ in smb_rq_bend()
250 SMBERROR("byte count too large (%d)\n", bcnt); in smb_rq_bend()
289 SMBERROR("zombie VC %s\n", vcp->vc_srvname); in smb_rq_getenv()
298 SMBERROR("zombie share %s\n", ssp->ss_name); in smb_rq_getenv()
307 SMBERROR("invalid layer %d passed\n", layer->co_level); in smb_rq_getenv()
495 SMBERROR("Can't handle disordered parameters %d:%d\n", in smb_t2_reply()
505 SMBERROR("Can't handle disordered data\n"); in smb_t2_reply()
H A Dsmb_iod.c124 SMBERROR("called for already opened connection\n"); in smb_iod_connect()
310 SMBERROR("tran return NULL without error\n"); in smb_iod_recvall()
341 SMBERROR("duplicate response %d (ignored)\n", mid); in smb_iod_recvall()
351 SMBERROR("drop resp with mid %d\n", (u_int)mid); in smb_iod_recvall()
443 SMBERROR("maxmux == 0\n"); in smb_iod_addrq()
685 SMBERROR("can't start smbiod: %d", error); in smb_iod_create()
H A Dsmb_subr.c276 SMBERROR("NetBIOS name is invalid\n"); in smb_maperror()
307 SMBERROR("Unmapped error %d:%d\n", eclass, eno); in smb_maperror()
H A Dsmb_subr.h39 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args) macro
H A Dsmb_conn.c92 SMBERROR("%d connections still active\n", smb_vclist.co_usecount - 1); in smb_sm_done()
297 SMBERROR("negative use_count for object %d", cp->co_level); in smb_co_rele()
331 SMBERROR("negative usecount"); in smb_co_put()
H A Dsmb_smb.c106 SMBERROR("wrong function called(%s)\n", name); in smb_smb_nomux()
162 SMBERROR("Don't know how to talk with server %s (%d)\n", "xxx", dindex); in smb_smb_negotiate()
185 SMBERROR("Unexpected length of security blob (%d)\n", sblen); in smb_smb_negotiate()
H A Dsmb_trantcp.c320 SMBERROR("packet too long (%d)\n", len); in nbssn_recvhdr()
403 SMBERROR("packet is shorter than expected\n"); in nbssn_recv()
H A Dsmb_usr.c69 SMBERROR("no local charset ?\n"); in smb_usr_vc2spec()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c118 SMBERROR("do not allocate root vnode twice!\n"); in smbfs_node_alloc()
130 SMBERROR("do not call me with dot!\n"); in smbfs_node_alloc()
212 SMBERROR("new vnode '%s' born without parent ?\n", np->n_name); in smbfs_node_alloc()
H A Dsmbfs_vfsops.c238 SMBERROR("mp=%p\n", mp); in smbfs_mount()
H A Dsmbfs_smb.c463 SMBERROR("smb_rq_simple(rqp) => error %d\n", error); in smbfs_smb_setpattr()
1301 SMBERROR("unexpected info level %d\n", ctx->f_infolevel); in smbfs_findnextLM2()
1317 SMBERROR("out of sync\n"); in smbfs_findnextLM2()
H A Dsmbfs_io.c254 SMBERROR("vn types other than VREG unsupported !\n"); in smbfs_writevnode()
H A Dsmbfs_vnops.c442 SMBERROR("can't update times on an opened file\n"); in smbfs_setattr()