| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_onexit.c | 22 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 23 * Copyright (c) 2013 by Delphix. All rights reserved. 128 cap_rights_t rights; local 132 fp = getf(fd, cap_rights_init(&rights));
|
| zfs_ioctl.c | 23 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 24 * Copyright (c) 2011-2012 Pawel Jakub Dawidek. All rights reserved. 25 * Copyright 2013 Martin Matuska <mm@FreeBSD.org>. All rights reserved. 26 * Copyright 2014 Xin Li <delphij@FreeBSD.org>. All rights reserved. 27 * Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. 28 * Copyright 2015 Nexenta Systems, Inc. All rights reserved. 29 * Copyright (c) 2014, 2016 Joyent, Inc. All rights reserved. 30 * Copyright (c) 2011, 2015 by Delphix. All rights reserved. 31 * Copyright (c) 2013 by Saso Kiselkov. All rights reserved. 32 * Copyright (c) 2013 Steven Hartland. All rights reserved 4381 cap_rights_t rights; local 4678 cap_rights_t rights; local 5287 cap_rights_t rights; local 5704 cap_rights_t rights; local [all...] |
| /src/games/quiz/ |
| quiz.c | 5 * The Regents of the University of California. All rights reserved. 39 The Regents of the University of California. All rights reserved."); 228 unsigned guesses, rights, wrongs; local 234 guesses = rights = wrongs = 0; 281 score(rights, wrongs, guesses); 288 ++rights; 302 score(rights, wrongs, guesses); 356 (void)printf("Rights %d, wrongs %d,", r, w);
|
| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.c | 190 cap_rights_t rights; local 192 if (cap_rights_limit(src_fd, cap_rights_init(&rights, 196 if (cap_rights_limit(STDOUT_FILENO, cap_rights_init(&rights, 201 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, 205 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights,
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep.c | 5 * All rights reserved 246 cap_rights_t rights; local 248 cap_rights_init(&rights, CAP_IOCTL); 249 if (cap_rights_limit(fd, &rights) == -1 && errno != ENOSYS) 257 cap_rights_t rights; local 259 cap_rights_init(&rights, CAP_READ, CAP_WRITE, CAP_EVENT, 261 if (cap_rights_limit(fd, &rights) == -1 && errno != ENOSYS) 269 cap_rights_t rights; local 271 cap_rights_init(&rights, CAP_READ, CAP_WRITE, CAP_EVENT, CAP_SHUTDOWN); 272 if (cap_rights_limit(fd, &rights) == -1 && errno != ENOSYS 280 cap_rights_t rights; local 292 cap_rights_t rights; local [all...] |
| /src/sys/fs/nfs/client/ |
| nfs_clport.c | 4 * The Regents of the University of California. All rights reserved. 1311 cap_rights_t rights; local 1320 * Since we don't know what rights might be required, 1325 cap_rights_init(&rights, CAP_SOCK_CLIENT), &fp);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| aci.c | 8 * All rights reserved. 19 * All rights reserved. 245 * rights list is of the form <attr>=<value>, 283 /* loop through each rights/attr pair, skip first part (action) */ 302 "test no rights\n" ); 309 "rights %s to mask 0x%x\n", 461 oid # scope # action;rights;attr;rights;attr 462 $ action;rights;attr;rights;attr # type # subjec 1413 rights = BER_BVNULL, local 1564 rights = BER_BVNULL, local [all...] |
| /src/sys/fs/nfs/server/ |
| nfs_nfsdport.c | 4 * The Regents of the University of California. All rights reserved. 2765 * - get vp and export rights by calling nfsvno_fhtovp() 3092 cap_rights_t rights; local 3100 * Since we don't know what rights might be required, 3105 cap_rights_init(&rights, CAP_SOCK_SERVER), &fp);
|
| /src/external/bsd/tcpdump/dist/ |
| tcpdump.c | 3 * The Regents of the University of California. All rights reserved. 64 The Regents of the University of California. All rights reserved.\n"; 983 * Ensure that, on a dump file's descriptor, we have all the rights 1029 * I/O library that knows what rights are needed by the standard 1039 cap_rights_t rights; local 1041 cap_rights_init(&rights, CAP_SEEK, CAP_WRITE, CAP_FCNTL); 1042 if (cap_rights_limit(fd, &rights) < 0 && errno != ENOSYS) { 1527 cap_rights_t rights; local 2098 cap_rights_init(&rights, CAP_READ); 2099 if (cap_rights_limit(fileno(pcap_file(pd)), &rights) < 0 & [all...] |