+430 AUE_NULL ALL { int pid_suspend(int pid); }
+431 AUE_NULL ALL { int pid_resume(int pid); }
+#if CONFIG_EMBEDDED
+432 AUE_NULL ALL { int fileport_makeport(int fd, user_addr_t portnamep); }
+433 AUE_NULL ALL { int fileport_makefd(mach_port_name_t port); }
+#else
+432 AUE_NULL ALL { int nosys(void); }
+433 AUE_NULL ALL { int nosys(void); }
+#endif