Searched refs:grantid (Results 1 – 4 of 4) sorted by relevance
| /minix3/minix/servers/vfs/ |
| H A D | gcov.c | 22 cp_grant_id_t grantid; in do_gcov_flush() local 54 if ((grantid = cpf_grant_magic(endpt, who_e, buf, size, CPF_WRITE)) < 0) { in do_gcov_flush() 61 r = gcov_flush(VFS_PROC_NR, grantid, size); in do_gcov_flush() 65 m.m_vfs_lsys_gcov.grant = grantid; in do_gcov_flush() 70 cpf_revoke(grantid); in do_gcov_flush()
|
| /minix3/minix/kernel/system/ |
| H A D | do_safememset.c | 26 cp_grant_id_t grantid = m_ptr->SMS_GID; in do_safememset() local 48 r = verify_grant(dst_endpt, caller_endpt, grantid, len, CPF_WRITE, in do_safememset() 52 printf("safememset: grant %d verify failed %d", grantid, r); in do_safememset()
|
| H A D | do_safecopy.c | 275 cp_grant_id_t grantid, in safecopy() argument 305 if((r=verify_grant(granter, grantee, grantid, bytes, access, in safecopy() 310 grantid, *src, *dst, grantee, r); in safecopy()
|
| /minix3/minix/lib/libsys/ |
| H A D | gcov.c | 124 int gcov_flush(endpoint_t ep, cp_grant_id_t grantid, size_t bufsize) in gcov_flush() argument 129 grant = grantid; in gcov_flush()
|