Searched refs:kdp_mode_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.h71 typedef boolean_t (*kdp_mode_t)(boolean_t); typedef
72 void kdp_register_link(kdp_link_t link, kdp_mode_t mode);
73 void kdp_unregister_link(kdp_link_t link, kdp_mode_t mode);
H A Dkdp_udp.c253 static kdp_mode_t kdp_en_setmode;
389 void kdp_register_link(kdp_link_t link, kdp_mode_t mode)
395 void kdp_unregister_link(__unused kdp_link_t link, __unused kdp_mode_t mode)
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp279 typedef boolean_t (*kdp_mode_t)(boolean_t active); typedef
282 void kdp_register_link( kdp_link_t link, kdp_mode_t mode );
283 void kdp_unregister_link( kdp_link_t link, kdp_mode_t mode );
609 kdp_unregister_link( (kdp_link_t) kdpLinkStatusDispatcher, (kdp_mode_t) kdpSetModeDispatcher);
658 kdp_register_link((kdp_link_t) kdpLinkStatusDispatcher, (kdp_mode_t) kdpSetModeDispatcher);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.c711 void kdp_register_link(__unused kdp_link_t link, __unused kdp_mode_t mode)
714 void kdp_unregister_link(__unused kdp_link_t link, __unused kdp_mode_t mode)

Completed in 81 milliseconds