|
From: Nicholas N. <nj...@ca...> - 2004-11-05 12:06:37
|
Hi, I see the syscalls getpmsg() and putpmsg() in coregrind/vg_syscalls, but I see almost nothing about them in the Linux source code -- __NR_getpmsg and __NR_putpmsg are defined in asm-i386/unistd.h, but they don't appear in any actual .c files. Does anyone know what they are and how they work? Thanks. N |
|
From: Chris J. <ch...@at...> - 2004-11-05 12:48:58
|
> Hi, > > I see the syscalls getpmsg() and putpmsg() in > coregrind/vg_syscalls, but I see almost nothing about them in > the Linux source code -- __NR_getpmsg and __NR_putpmsg are > defined in asm-i386/unistd.h, but they don't appear in any > actual .c files. Does anyone know what they are and how they work? See http://www.gcom.com/home/linux/lis/kernel.html and scroll down to the bit about system calls. Chris |