Home
last modified time | relevance | path

Searched refs:PM_BASE (Results 1 – 4 of 4) sorted by relevance

/minix/minix/include/minix/
H A Dcallnr.h9 #define PM_BASE 0x000 macro
14 #define PM_EXIT (PM_BASE + 1)
15 #define PM_FORK (PM_BASE + 2)
16 #define PM_WAIT4 (PM_BASE + 3)
17 #define PM_GETPID (PM_BASE + 4)
18 #define PM_SETUID (PM_BASE + 5)
19 #define PM_GETUID (PM_BASE + 6)
20 #define PM_STIME (PM_BASE + 7)
21 #define PM_PTRACE (PM_BASE + 8)
24 #define PM_KILL (PM_BASE + 11)
[all …]
/minix/minix/servers/pm/
H A Dtable.c12 #define CALL(n) [((n) - PM_BASE)]
H A Dmain.c92 call_index = (unsigned int) (call_nr - PM_BASE); in main()
/minix/minix/usr.bin/trace/service/
H A Dpm.c1280 #define PM_CALL(c) [((PM_ ## c) - PM_BASE)]
1342 .base = PM_BASE,