Searched defs:LogFlowFunc (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/Network/slirp/ |
| H A D | misc.c | 107 # undef LogFlowFunc macro 108 # define LogFlowFunc(x) macro 135 LogFlowFunc(("ENTER: zone:%R[mzone]\n", zone)); 158 LogFlowFunc(("ENTER: %R[mzone], size:%d, pflags:%p, %RTbool\n", zone, size, pflags, fWait)); 229 LogFlowFunc(("LEAVE: %p\n", ret)); 244 LogFlowFunc(("ENTER: item:%p(%R[mzoneitem]), size:%d, flags:%RX8\n", item, it, size, flags)); 276 LogFlowFunc(("ENTER: name:%s size:%d, ctor:%p, dtor:%p, init:%p, fini:%p, flags1:%RX32, flags2:%RX32\n", 291 LogFlowFunc(("LEAVE: %R[mzone]\n", zone)); 300 LogFlowFunc(("ENTER: name:%s ctor:%p, dtor:%p, init:%p, fini:%p, master:%R[mzone]\n", 305 LogFlowFunc(("LEAV [all...] |
| /vbox/include/iprt/ |
| H A D | log.h | 804 /** @def LogFlowFunc 813 # define LogFlowFunc(a) \ macro 816 # define LogFlowFunc(a) \ macro 834 * The same as LogFlowFunc but for class functions (methods): the resulting log 861 /** Shortcut to |LogFlowFunc ("ENTER\n")|, marks the beginnig of the function. */ 862 #define LogFlowFuncEnter() LogFlowFunc(("ENTER\n")) 864 /** Shortcut to |LogFlowFunc ("LEAVE\n")|, marks the end of the function. */ 865 #define LogFlowFuncLeave() LogFlowFunc(("LEAVE\n")) 867 /** Shortcut to |LogFlowFunc ("LEAVE: %Rrc\n")|, marks the end of the function. */ 868 #define LogFlowFuncLeaveRC(rc) LogFlowFunc(("LEAV [all...] |
Completed in 40 milliseconds