Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/linux-2.4.37.9/net/sctp/
Dsm_statefuns.c149 const sctp_subtype_t type, in sctp_sf_do_4_C()
233 const sctp_subtype_t type, in sctp_sf_do_5_1B_init()
428 const sctp_subtype_t type, in sctp_sf_do_5_1C_ack()
592 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1D_ce()
754 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1E_ca()
833 const sctp_subtype_t type, in sctp_sf_heartbeat()
866 const sctp_subtype_t type, in sctp_sf_sendbeat_8_3()
931 const sctp_subtype_t type, in sctp_sf_beat_8_3()
998 const sctp_subtype_t type, in sctp_sf_backbeat_8_3()
1250 const sctp_subtype_t type, in sctp_sf_do_unexpected_init()
[all …]
/linux-2.4.37.9/include/linux/
Dintermezzo_lib.h75 #define UNLOGV(var,type,ptr,end) \ argument
85 #define LUNLOGV(var,type,ptr,end) \ argument
94 #define LOGV(var,type,ptr) \ argument
101 #define LLOGV(var,type,ptr) \ argument
112 #define UNLOGP(var,type,ptr,end) \ argument
120 #define LOGP(var,type,ptr) \ argument
130 #define UNLOGL(var,type,len,ptr,end) \ argument
142 #define UNLOGL0(var,type,len,ptr,end) \ argument
/linux-2.4.37.9/net/ax25/
Dax25_std_in.c67 …ic int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine()
129 …ic int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state2_machine()
166 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine()
291 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine()
443 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
Dax25_ds_in.c52 …tic int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine()
113 …tic int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state2_machine()
158 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_ds_state3_machine()
292 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
/linux-2.4.37.9/fs/
Dquota.c20 static int check_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in check_quotactl_valid()
137 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, caddr_t addr) in do_quotactl()
240 static int check_compat_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in check_compat_quotactl_valid()
320 static int v1_set_rsquash(struct super_block *sb, int type, int flag) in v1_set_rsquash()
329 static int v1_get_dqblk(struct super_block *sb, int type, qid_t id, struct v1c_mem_dqblk *mdq) in v1_get_dqblk()
355 static int v1_set_dqblk(struct super_block *sb, int type, int cmd, qid_t id, struct v1c_mem_dqblk *… in v1_set_dqblk()
391 static int do_compat_quotactl(struct super_block *sb, int type, int cmd, qid_t id, caddr_t addr) in do_compat_quotactl()
462 uint cmds, type; in sys_quotactl() local
Ddquot.c178 static inline int const hashfn(struct super_block *sb, unsigned int id, int type) in hashfn()
195 …e struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int id, int type) in find_dquot()
344 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
373 static int vfs_quota_sync(struct super_block *sb, int type) in vfs_quota_sync()
418 static struct super_block *get_super_to_sync(int type) in get_super_to_sync()
447 void sync_dquots_dev(kdev_t dev, int type) in sync_dquots_dev()
471 void sync_dquots_sb(struct super_block *sb, int type) in sync_dquots_sb()
567 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
591 static struct dquot *dqget(struct super_block *sb, unsigned int id, int type) in dqget()
668 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
[all …]
/linux-2.4.37.9/arch/mips/arc/
Dmemory.c66 static inline int memtype_classify_arcs (union linux_memtypes type) in memtype_classify_arcs()
86 static inline int memtype_classify_arc (union linux_memtypes type) in memtype_classify_arc()
106 static int __init prom_memtype_classify (union linux_memtypes type) in prom_memtype_classify()
134 long type; in prom_meminit() local
/linux-2.4.37.9/include/asm-s390/
Dioctl.h52 #define _IOC(dir,type,nr,size) \ argument
59 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
60 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
61 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
62 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-sh64/
Dioctl.h57 #define _IOC(dir,type,nr,size) \ argument
64 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
65 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
66 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
67 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-ppc/
Dioctl.h34 #define _IOC(dir,type,nr,size) \ argument
41 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
42 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
43 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
44 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-alpha/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-ia64/
Dioctl.h51 #define _IOC(dir,type,nr,size) \ argument
58 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
59 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
60 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
61 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-x86_64/
Dioctl.h49 #define _IOC(dir,type,nr,size) \ argument
56 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
57 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
58 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
59 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-parisc/
Dioctl.h41 #define _IOC(dir,type,nr,size) \ argument
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-ppc64/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
46 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
47 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
48 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
49 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-arm/
Dioctl.h48 #define _IOC(dir,type,nr,size) \ argument
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
56 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
58 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-cris/
Dioctl.h50 #define _IOC(dir,type,nr,size) \ argument
57 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
58 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
59 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
60 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-i386/
Dioctl.h49 #define _IOC(dir,type,nr,size) \ argument
56 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
57 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
58 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
59 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-m68k/
Dioctl.h54 #define _IOC(dir,type,nr,size) \ argument
61 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
62 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
63 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
64 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-s390x/
Dioctl.h52 #define _IOC(dir,type,nr,size) \ argument
59 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
60 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
61 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
62 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-sh/
Dioctl.h49 #define _IOC(dir,type,nr,size) \ argument
56 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
57 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
58 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
59 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-sparc/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/include/asm-sparc64/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/linux-2.4.37.9/net/irda/
Dparameters.c80 PV_TYPE type, PI_HANDLER func) in irda_insert_no_value()
107 PV_TYPE type, PI_HANDLER func) in irda_extract_no_value()
131 PV_TYPE type, PI_HANDLER func) in irda_insert_integer()
204 PV_TYPE type, PI_HANDLER func) in irda_extract_integer()
290 PV_TYPE type, PI_HANDLER func) in irda_extract_string()
337 PV_TYPE type, PI_HANDLER func) in irda_extract_octseq()
463 int type; in irda_param_insert() local
514 int type; in irda_param_extract() local
/linux-2.4.37.9/include/asm-mips/
Dioctl.h59 #define _IOC(dir,type,nr,size) \ argument
66 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
67 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
68 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
69 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument

12345678910>>...40