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

12345

/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba-slapd-include.conf11 access to attrs=lmPassword,ntPassword
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmb_fs_i.h28 __u16 access; /* Access mode */ member in struct:smb_inode_info
H A Dncp_fs_i.h24 int access; member in struct:ncp_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmb_fs_i.h28 __u16 access; /* Access mode */ member in struct:smb_inode_info
H A Dncp_fs_i.h24 int access; member in struct:ncp_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dshuttle_usbat.h57 extern int usbat_read(struct us_data *us, unsigned char access,
59 extern int usbat_write(struct us_data *us, unsigned char access,
61 extern int usbat_read_block(struct us_data *us, unsigned char access,
64 extern int usbat_write_block(struct us_data *us, unsigned char access,
67 extern int usbat_multiple_write(struct us_data *us, unsigned char access,
H A Dshuttle_usbat.c233 unsigned char access,
241 access,
252 unsigned char access,
260 access|0x01,
297 unsigned char access,
305 0xC0, access|0x02, reg, 0x00, 0x00, 0x00,
378 unsigned char access,
387 0x40, access|0x03, reg, 0x00, 0x00, 0x00,
413 unsigned char access,
433 0x40, access|
232 usbat_read(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content) argument
251 usbat_write(struct us_data *us, unsigned char access, unsigned char reg, unsigned char content) argument
296 usbat_read_block(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content, unsigned short len, int use_sg) argument
377 usbat_write_block(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content, unsigned short len, int use_sg, int minutes) argument
412 usbat_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, unsigned char *content, unsigned short len, int use_sg, int minutes) argument
560 usbat_multiple_write(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dlibusb.spec7 Summary: Application access to USB devices
18 Provides a library for application access to USB devices. Development
22 Summary: Application USB device access library
26 Static libraries and header files for the USB device access library
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dnic.h36 nic_access_t access; member in struct:nic_state_t
51 * nic_setup requires an access routine that pulses the NIC line for a
55 * This general scheme allows us to access NICs through any medium
58 * The access routine should return the sample value 0 or 1, or if an
60 * the access routine will abort the NIC operation and be propagated
76 nic_access_t access,
99 extern int nic_info_get(nic_access_t access,
109 extern char *nic_vertex_info_set(nic_access_t access,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dnic.h36 nic_access_t access; member in struct:nic_state_t
51 * nic_setup requires an access routine that pulses the NIC line for a
55 * This general scheme allows us to access NICs through any medium
58 * The access routine should return the sample value 0 or 1, or if an
60 * the access routine will abort the NIC operation and be propagated
76 nic_access_t access,
99 extern int nic_info_get(nic_access_t access,
109 extern char *nic_vertex_info_set(nic_access_t access,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dfile.c36 int access; local
57 finfo.access = O_RDWR;
66 finfo.access = O_RDONLY;
72 finfo.access = O_WRONLY;
90 access = NCP_FINFO(inode)->access;
91 PPRINTK("ncp_make_open: file open, access=%x\n", access);
92 if (access == right || access
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dcpqarray.h74 struct access_method *access; member in struct:board_type
106 struct access_method access; member in struct:ctlr_info
H A Dcciss.h63 struct access_method access; member in struct:ctlr_info
248 struct access_method *access; member in struct:board_type
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dremove_file.c68 if ((!(flags & FILEUTILS_FORCE) && access(path, W_OK) < 0 &&
113 if ((!(flags & FILEUTILS_FORCE) && access(path, W_OK) < 0 &&
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SGI/
H A Dsmb.conf9 ; initial testing. It gives all clients access to their home directories and
10 ; /usr/tmp and allows access to all printers returned by lpstat.
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dfindme.c31 if (!access(buf, X_OK)) {
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/simple/
H A Dsmb.conf7 ; initial testing. It gives all clients access to their home directories and
8 ; allows access to all printers specified in /etc/printcap.
20 ; access to. Then alter the "printcap =" entry to point to the new file.
52 ; to be able to access your files.
84 ; people without an account write access.
96 ; home directory. Note that fred must have write access to the spool directory,
108 ; access to the directory.
140 ; any user with access can delete any other user's files. Obviously this
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_lsa_nt.c37 uint32 access; member in struct:lsa_info
422 info->access = acc_granted;
467 info->access = acc_granted;
501 if (!(info->access & POLICY_VIEW_LOCAL_INFORMATION))
542 if (!(handle->access & POLICY_VIEW_AUDIT_INFORMATION))
557 if (!(handle->access & POLICY_VIEW_LOCAL_INFORMATION))
586 if (!(handle->access & POLICY_VIEW_LOCAL_INFORMATION))
596 if (!(handle->access & POLICY_VIEW_LOCAL_INFORMATION))
657 if (!(handle->access & POLICY_LOOKUP_NAMES)) {
700 if (!(handle->access
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dmknissmbpwdtbl.sh9 -D access=og=rmcd,nw= -c \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A Dcsumcpfruser.S45 ;; Signal in *errptr that we had a failing access.
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpg.c247 int access; /* count of active opens ... */ member in struct:pg_unit
279 PG.access = 0;
577 PG.access++;
579 if (PG.access > 1) {
580 PG.access--;
594 PG.access--;
606 if ((unit >= PG_UNITS) || (PG.access <= 0))
610 PG.access--;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dnfs3proc.c52 * Bare-bones access to getattr: this is for nfs_read_super.
127 dprintk("NFS call access\n");
131 arg.access |= NFS3_ACCESS_READ;
134 arg.access |= NFS3_ACCESS_MODIFY | NFS3_ACCESS_EXTEND | NFS3_ACCESS_DELETE;
136 arg.access |= NFS3_ACCESS_LOOKUP;
139 arg.access |= NFS3_ACCESS_MODIFY | NFS3_ACCESS_EXTEND;
141 arg.access |= NFS3_ACCESS_EXECUTE;
146 dprintk("NFS reply access\n");
148 if (status == 0 && (arg.access & res.access) !
[all...]

Completed in 208 milliseconds

12345