Home
last modified time | relevance | path

Searched refs:NCPM_WRITE (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/netncp/
Dncp_subr.c91 NCPM_READ | NCPM_EXECUTE | NCPM_WRITE)) in ncp_at_exit()
Dncp_mod.c117 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()
Dncp_conn.h63 #define NCPM_WRITE 0200 /* modify/close */ macro
Dncp_conn.c283 if (ncp_conn_access(ncp, ncp->ucred, NCPM_WRITE)) in ncp_conn_free()
/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_vfsops.c258 if (ncp_conn_lock(conn, td, td->td_ucred,NCPM_WRITE | NCPM_EXECUTE) == 0) { in nwfs_unmount()