Searched refs:SMBERROR (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/netsmb/ |
| D | smb_rq.c | 227 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()
|
| D | smb_iod.c | 129 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()
|
| D | smb_subr.c | 279 SMBERROR("NetBIOS name is invalid\n"); in smb_maperror() 310 SMBERROR("Unmapped error %d:%d\n", eclass, eno); in smb_maperror()
|
| D | smb_subr.h | 41 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args) macro
|
| 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()
|
| D | smb_smb.c | 109 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()
|
| D | smb_trantcp.c | 323 SMBERROR("packet too long (%d)\n", len); in nbssn_recvhdr() 406 SMBERROR("packet is shorter than expected\n"); in nbssn_recv()
|
| D | smb_usr.c | 72 SMBERROR("no local charset ?\n"); in smb_usr_vc2spec()
|
| /freebsd-12-stable/sys/fs/smbfs/ |
| D | smbfs_node.c | 120 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()
|
| D | smbfs_vfsops.c | 241 SMBERROR("mp=%p\n", mp); in smbfs_mount()
|
| D | smbfs_smb.c | 466 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()
|
| D | smbfs_io.c | 257 SMBERROR("vn types other than VREG unsupported !\n"); in smbfs_writevnode()
|
| D | smbfs_vnops.c | 473 SMBERROR("can't update times on an opened file\n");
|