Searched refs:rights (Results 76 - 100 of 206) sorted by relevance

123456789

/freebsd-current/usr.bin/jot/
H A Djot.c5 * The Regents of the University of California. All rights reserved.
83 cap_rights_t rights; local
101 err(1, "unable to limit rights for stdio");
102 cap_rights_init(&rights);
103 if (caph_rights_limit(STDIN_FILENO, &rights) < 0)
104 err(1, "unable to limit rights for stdin");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutstrbadaddr.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
H A Derr.copyoutbadaddr.ksh23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
/freebsd-current/contrib/bearssl/mk/
H A DDefaults.mk6 # without limitation the rights to use, copy, modify, merge, publish,
H A DSingleUnix.mk6 # without limitation the rights to use, copy, modify, merge, publish,
H A DNMake.mk6 # without limitation the rights to use, copy, modify, merge, publish,
/freebsd-current/share/dtrace/
H A Dudptrack4 * All rights reserved.
H A Dtcpstate4 * All rights reserved.
H A Dtcpconn4 * All rights reserved.
H A Dhotopen4 * All rights reserved.
H A Dretval4 * All rights reserved.
H A Ddisklatency4 * All rights reserved.
H A Dtcpdebug4 * All rights reserved.
/freebsd-current/sys/compat/linux/
H A Dlinux_errno.inc5 * All rights reserved.
H A Dlinux_event.c292 cap_rights_t rights; local
303 cap_rights_init_one(&rights, CAP_KQUEUE_CHANGE), &epfp);
313 cap_rights_init_one(&rights, CAP_POLL_EVENT), &fp);
377 cap_rights_t rights; local
386 cap_rights_init_one(&rights, CAP_KQUEUE_EVENT), &epfp);
/freebsd-current/sys/dev/cxgb/
H A Dbin2h.pl26 All rights reserved.
/freebsd-current/sys/kern/
H A Dvfs_extattr.c5 * All rights reserved.
248 cap_rights_t rights; local
256 cap_rights_init_one(&rights, CAP_EXTATTR_SET), &fp);
436 cap_rights_t rights; local
444 cap_rights_init_one(&rights, CAP_EXTATTR_GET), &fp);
592 cap_rights_t rights; local
600 cap_rights_init_one(&rights, CAP_EXTATTR_DELETE), &fp);
761 cap_rights_t rights; local
767 cap_rights_init_one(&rights, CAP_EXTATTR_LIST), &fp);
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslhelpers.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
/freebsd-current/usr.bin/wc/
H A Dwc.c5 * The Regents of the University of California. All rights reserved.
86 cap_rights_t rights; local
121 cap_rights_init(&rights, CAP_READ, CAP_FSTAT), FA_OPEN);
/freebsd-current/usr.sbin/rwhod/
H A Drwhod.c6 * All rights reserved.
341 cap_rights_t rights; local
355 cap_rights_init(&rights, CAP_CREATE, CAP_FSTAT, CAP_FTRUNCATE,
357 if (caph_rights_limit(dirfd, &rights) < 0) {
402 cap_rights_init(&rights, CAP_FSTAT, CAP_FTRUNCATE, CAP_WRITE);
403 if (caph_rights_limit(whod, &rights) < 0) {
/freebsd-current/sbin/ping/
H A Dping.c5 * The Regents of the University of California. All rights reserved.
230 cap_rights_t rights; local
712 cap_rights_init(&rights, CAP_RECV, CAP_EVENT, CAP_SETSOCKOPT);
713 if (caph_rights_limit(srecv, &rights) < 0)
715 cap_rights_init(&rights, CAP_SEND, CAP_SETSOCKOPT);
716 if (caph_rights_limit(ssend, &rights) < 0)
811 cap_rights_init(&rights, CAP_RECV, CAP_EVENT);
812 if (caph_rights_limit(srecv, &rights) < 0)
818 cap_rights_init(&rights, CAP_SEND);
819 if (caph_rights_limit(ssend, &rights) <
[all...]
/freebsd-current/sys/security/audit/
H A Daudit.h6 * All rights reserved.
272 #define AUDIT_ARG_RIGHTS(rights) do { \
274 audit_arg_rights((rights)); \
444 #define AUDIT_ARG_RIGHTS(rights)
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c3 * The Regents of the University of California. All rights reserved.
61 The Regents of the University of California. All rights reserved.\n";
975 * Ensure that, on a dump file's descriptor, we have all the rights
1021 * I/O library that knows what rights are needed by the standard
1031 cap_rights_t rights; local
1033 cap_rights_init(&rights, CAP_SEEK, CAP_WRITE, CAP_FCNTL);
1034 if (cap_rights_limit(fd, &rights) < 0 && errno != ENOSYS) {
1516 cap_rights_t rights; local
2088 cap_rights_init(&rights, CAP_READ);
2089 if (cap_rights_limit(fileno(pcap_file(pd)), &rights) <
[all...]
/freebsd-current/stand/i386/btx/lib/
H A Dbtxv86.S3 # All rights reserved.
/freebsd-current/sys/security/mac/
H A Dmac_syscalls.c7 * All rights reserved.
234 cap_rights_t rights; local
253 error = fget(td, uap->fd, cap_rights_init_one(&rights, CAP_MAC_GET),
394 cap_rights_t rights; local
413 error = fget(td, uap->fd, cap_rights_init_one(&rights, CAP_MAC_SET),

Completed in 248 milliseconds

123456789