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

/freebsd-10.0-release/sys/netsmb/
H A Dsmb_iod.c129 SMBERROR("called for already opened connection\n");
315 SMBERROR("tran return NULL without error\n");
346 SMBERROR("duplicate response %d (ignored)\n", mid);
356 SMBERROR("drop resp with mid %d\n", (u_int)mid);
448 SMBERROR("maxmux == 0\n");
689 SMBERROR("can't start smbiod: %d", error);
H A Dsmb_rq.c225 SMBERROR("no wcount\n"); /* actually panic */
229 SMBERROR("odd word count\n");
246 SMBERROR("no bcount\n"); /* actually panic */
251 SMBERROR("byte count too large (%d)\n", bcnt);
290 SMBERROR("zombie VC %s\n", vcp->vc_srvname);
299 SMBERROR("zombie share %s\n", ssp->ss_name);
308 SMBERROR("invalid layer %d passed\n", layer->co_level);
491 SMBERROR("Can't handle disordered parameters %d:%d\n",
501 SMBERROR("Can't handle disordered data\n");
H A Dsmb_subr.h39 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args) macro
H A Dsmb_subr.c288 SMBERROR("NetBIOS name is invalid\n");
319 SMBERROR("Unmapped error %d:%d\n", eclass, eno);
H A Dsmb_trantcp.c321 SMBERROR("packet too long (%d)\n", len);
404 SMBERROR("packet is shorter than expected\n");
H A Dsmb_conn.c90 SMBERROR("%d connections still active\n", smb_vclist.co_usecount - 1);
295 SMBERROR("negative use_count for object %d", cp->co_level);
329 SMBERROR("negative usecount");
H A Dsmb_smb.c109 SMBERROR("wrong function called(%s)\n", name);
165 SMBERROR("Don't know how to talk with server %s (%d)\n", "xxx", dindex);
188 SMBERROR("Unexpected length of security blob (%d)\n", sblen);
H A Dsmb_usr.c70 SMBERROR("no local charset ?\n");
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_node.c118 SMBERROR("do not allocate root vnode twice!\n");
130 SMBERROR("do not call me with dot!\n");
212 SMBERROR("new vnode '%s' born without parent ?\n", np->n_name);
H A Dsmbfs_vfsops.c239 SMBERROR("mp=%p\n", mp);
H A Dsmbfs_smb.c409 SMBERROR("smb_rq_simple(rqp) => error %d\n", error);
1249 SMBERROR("unexpected info level %d\n", ctx->f_infolevel);
1265 SMBERROR("out of sync\n");
H A Dsmbfs_io.c253 SMBERROR("vn types other than VREG unsupported !\n");
H A Dsmbfs_vnops.c470 SMBERROR("can't update times on an opened file\n");

Completed in 148 milliseconds