Searched refs:NCPM_WRITE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/netncp/ |
| D | ncp_subr.c | 91 NCPM_READ | NCPM_EXECUTE | NCPM_WRITE)) in ncp_at_exit()
|
| D | ncp_mod.c | 117 error = ncp_conn_getattached(&li, td, td->td_ucred, NCPM_WRITE | NCPM_EXECUTE, &conn); in sncp_connect() 264 error = ncp_conn_lock(conn, td, cred, NCPM_WRITE); in ncp_conn_handler() 290 error = ncp_conn_lock(conn, td, cred, NCPM_EXECUTE | NCPM_WRITE); in ncp_conn_handler()
|
| D | ncp_conn.h | 63 #define NCPM_WRITE 0200 /* modify/close */ macro
|
| D | ncp_conn.c | 283 if (ncp_conn_access(ncp, ncp->ucred, NCPM_WRITE)) in ncp_conn_free()
|
| /freebsd-9-stable/sys/fs/nwfs/ |
| D | nwfs_vfsops.c | 258 if (ncp_conn_lock(conn, td, td->td_ucred,NCPM_WRITE | NCPM_EXECUTE) == 0) { in nwfs_unmount()
|