Searched refs:rights (Results 176 - 200 of 206) sorted by relevance

123456789

/freebsd-current/usr.bin/kdump/
H A Dkdump.c5 * The Regents of the University of California. All rights reserved.
2061 cap_rights_t rights; local
2086 memcpy(&rights, data, datalen);
2087 ktrcaprights(&rights);
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dconvert_hsi.pl144 * All rights reserved.
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql2 -- All rights reserved.
H A Dschema_v1.sql2 -- All rights reserved.
H A Dschema_v2.sql2 -- All rights reserved.
H A Dmigrate_v1_v2.sql2 -- All rights reserved.
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua8 --* without limitation the rights to use, copy, modify, merge, publish,
/freebsd-current/sys/dev/iscsi/
H A Dicl_soft.c1509 cap_rights_t rights; local
1535 cap_rights_init_one(&rights, CAP_SOCK_CLIENT), &fp);
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clport.c5 * The Regents of the University of California. All rights reserved.
1289 cap_rights_t rights; local
1301 * Since we don't know what rights might be required,
1306 cap_rights_init_one(&rights, CAP_SOCK_CLIENT), &fp);
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslresources.y15 * All rights reserved.
20 * rights. You may have additional license terms from the party that provided
22 * property rights.
29 * Code in any form, with the right to sublicense such rights; and
47 * Code or modification with rights to further distribute source must include
59 * Code or modification without rights to further distribute source must
H A Dasltokens.y13 * All rights reserved.
18 * rights. You may have additional license terms from the party that provided
20 * property rights.
27 * Code in any form, with the right to sublicense such rights; and
45 * Code or modification with rights to further distribute source must include
57 * Code or modification without rights to further distribute source must
H A Daslprimaries.y15 * All rights reserved.
20 * rights. You may have additional license terms from the party that provided
22 * property rights.
29 * Code in any form, with the right to sublicense such rights; and
47 * Code or modification with rights to further distribute source must include
59 * Code or modification without rights to further distribute source must
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c5 * The Regents of the University of California. All rights reserved.
1129 cap_rights_t rights; local
1139 cap_rights_init_one(&rights, CAP_LOOKUP);
1140 flags_to_rights(flags, &rights);
1169 pathseg, path, dirfd, &rights);
3900 cap_rights_t rights; local
3905 error = getvnode(td, fd, cap_rights_init_one(&rights,
4361 * that, if it is a capability, the correct rights are present.
H A Duipc_usrreq.c526 cap_rights_t rights; local
568 UIO_SYSSPACE, buf, fd, cap_rights_init_one(&rights, CAP_BINDAT));
1871 cap_rights_t rights; local
1929 UIO_SYSSPACE, buf, fd, cap_rights_init_one(&rights, CAP_CONNECTAT));
2681 * file structure and capability rights.
3182 * Now flush all sockets, free'ing rights. This will free the
H A Dtty.c5 * All rights reserved.
2109 cap_rights_t rights; local
2120 error = fget_cap_noref(fdp, fd, cap_rights_init_one(&rights, CAP_TTYHOOK),
/freebsd-current/share/mk/
H A Dgendirdeps.mk7 # All rights reserved.
/freebsd-current/stand/lua/
H A Dmenu.lua6 -- All rights reserved.
H A Ddrawer.lua6 -- All rights reserved.
H A Dcore.lua6 -- All rights reserved.
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk7 # All rights reserved.
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_tcp.c1427 cap_rights_t rights; local
1430 error = fget(curthread, params->tcp.fd, cap_rights_init_one(&rights,
/freebsd-current/share/man/man4/
H A DMakefile485 rights.4 \
/freebsd-current/sys/sys/
H A Dsyscallsubr.h4 * Copyright (c) 2002 Ian Dowse. All rights reserved.
100 int kern_cap_rights_limit(struct thread *td, int fd, cap_rights_t *rights);
/freebsd-current/tools/lua/
H A Dtemplate.lua4 All rights reserved.
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c5 * All rights reserved.
35 * The Regents of the University of California. All rights reserved.
3275 cap_rights_t rights; local
3285 cap_rights_init_one(&rights, CAP_FSCK), &fp)) != 0)

Completed in 392 milliseconds

123456789