Home
last modified time | relevance | path

Searched refs:msgtyp (Results 1 – 25 of 39) sorted by relevance

12

/linux-2.4.37.9/ipc/
Dmsg.c709 static int inline convert_mode(long* msgtyp, int msgflg) in convert_mode() argument
717 if(*msgtyp==0) in convert_mode()
719 if(*msgtyp<0) { in convert_mode()
720 *msgtyp=-(*msgtyp); in convert_mode()
729 long msgtyp, int msgflg) in sys_msgrcv() argument
740 mode = convert_mode(&msgtyp,msgflg); in sys_msgrcv()
758 if(testmsg(msg,msgtyp,mode)) { in sys_msgrcv()
762 msgtyp=msg->m_type-1; in sys_msgrcv()
805 msr_d.r_msgtype = msgtyp; in sys_msgrcv()
/linux-2.4.37.9/include/asm-arm/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-ppc64/
Dipc.h16 long msgtyp; member
Dppc32.h238 int msgtyp; member
/linux-2.4.37.9/include/asm-s390/
Dipc.h19 long msgtyp; member
/linux-2.4.37.9/include/asm-s390x/
Dipc.h19 long msgtyp; member
/linux-2.4.37.9/include/asm-sh/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-sh64/
Dipc.h22 long msgtyp; member
/linux-2.4.37.9/include/asm-m68k/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-ppc/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-i386/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-mips/
Dipc.h12 long msgtyp; member
/linux-2.4.37.9/include/asm-cris/
Dipc.h14 long msgtyp; member
/linux-2.4.37.9/include/asm-sparc/
Dipc.h11 long msgtyp; member
/linux-2.4.37.9/include/asm-sparc64/
Dipc.h11 s32 msgtyp; member
/linux-2.4.37.9/include/asm-mips64/
Dipc.h12 long msgtyp; member
/linux-2.4.37.9/include/linux/
Dmsg.h68 asmlinkage long sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, int msgflg);
/linux-2.4.37.9/arch/mips/kernel/
Dipc.c66 tmp.msgtyp, third); in sys_ipc()
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c158 s32 msgtyp; member
318 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) in do_sys32_msgrcv() argument
336 msgtyp = ipck.msgtyp; in do_sys32_msgrcv()
346 err = sys_msgrcv(first, p, second, msgtyp, third); in do_sys32_msgrcv()
/linux-2.4.37.9/arch/cris/kernel/
Dsys_cris.c142 tmp.msgtyp, third); in sys_ipc()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h42 __s32 msgtyp; member
Dsys_s390.c157 second, tmp.msgtyp, third); in sys_ipc()
/linux-2.4.37.9/arch/sh64/kernel/
Dsys_sh64.c246 tmp.msgtyp, third); in sys_ipc()
/linux-2.4.37.9/arch/arm/kernel/
Dsys_arm.c197 tmp.msgtyp, third); in sys_ipc()
/linux-2.4.37.9/arch/sh/kernel/
Dsys_sh.c178 tmp.msgtyp, third); in sys_ipc()

12