| /freebsd/sys/fs/p9fs/ |
| H A D | p9_client.c | 193 P9_DEBUG(TRANS, "%s: size=%d type: %d tag: %d\n", in p9_parse_receive() 242 P9_DEBUG(PROTO, "RERROR error %d ename %s\n", in p9_client_check_return() 245 P9_DEBUG(PROTO, "RLERROR error %d\n", error); in p9_client_check_return() 255 P9_DEBUG(ERROR, "couldn't parse receive buffer error%d\n", error); in p9_client_check_return() 263 P9_DEBUG(TRANS, "%s: clnt %p\n", __func__, clnt); in p9_client_disconnect() 270 P9_DEBUG(TRANS, "%s: clnt %p\n", __func__, clnt); in p9_client_begin_disconnect() 280 P9_DEBUG(TRANS, "%s: client %p op %d\n", __func__, c, type); in p9_client_prepare_req() 303 P9_DEBUG(ERROR, "%s: request allocation failed.\n", __func__); in p9_client_prepare_req() 310 P9_DEBUG(ERROR, "%s: p9_buf_prepare failed: %d\n", in p9_client_prepare_req() 317 P9_DEBUG(ERROR, "%s: p9_buf_vwrite failed: %d\n", in p9_client_prepare_req() [all …]
|
| H A D | p9fs_vnops.c | 151 P9_DEBUG(VOPS, "%s: vp:%p node:%p\n", __func__, vp, np); in p9fs_reclaim() 169 P9_DEBUG(VOPS, "%s: vp:%p node:%p file:%s\n", __func__, vp, np, np->inode.i_name); in p9fs_inactive() 313 P9_DEBUG(VOPS, "%s: Cache lookup error %d \n", __func__, error); in p9fs_lookup() 434 P9_DEBUG(VOPS, "%s: name %s\n", __func__, cnp->cn_nameptr); in create_common() 460 P9_DEBUG(ERROR, "%s: p9_client_fcreate failed %d\n", __func__, error); in create_common() 506 P9_DEBUG(VOPS, "%s: created file under vp %p node %p fid %ju\n", in create_common() 549 P9_DEBUG(VOPS, "%s: dvp %p\n", __func__, dvp); in p9fs_create() 583 P9_DEBUG(VOPS, "%s: dvp %p\n", __func__, dvp); in p9fs_mkdir() 616 P9_DEBUG(VOPS, "%s: dvp %p\n", __func__, dvp); in p9fs_mknod() 684 P9_DEBUG(VOPS, "%s: vp %p\n", __func__, vp); in p9fs_open() [all …]
|
| H A D | p9fs_subr.c | 76 P9_DEBUG(ERROR, "%s: p9_client_create failed\n", __func__); in p9fs_init_session() 99 P9_DEBUG(ERROR, "%s: unknown access mode\n", __func__); in p9fs_init_session() 111 P9_DEBUG(ERROR, "%s: attach failed: %d\n", __func__, *error); in p9fs_init_session() 114 P9_DEBUG(SUBR, "%s: attach successful fid :%p\n", __func__, fid); in p9fs_init_session() 121 P9_DEBUG(SUBR, "%s: INIT session successful\n", __func__); in p9fs_init_session() 182 P9_DEBUG(SUBR, "%s: Clean close session .\n", __func__); in p9fs_close_session()
|
| H A D | p9fs_vfsops.c | 81 P9_DEBUG(VOPS, "%s: node: %p\n", __func__, *npp); in p9fs_dispose_node() 316 P9_DEBUG(ERROR, "%s: getnewvnode failed: %d\n", __func__, error); in p9fs_vget_common() 464 P9_DEBUG(VOPS, "%s: Mount successful\n", __func__); in p9_mount() 469 P9_DEBUG(ERROR, "%s: Mount Failed \n", __func__); in p9_mount() 520 P9_DEBUG(VOPS, "%s: node=%p name=%s\n",__func__, np, np->inode.i_name); in p9fs_root()
|
| H A D | p9_debug.h | 40 #define P9_DEBUG(category, fmt, ...) do { \ macro
|
| H A D | p9_protocol.c | 554 P9_DEBUG(ERROR, "%s: failed: %d\n", __func__, ret); in p9stat_read() 586 P9_DEBUG(LPROTO, "%s: size=%d type: %d tag: %d\n", in p9_buf_finalize() 622 P9_DEBUG(ERROR, "%s: failed: %d\n", __func__, ret); in p9_dirent_read()
|
| /freebsd/sys/dev/virtio/p9fs/ |
| H A D | virtio_p9fs.c | 123 P9_DEBUG(ERROR, "Timeout after waiting %u seconds" in vt9p_req_wait() 153 P9_DEBUG(TRANS, "%s: req=%p\n", __func__, req); in vt9p_request() 162 P9_DEBUG(ERROR, "%s: sglist append failed\n", __func__); in vt9p_request() 170 P9_DEBUG(ERROR, "%s: sglist append failed\n", __func__); in vt9p_request() 184 P9_DEBUG(TRANS, "%s: retry virtio request\n", __func__); in vt9p_request() 187 P9_DEBUG(ERROR, "%s: virtio enuqueue failed \n", __func__); in vt9p_request() 204 P9_DEBUG(TRANS, "%s: virtio request kicked\n", __func__); in vt9p_request() 224 P9_DEBUG(TRANS, "%s: completing\n", __func__); in vt9p_intr_complete() 337 P9_DEBUG(ERROR, "%s: Mount tag feature not supported by host\n", __func__); in vt9p_attach() 361 P9_DEBUG(ERROR, "%s: Allocating the virtqueue failed \n", __func__); in vt9p_attach() [all …]
|