Searched refs:access (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dfsaccess.c38 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access) { argument
43 *access |= permission;
46 *access |= (permission << GROUP);
49 *access |= (permission << OTHER);
53 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access) { argument
59 *access &= ~permission;
62 *access &= ~(permission << GROUP);
65 *access &= ~(permission << OTHER);
69 check_bad_bits(isc_fsaccess_t access, isc_boolean_t is_dir) { argument
94 if ((access
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dfsaccess.c38 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access) { argument
43 *access |= permission;
46 *access |= (permission << GROUP);
49 *access |= (permission << OTHER);
53 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access) { argument
59 *access &= ~permission;
62 *access &= ~(permission << GROUP);
65 *access &= ~(permission << OTHER);
69 check_bad_bits(isc_fsaccess_t access, isc_boolean_t is_dir) { argument
94 if ((access
[all...]
/freebsd-9.3-release/lib/libpam/modules/pam_login_access/
H A DMakefile29 MAN= login.access.5 pam_login_access.8
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dfsaccess.h24 * \brief The ISC filesystem access module encapsulates the setting of file
25 * and directory access permissions into one API that is meant to be
29 * are POSIX and Windows NT 4.0 and later. The Windows NT access model is
60 * unless the directory path disallows complete access somewhere along
93 * The Windows standard access right "DELETE" doesn't have a direct
117 * \li What NT access right controls the ability to rename a file?
128 * granting or denying access. Because this functionality is
168 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access);
171 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access);
174 isc_fsaccess_set(const char *path, isc_fsaccess_t access);
[all...]
/freebsd-9.3-release/tools/regression/ia64/unaligned/
H A Dunaligned.t39 local ($nr, $access, $type, $size, $postinc) = @_;
40 local $test = "${access}_${type}_${size}_${postinc}";
44 $st = system("cc -o $tmpfile -DACCESS=$access -DTYPE=$type -DSIZE=$size -DPOSTINC=$postinc -Wall -O -g $srcdir/test.c");
84 foreach $access (@accesses) {
86 $_ = "$access $postinc";
90 run ++$nr, $access, $type, $size, $postinc;
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dfsaccess.h24 * \brief The ISC filesystem access module encapsulates the setting of file
25 * and directory access permissions into one API that is meant to be
29 * are POSIX and Windows NT 4.0 and later. The Windows NT access model is
60 * unless the directory path disallows complete access somewhere along
93 * The Windows standard access right "DELETE" doesn't have a direct
117 * \li What NT access right controls the ability to rename a file?
128 * granting or denying access. Because this functionality is
168 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access);
171 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access);
174 isc_fsaccess_set(const char *path, isc_fsaccess_t access);
[all...]
/freebsd-9.3-release/sys/dev/io/
H A Diodev.h36 u_int access; member in struct:iodev_pio_req
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dfsaccess.c36 isc_fsaccess_set(const char *path, isc_fsaccess_t access) { argument
51 result = check_bad_bits(access, is_dir);
61 if ((access & bits) != 0) { \
63 access &= ~bits; \
87 INSIST(access == 0);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c36 isc_fsaccess_set(const char *path, isc_fsaccess_t access) { argument
51 result = check_bad_bits(access, is_dir);
61 if ((access & bits) != 0) { \
63 access &= ~bits; \
87 INSIST(access == 0);
/freebsd-9.3-release/lib/libc/i386/sys/
H A Di386_set_watch.c37 int access, struct dbreg * d)
52 switch (access) {
72 mask |= access;
36 i386_set_watch(int watchnum, unsigned int watchaddr, int size, int access, struct dbreg * d) argument
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf28 # Setting up the access control lists to the agent
44 access public "" any noauth 0 system none none
45 access local "" any noauth 0 all all all
57 # access public "" any noauth 0 all none none
58 # access private "" any noauth 0 all all none
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dunistd.h39 * access() related definitions for winXP
58 #define access _access macro
H A Dfsaccess.c21 * Note that Win32 does not have the concept of files having access
24 * different concept of controlling access.
26 * This code needs to be revisited to set up proper access control for
54 * In order to set or retrieve access information, we need to obtain
114 FAT_fsaccess_set(const char *path, isc_fsaccess_t access) { argument
124 if ((access & bits) != 0) { \
126 access &= ~bits; \
145 INSIST(access == 0);
154 NTFS_Access_Control(const char *filename, const char *user, int access, argument
197 caccess = access;
283 NTFS_fsaccess_set(const char *path, isc_fsaccess_t access, isc_boolean_t isdir) argument
299 isc_fsaccess_set(const char *path, isc_fsaccess_t access) argument
[all...]
/freebsd-9.3-release/sys/net/
H A Dvnet.h188 * access it. If a caller may sleep while accessing the list, it must use
248 #define SYSCTL_VNET_INT(parent, nbr, name, access, ptr, val, descr) \
250 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_VNET|(access), \
252 #define SYSCTL_VNET_PROC(parent, nbr, name, access, ptr, arg, handler, \
254 CTASSERT(((access) & CTLTYPE) != 0); \
255 SYSCTL_OID(parent, nbr, name, CTLFLAG_VNET|(access), ptr, arg, \
257 #define SYSCTL_VNET_OPAQUE(parent, nbr, name, access, ptr, len, fmt, \
260 CTLTYPE_OPAQUE|CTLFLAG_VNET|(access), ptr, len, \
262 #define SYSCTL_VNET_STRING(parent, nbr, name, access, arg, len, descr) \
264 CTLTYPE_STRING|CTLFLAG_VNET|(access), \
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_umem.h64 size_t size, int access);
73 int access) {
71 ib_umem_get(struct ib_ucontext *context, unsigned long addr, size_t size, int access) argument
/freebsd-9.3-release/sys/sys/
H A Dsysctl.h137 * This describes the access space for a sysctl request. This is needed
141 struct thread *td; /* used for access checking */
285 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
287 SYSCTL_OID(parent, nbr, name, CTLTYPE_NODE|(access), \
290 #define SYSCTL_ADD_NODE(ctx, parent, nbr, name, access, handler, descr) \
291 sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_NODE|(access), \
295 #define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \
296 SYSCTL_OID(parent, nbr, name, CTLTYPE_STRING|(access), \
299 #define SYSCTL_ADD_STRING(ctx, parent, nbr, name, access, arg, len, descr) \
300 sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_STRING|(access), \
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Die.def42 element connedsub 0x4d itu 25 access file=addr
45 element aal 0x58 itu 21 access
51 element bhli 0x5d itu 13 access
53 element blli 0x5f itu 17 access
59 element callingsub 0x6d itu 25 access file=addr
61 element calledsub 0x71 itu 25 access file=addr
65 element uu 0x7e itu UNI_UU_MAXLEN+4 access !pnni
H A Dparseie.awk97 access = 0
100 if($i == "access") {
101 access = 1
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dfaccessat.h60 ret = access(path, mode);
/freebsd-9.3-release/lib/libefi/
H A Defi_nextvarname.c56 req.access = IODEV_EFIVAR_NEXTNAME;
H A Defi_setvar.c62 req.access = IODEV_EFIVAR_SETVAR;
/freebsd-9.3-release/sys/ia64/include/
H A Diodev.h43 u_int access; member in struct:iodev_efivar_req
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dslapd.conf15 access to * by * write
/freebsd-9.3-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dxm-djgpp.h63 else if (access (djgpp, R_OK) == 0) \

Completed in 185 milliseconds

1234567891011>>