Home
last modified time | relevance | path

Searched refs:P9_DEBUG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9_client.c193 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 Dp9fs_vnops.c151 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 Dp9fs_subr.c76 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 Dp9fs_vfsops.c81 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 Dp9_debug.h40 #define P9_DEBUG(category, fmt, ...) do { \ macro
H A Dp9_protocol.c554 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 Dvirtio_p9fs.c123 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 …]