Searched refs:retcode (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/libkern/kxld/tests/
H A Dloadtest.py52 retcode = kextload.wait() variable
53 if retcode < 0:
54 print >>sys.stderr, "*** kextload of %s was terminated by signal %d" % (kext, -retcode)
55 elif retcode > 0:
56 print >>sys.stderr, "*** kextload of %s failed with return code %d" % (kext, retcode)
/xnu-2782.1.97/osfmk/ipc/
H A Dmig_log.c99 unsigned int retcode,
109 size, kpd, retcode, ports, oolports, ool, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
/xnu-2782.1.97/osfmk/mach/
H A Dmig_log.h64 unsigned int retcode,

Completed in 74 milliseconds