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

/macosx-10.10.1/dtrace-147/head/
H A Ddarwin_shim.h101 extern zoneid_t getzoneid(void); // Darwin has no notion of zones(5). Always return 0.
/macosx-10.10.1/dtrace-147/
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

Completed in 125 milliseconds