Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netsmb/
Dsmb_rq.c227 SMBERROR("no wcount\n"); /* actually panic */ in smb_rq_wend()
231 SMBERROR("odd word count\n"); in smb_rq_wend()
248 SMBERROR("no bcount\n"); /* actually panic */ in smb_rq_bend()
253 SMBERROR("byte count too large (%d)\n", bcnt); in smb_rq_bend()
292 SMBERROR("zombie VC %s\n", vcp->vc_srvname); in smb_rq_getenv()
301 SMBERROR("zombie share %s\n", ssp->ss_name); in smb_rq_getenv()
310 SMBERROR("invalid layer %d passed\n", layer->co_level); in smb_rq_getenv()
499 SMBERROR("Can't handle disordered parameters %d:%d\n", in smb_t2_reply()
509 SMBERROR("Can't handle disordered data\n"); in smb_t2_reply()
Dsmb_iod.c129 SMBERROR("called for already opened connection\n"); in smb_iod_connect()
315 SMBERROR("tran return NULL without error\n"); in smb_iod_recvall()
346 SMBERROR("duplicate response %d (ignored)\n", mid); in smb_iod_recvall()
356 SMBERROR("drop resp with mid %d\n", (u_int)mid); in smb_iod_recvall()
448 SMBERROR("maxmux == 0\n"); in smb_iod_addrq()
694 SMBERROR("can't start smbiod: %d", error); in smb_iod_create()
Dsmb_subr.c279 SMBERROR("NetBIOS name is invalid\n"); in smb_maperror()
310 SMBERROR("Unmapped error %d:%d\n", eclass, eno); in smb_maperror()
Dsmb_subr.h41 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args) macro
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()
Dsmb_smb.c109 SMBERROR("wrong function called(%s)\n", name); in smb_smb_nomux()
165 SMBERROR("Don't know how to talk with server %s (%d)\n", "xxx", dindex); in smb_smb_negotiate()
188 SMBERROR("Unexpected length of security blob (%d)\n", sblen); in smb_smb_negotiate()
Dsmb_trantcp.c323 SMBERROR("packet too long (%d)\n", len); in nbssn_recvhdr()
406 SMBERROR("packet is shorter than expected\n"); in nbssn_recv()
Dsmb_usr.c72 SMBERROR("no local charset ?\n"); in smb_usr_vc2spec()
/freebsd-12-stable/sys/fs/smbfs/
Dsmbfs_node.c120 SMBERROR("do not allocate root vnode twice!\n"); in smbfs_node_alloc()
132 SMBERROR("do not call me with dot!\n"); in smbfs_node_alloc()
214 SMBERROR("new vnode '%s' born without parent ?\n", np->n_name); in smbfs_node_alloc()
Dsmbfs_vfsops.c241 SMBERROR("mp=%p\n", mp); in smbfs_mount()
Dsmbfs_smb.c466 SMBERROR("smb_rq_simple(rqp) => error %d\n", error); in smbfs_smb_setpattr()
1306 SMBERROR("unexpected info level %d\n", ctx->f_infolevel); in smbfs_findnextLM2()
1322 SMBERROR("out of sync\n"); in smbfs_findnextLM2()
Dsmbfs_io.c257 SMBERROR("vn types other than VREG unsupported !\n"); in smbfs_writevnode()
Dsmbfs_vnops.c473 SMBERROR("can't update times on an opened file\n");