Searched refs:SMBERROR (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/netsmb/ |
H A D | smb_rq.c | 222 SMBERROR("no wcount\n"); /* actually panic */ in smb_rq_wend() 226 SMBERROR("odd word count\n"); in smb_rq_wend() 243 SMBERROR("no bcount\n"); /* actually panic */ in smb_rq_bend() 248 SMBERROR("byte count too large (%d)\n", bcnt); in smb_rq_bend() 287 SMBERROR("zombie VC %s\n", vcp->vc_srvname); in smb_rq_getenv() 296 SMBERROR("zombie share %s\n", ssp->ss_name); in smb_rq_getenv() 305 SMBERROR("invalid layer %d passed\n", layer->co_level); in smb_rq_getenv() 491 SMBERROR("Can't handle disordered parameters %d:%d\n", in smb_t2_reply() 501 SMBERROR("Can't handle disordered data\n"); in smb_t2_reply()
|
H A D | smb_iod.c | 124 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 D | smb_subr.c | 274 SMBERROR("NetBIOS name is invalid\n"); in smb_maperror() 305 SMBERROR("Unmapped error %d:%d\n", eclass, eno); in smb_maperror()
|
H A D | smb_subr.h | 39 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args) macro
|
H A D | smb_conn.c | 92 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 D | smb_smb.c | 106 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 D | smb_trantcp.c | 314 SMBERROR("packet too long (%d)\n", len); in nbssn_recvhdr() 397 SMBERROR("packet is shorter than expected\n"); in nbssn_recv()
|
H A D | smb_usr.c | 69 SMBERROR("no local charset ?\n"); in smb_usr_vc2spec()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_node.c | 118 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 D | smbfs_vfsops.c | 238 SMBERROR("mp=%p\n", mp); in smbfs_mount()
|
H A D | smbfs_smb.c | 463 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 D | smbfs_io.c | 254 SMBERROR("vn types other than VREG unsupported !\n"); in smbfs_writevnode()
|
H A D | smbfs_vnops.c | 442 SMBERROR("can't update times on an opened file\n"); in smbfs_setattr()
|