Searched refs:type (Results 1 - 25 of 2335) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dcapifs.h10 void capifs_new_ncci(char type, unsigned int num, kdev_t device);
11 void capifs_free_ncci(char type, unsigned int num);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dp8022.h4 extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
5 extern void unregister_8022_client(unsigned char type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dp8022.h4 extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
5 extern void unregister_8022_client(unsigned char type);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dintermezzo_lib.h72 * copy sizeof(type) bytes from pointer to var and move ptr forward.
75 #define UNLOGV(var,type,ptr,end) \
77 var = *(type *)ptr; \
78 ptr += sizeof(type); \
84 /* type MUST be __u32 or __u64 */
85 #define LUNLOGV(var,type,ptr,end) \
87 var = NTOH##type(*(type *)ptr); \
88 ptr += sizeof(type); \
94 #define LOGV(var,type,pt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dintermezzo_lib.h72 * copy sizeof(type) bytes from pointer to var and move ptr forward.
75 #define UNLOGV(var,type,ptr,end) \
77 var = *(type *)ptr; \
78 ptr += sizeof(type); \
84 /* type MUST be __u32 or __u64 */
85 #define LUNLOGV(var,type,ptr,end) \
87 var = NTOH##type(*(type *)ptr); \
88 ptr += sizeof(type); \
94 #define LOGV(var,type,pt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dcompatibility.h16 #define min_t(type,x,y) \
17 ({ type __x = (x); type __y = (y); __x < __y ? __x: __y; })
19 #define max_t(type,x,y) \
20 ({ type __x = (x); type __y = (y); __x > __y ? __x: __y; })
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 #define HEX_SIZE(type) (sizeof(type)*2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-system.c2 * ip22-system.c: Probe the system type using ARCS prom interface library.
19 int type; member in struct:smatch
24 .type = CPU_R2000,
27 .type = CPU_R3000,
30 .type = CPU_R3000A,
33 .type = CPU_R4000SC,
36 .type = CPU_R4400SC,
39 .type = CPU_R4600,
42 .type = CPU_R8000,
45 .type
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Ddisplay_sec.c28 char *get_sec_mask_str(uint32 type) argument
34 if (type & GENERIC_ALL_ACCESS)
36 if (type & GENERIC_EXECUTE_ACCESS)
38 if (type & GENERIC_WRITE_ACCESS)
40 if (type & GENERIC_READ_ACCESS)
42 if (type & MAXIMUM_ALLOWED_ACCESS)
44 if (type & SYSTEM_SECURITY_ACCESS)
46 if (type & SYNCHRONIZE_ACCESS)
48 if (type & WRITE_OWNER_ACCESS)
50 if (type
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Ddisp_sec.c53 static void ads_disp_perms(uint32 type) argument
60 if (type == SEC_RIGHTS_FULL_CTRL) {
66 if (type & (1 << i)) {
72 type &= ~(1 << i);
77 if (type != 0) {
78 printf("[%08x]", type);
88 if (!sec_ace_object(sec_ace->type)) {
89 printf("------- ACE (type: 0x%02x, flags: 0x%02x, size: 0x%02x, mask: 0x%x)\n",
90 sec_ace->type,
95 printf("------- ACE (type
124 ads_disp_acl(SEC_ACL *sec_acl, const char *type) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dioctl.h27 * a type field. De facto, however, the top 8 bits of the lower 16
28 * bits are indeed used as a type field, so we might just as well make
54 #define _IOC(dir,type,nr,size) \
56 ((type) << _IOC_TYPESHIFT) | \
61 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
62 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
63 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dioctl.h59 #define _IOC(dir,type,nr,size) \
61 ((type) << _IOC_TYPESHIFT) | \
66 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
67 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
68 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
69 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dioctl.h62 #define _IOC(dir,type,nr,size) \
64 ((type) << _IOC_TYPESHIFT) | \
69 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
70 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
71 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
72 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dioctl.h41 #define _IOC(dir,type,nr,size) \
43 ((type) << _IOC_TYPESHIFT) | \
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dioctl.h37 #define _IOC(dir,type,nr,size) \
39 ((type) << _IOC_TYPESHIFT) | \
44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \
41 ((type) << _IOC_TYPESHIFT) | \
46 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
47 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
48 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
49 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dioctl.h25 * a type field. De facto, however, the top 8 bits of the lower 16
26 * bits are indeed used as a type field, so we might just as well make
52 #define _IOC(dir,type,nr,size) \
54 ((type) << _IOC_TYPESHIFT) | \
59 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
60 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
61 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dioctl.h25 * a type field. De facto, however, the top 8 bits of the lower 16
26 * bits are indeed used as a type field, so we might just as well make
52 #define _IOC(dir,type,nr,size) \
54 ((type) << _IOC_TYPESHIFT) | \
59 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
60 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
61 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dioctl.h22 * a type field. De facto, however, the top 8 bits of the lower 16
23 * bits are indeed used as a type field, so we might just as well make
49 #define _IOC(dir,type,nr,size) \
51 ((type) << _IOC_TYPESHIFT) | \
56 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
57 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
58 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dioctl.h27 #define _IOC(dir,type,nr,size) \
29 ((type) << _IOC_TYPESHIFT) | \
33 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
34 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
35 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
36 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dioctl.h27 #define _IOC(dir,type,nr,size) \
29 ((type) << _IOC_TYPESHIFT) | \
33 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
34 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
35 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
36 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dioctl.h27 * a type field. De facto, however, the top 8 bits of the lower 16
28 * bits are indeed used as a type field, so we might just as well make
54 #define _IOC(dir,type,nr,size) \
56 ((type) << _IOC_TYPESHIFT) | \
61 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
62 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
63 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dioctl.h59 #define _IOC(dir,type,nr,size) \
61 ((type) << _IOC_TYPESHIFT) | \
66 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
67 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
68 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
69 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dioctl.h62 #define _IOC(dir,type,nr,size) \
64 ((type) << _IOC_TYPESHIFT) | \
69 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
70 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
71 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
72 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dioctl.h41 #define _IOC(dir,type,nr,size) \
43 ((type) << _IOC_TYPESHIFT) | \
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]

Completed in 307 milliseconds

1234567891011>>