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

/macosx-10.9.5/dtrace-118.1/head/
H A Ddarwin_shim.h101 extern zoneid_t getzoneid(void); // Darwin has no notion of zones(5). Always return 0.
/macosx-10.9.5/dtrace-118.1/
H A Ddarwin_shim.c84 zoneid_t getzoneid(void) { return (zoneid_t) 0; } // Darwin has no notion of Solaris zones(5). Always return 0. function
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c12229 cr != NULL && getzoneid() == crgetzoneid(cr))

Completed in 131 milliseconds