ISC DHCP  4.3.3
A reference DHCPv4 and DHCPv6 implementation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
probes.h File Reference
#include <sys/sdt.h>

Go to the source code of this file.

Macros

#define _SDT_HAS_SEMAPHORES   1
 
#define STAP_HAS_SEMAPHORES   1 /* deprecated */
 
#define DHCPD_MAIN_ENABLED()   __builtin_expect (dhcpd_main_semaphore, 0)
 
#define DHCPD_MAIN()   DTRACE_PROBE(dhcpd,main)
 
#define DHCPD_DISCOVER_START_ENABLED()   __builtin_expect (dhcpd_discover_start_semaphore, 0)
 
#define DHCPD_DISCOVER_START()   DTRACE_PROBE(dhcpd,discover_start)
 
#define DHCPD_DISCOVER_DONE_ENABLED()   __builtin_expect (dhcpd_discover_done_semaphore, 0)
 
#define DHCPD_DISCOVER_DONE()   DTRACE_PROBE(dhcpd,discover_done)
 
#define DHCPD_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_request_start_semaphore, 0)
 
#define DHCPD_REQUEST_START()   DTRACE_PROBE(dhcpd,request_start)
 
#define DHCPD_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_request_done_semaphore, 0)
 
#define DHCPD_REQUEST_DONE()   DTRACE_PROBE(dhcpd,request_done)
 
#define DHCPD_RELEASE_START_ENABLED()   __builtin_expect (dhcpd_release_start_semaphore, 0)
 
#define DHCPD_RELEASE_START()   DTRACE_PROBE(dhcpd,release_start)
 
#define DHCPD_RELEASE_DONE_ENABLED()   __builtin_expect (dhcpd_release_done_semaphore, 0)
 
#define DHCPD_RELEASE_DONE()   DTRACE_PROBE(dhcpd,release_done)
 
#define DHCPD_DECLINE_START_ENABLED()   __builtin_expect (dhcpd_decline_start_semaphore, 0)
 
#define DHCPD_DECLINE_START()   DTRACE_PROBE(dhcpd,decline_start)
 
#define DHCPD_DECLINE_DONE_ENABLED()   __builtin_expect (dhcpd_decline_done_semaphore, 0)
 
#define DHCPD_DECLINE_DONE()   DTRACE_PROBE(dhcpd,decline_done)
 
#define DHCPD_INFORM_START_ENABLED()   __builtin_expect (dhcpd_inform_start_semaphore, 0)
 
#define DHCPD_INFORM_START()   DTRACE_PROBE(dhcpd,inform_start)
 
#define DHCPD_INFORM_DONE_ENABLED()   __builtin_expect (dhcpd_inform_done_semaphore, 0)
 
#define DHCPD_INFORM_DONE()   DTRACE_PROBE(dhcpd,inform_done)
 
#define DHCPD_NAK_LEASE_START_ENABLED()   __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)
 
#define DHCPD_NAK_LEASE_START()   DTRACE_PROBE(dhcpd,nak_lease_start)
 
#define DHCPD_NAK_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)
 
#define DHCPD_NAK_LEASE_DONE()   DTRACE_PROBE(dhcpd,nak_lease_done)
 
#define DHCPD_ACK_LEASE_START_ENABLED()   __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)
 
#define DHCPD_ACK_LEASE_START()   DTRACE_PROBE(dhcpd,ack_lease_start)
 
#define DHCPD_ACK_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)
 
#define DHCPD_ACK_LEASE_DONE()   DTRACE_PROBE(dhcpd,ack_lease_done)
 
#define DHCPD_REPLY_START_ENABLED()   __builtin_expect (dhcpd_reply_start_semaphore, 0)
 
#define DHCPD_REPLY_START()   DTRACE_PROBE(dhcpd,reply_start)
 
#define DHCPD_REPLY_DONE_ENABLED()   __builtin_expect (dhcpd_reply_done_semaphore, 0)
 
#define DHCPD_REPLY_DONE()   DTRACE_PROBE(dhcpd,reply_done)
 
#define DHCPD_FIND_LEASE_START_ENABLED()   __builtin_expect (dhcpd_find_lease_start_semaphore, 0)
 
#define DHCPD_FIND_LEASE_START()   DTRACE_PROBE(dhcpd,find_lease_start)
 
#define DHCPD_FIND_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_find_lease_done_semaphore, 0)
 
#define DHCPD_FIND_LEASE_DONE()   DTRACE_PROBE(dhcpd,find_lease_done)
 
#define DHCPD_SIX_SOLICIT_START_ENABLED()   __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)
 
#define DHCPD_SIX_SOLICIT_START()   DTRACE_PROBE(dhcpd,six_solicit_start)
 
#define DHCPD_SIX_SOLICIT_DONE_ENABLED()   __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)
 
#define DHCPD_SIX_SOLICIT_DONE()   DTRACE_PROBE(dhcpd,six_solicit_done)
 
#define DHCPD_SIX_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_six_request_start_semaphore, 0)
 
#define DHCPD_SIX_REQUEST_START()   DTRACE_PROBE(dhcpd,six_request_start)
 
#define DHCPD_SIX_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_six_request_done_semaphore, 0)
 
#define DHCPD_SIX_REQUEST_DONE()   DTRACE_PROBE(dhcpd,six_request_done)
 
#define DHCPD_SIX_CONFIRM_START_ENABLED()   __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)
 
#define DHCPD_SIX_CONFIRM_START()   DTRACE_PROBE(dhcpd,six_confirm_start)
 
#define DHCPD_SIX_CONFIRM_DONE_ENABLED()   __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)
 
#define DHCPD_SIX_CONFIRM_DONE()   DTRACE_PROBE(dhcpd,six_confirm_done)
 
#define DHCPD_SIX_RENEW_START_ENABLED()   __builtin_expect (dhcpd_six_renew_start_semaphore, 0)
 
#define DHCPD_SIX_RENEW_START()   DTRACE_PROBE(dhcpd,six_renew_start)
 
#define DHCPD_SIX_RENEW_DONE_ENABLED()   __builtin_expect (dhcpd_six_renew_done_semaphore, 0)
 
#define DHCPD_SIX_RENEW_DONE()   DTRACE_PROBE(dhcpd,six_renew_done)
 
#define DHCPD_SIX_REBIND_START_ENABLED()   __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)
 
#define DHCPD_SIX_REBIND_START()   DTRACE_PROBE(dhcpd,six_rebind_start)
 
#define DHCPD_SIX_REBIND_DONE_ENABLED()   __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)
 
#define DHCPD_SIX_REBIND_DONE()   DTRACE_PROBE(dhcpd,six_rebind_done)
 
#define DHCPD_SIX_DECLINE_START_ENABLED()   __builtin_expect (dhcpd_six_decline_start_semaphore, 0)
 
#define DHCPD_SIX_DECLINE_START()   DTRACE_PROBE(dhcpd,six_decline_start)
 
#define DHCPD_SIX_DECLINE_DONE_ENABLED()   __builtin_expect (dhcpd_six_decline_done_semaphore, 0)
 
#define DHCPD_SIX_DECLINE_DONE()   DTRACE_PROBE(dhcpd,six_decline_done)
 
#define DHCPD_SIX_RELEASE_START_ENABLED()   __builtin_expect (dhcpd_six_release_start_semaphore, 0)
 
#define DHCPD_SIX_RELEASE_START()   DTRACE_PROBE(dhcpd,six_release_start)
 
#define DHCPD_SIX_RELEASE_DONE_ENABLED()   __builtin_expect (dhcpd_six_release_done_semaphore, 0)
 
#define DHCPD_SIX_RELEASE_DONE()   DTRACE_PROBE(dhcpd,six_release_done)
 
#define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)
 
#define DHCPD_SIX_INFORMATION_REQUEST_START()   DTRACE_PROBE(dhcpd,six_information_request_start)
 
#define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)
 
#define DHCPD_SIX_INFORMATION_REQUEST_DONE()   DTRACE_PROBE(dhcpd,six_information_request_done)
 
#define DHCPD_SIX_RELAY_FORW_START_ENABLED()   __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)
 
#define DHCPD_SIX_RELAY_FORW_START()   DTRACE_PROBE(dhcpd,six_relay_forw_start)
 
#define DHCPD_SIX_RELAY_FORW_DONE_ENABLED()   __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)
 
#define DHCPD_SIX_RELAY_FORW_DONE()   DTRACE_PROBE(dhcpd,six_relay_forw_done)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED()   __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_START()   DTRACE_PROBE(dhcpd,failover_pool_dobalance_start)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED()   __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE()   DTRACE_PROBE(dhcpd,failover_pool_dobalance_done)
 
#define DHCPD_FAILOVER_SET_STATE_START_ENABLED()   __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)
 
#define DHCPD_FAILOVER_SET_STATE_START(arg1, arg2)   DTRACE_PROBE2(dhcpd,failover_set_state_start,arg1,arg2)
 
#define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED()   __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)
 
#define DHCPD_FAILOVER_SET_STATE_DONE()   DTRACE_PROBE(dhcpd,failover_set_state_done)
 

Functions

__extension__ unsigned short
dhcpd_main_semaphore 
__attribute__ ((unused)) __attribute__((section(".probes")))
 

Macro Definition Documentation

#define _SDT_HAS_SEMAPHORES   1

Definition at line 3 of file probes.h.

#define DHCPD_ACK_LEASE_DONE ( )    DTRACE_PROBE(dhcpd,ack_lease_done)

Definition at line 173 of file probes.h.

#define DHCPD_ACK_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)

Definition at line 170 of file probes.h.

#define DHCPD_ACK_LEASE_START ( )    DTRACE_PROBE(dhcpd,ack_lease_start)

Definition at line 162 of file probes.h.

#define DHCPD_ACK_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)

Definition at line 159 of file probes.h.

#define DHCPD_DECLINE_DONE ( )    DTRACE_PROBE(dhcpd,decline_done)

Definition at line 107 of file probes.h.

#define DHCPD_DECLINE_DONE_ENABLED ( )    __builtin_expect (dhcpd_decline_done_semaphore, 0)

Definition at line 104 of file probes.h.

#define DHCPD_DECLINE_START ( )    DTRACE_PROBE(dhcpd,decline_start)

Definition at line 96 of file probes.h.

#define DHCPD_DECLINE_START_ENABLED ( )    __builtin_expect (dhcpd_decline_start_semaphore, 0)

Definition at line 93 of file probes.h.

#define DHCPD_DISCOVER_DONE ( )    DTRACE_PROBE(dhcpd,discover_done)

Definition at line 41 of file probes.h.

#define DHCPD_DISCOVER_DONE_ENABLED ( )    __builtin_expect (dhcpd_discover_done_semaphore, 0)

Definition at line 38 of file probes.h.

#define DHCPD_DISCOVER_START ( )    DTRACE_PROBE(dhcpd,discover_start)

Definition at line 30 of file probes.h.

#define DHCPD_DISCOVER_START_ENABLED ( )    __builtin_expect (dhcpd_discover_start_semaphore, 0)

Definition at line 27 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE ( )    DTRACE_PROBE(dhcpd,failover_pool_dobalance_done)

Definition at line 437 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED ( )    __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)

Definition at line 434 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_START ( )    DTRACE_PROBE(dhcpd,failover_pool_dobalance_start)

Definition at line 426 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED ( )    __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)

Definition at line 423 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_DONE ( )    DTRACE_PROBE(dhcpd,failover_set_state_done)

Definition at line 459 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED ( )    __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)

Definition at line 456 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_START (   arg1,
  arg2 
)    DTRACE_PROBE2(dhcpd,failover_set_state_start,arg1,arg2)

Definition at line 448 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_START_ENABLED ( )    __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)

Definition at line 445 of file probes.h.

#define DHCPD_FIND_LEASE_DONE ( )    DTRACE_PROBE(dhcpd,find_lease_done)

Definition at line 217 of file probes.h.

#define DHCPD_FIND_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_find_lease_done_semaphore, 0)

Definition at line 214 of file probes.h.

#define DHCPD_FIND_LEASE_START ( )    DTRACE_PROBE(dhcpd,find_lease_start)

Definition at line 206 of file probes.h.

#define DHCPD_FIND_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_find_lease_start_semaphore, 0)

Definition at line 203 of file probes.h.

#define DHCPD_INFORM_DONE ( )    DTRACE_PROBE(dhcpd,inform_done)

Definition at line 129 of file probes.h.

#define DHCPD_INFORM_DONE_ENABLED ( )    __builtin_expect (dhcpd_inform_done_semaphore, 0)

Definition at line 126 of file probes.h.

#define DHCPD_INFORM_START ( )    DTRACE_PROBE(dhcpd,inform_start)

Definition at line 118 of file probes.h.

#define DHCPD_INFORM_START_ENABLED ( )    __builtin_expect (dhcpd_inform_start_semaphore, 0)

Definition at line 115 of file probes.h.

#define DHCPD_MAIN ( )    DTRACE_PROBE(dhcpd,main)

Definition at line 19 of file probes.h.

#define DHCPD_MAIN_ENABLED ( )    __builtin_expect (dhcpd_main_semaphore, 0)

Definition at line 16 of file probes.h.

#define DHCPD_NAK_LEASE_DONE ( )    DTRACE_PROBE(dhcpd,nak_lease_done)

Definition at line 151 of file probes.h.

#define DHCPD_NAK_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)

Definition at line 148 of file probes.h.

#define DHCPD_NAK_LEASE_START ( )    DTRACE_PROBE(dhcpd,nak_lease_start)

Definition at line 140 of file probes.h.

#define DHCPD_NAK_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)

Definition at line 137 of file probes.h.

#define DHCPD_RELEASE_DONE ( )    DTRACE_PROBE(dhcpd,release_done)

Definition at line 85 of file probes.h.

#define DHCPD_RELEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_release_done_semaphore, 0)

Definition at line 82 of file probes.h.

#define DHCPD_RELEASE_START ( )    DTRACE_PROBE(dhcpd,release_start)

Definition at line 74 of file probes.h.

#define DHCPD_RELEASE_START_ENABLED ( )    __builtin_expect (dhcpd_release_start_semaphore, 0)

Definition at line 71 of file probes.h.

#define DHCPD_REPLY_DONE ( )    DTRACE_PROBE(dhcpd,reply_done)

Definition at line 195 of file probes.h.

#define DHCPD_REPLY_DONE_ENABLED ( )    __builtin_expect (dhcpd_reply_done_semaphore, 0)

Definition at line 192 of file probes.h.

#define DHCPD_REPLY_START ( )    DTRACE_PROBE(dhcpd,reply_start)

Definition at line 184 of file probes.h.

#define DHCPD_REPLY_START_ENABLED ( )    __builtin_expect (dhcpd_reply_start_semaphore, 0)

Definition at line 181 of file probes.h.

#define DHCPD_REQUEST_DONE ( )    DTRACE_PROBE(dhcpd,request_done)

Definition at line 63 of file probes.h.

#define DHCPD_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_request_done_semaphore, 0)

Definition at line 60 of file probes.h.

#define DHCPD_REQUEST_START ( )    DTRACE_PROBE(dhcpd,request_start)

Definition at line 52 of file probes.h.

#define DHCPD_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_request_start_semaphore, 0)

Definition at line 49 of file probes.h.

#define DHCPD_SIX_CONFIRM_DONE ( )    DTRACE_PROBE(dhcpd,six_confirm_done)

Definition at line 283 of file probes.h.

#define DHCPD_SIX_CONFIRM_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)

Definition at line 280 of file probes.h.

#define DHCPD_SIX_CONFIRM_START ( )    DTRACE_PROBE(dhcpd,six_confirm_start)

Definition at line 272 of file probes.h.

#define DHCPD_SIX_CONFIRM_START_ENABLED ( )    __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)

Definition at line 269 of file probes.h.

#define DHCPD_SIX_DECLINE_DONE ( )    DTRACE_PROBE(dhcpd,six_decline_done)

Definition at line 349 of file probes.h.

#define DHCPD_SIX_DECLINE_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_decline_done_semaphore, 0)

Definition at line 346 of file probes.h.

#define DHCPD_SIX_DECLINE_START ( )    DTRACE_PROBE(dhcpd,six_decline_start)

Definition at line 338 of file probes.h.

#define DHCPD_SIX_DECLINE_START_ENABLED ( )    __builtin_expect (dhcpd_six_decline_start_semaphore, 0)

Definition at line 335 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_DONE ( )    DTRACE_PROBE(dhcpd,six_information_request_done)

Definition at line 393 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)

Definition at line 390 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_START ( )    DTRACE_PROBE(dhcpd,six_information_request_start)

Definition at line 382 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)

Definition at line 379 of file probes.h.

#define DHCPD_SIX_REBIND_DONE ( )    DTRACE_PROBE(dhcpd,six_rebind_done)

Definition at line 327 of file probes.h.

#define DHCPD_SIX_REBIND_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)

Definition at line 324 of file probes.h.

#define DHCPD_SIX_REBIND_START ( )    DTRACE_PROBE(dhcpd,six_rebind_start)

Definition at line 316 of file probes.h.

#define DHCPD_SIX_REBIND_START_ENABLED ( )    __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)

Definition at line 313 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_DONE ( )    DTRACE_PROBE(dhcpd,six_relay_forw_done)

Definition at line 415 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)

Definition at line 412 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_START ( )    DTRACE_PROBE(dhcpd,six_relay_forw_start)

Definition at line 404 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_START_ENABLED ( )    __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)

Definition at line 401 of file probes.h.

#define DHCPD_SIX_RELEASE_DONE ( )    DTRACE_PROBE(dhcpd,six_release_done)

Definition at line 371 of file probes.h.

#define DHCPD_SIX_RELEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_release_done_semaphore, 0)

Definition at line 368 of file probes.h.

#define DHCPD_SIX_RELEASE_START ( )    DTRACE_PROBE(dhcpd,six_release_start)

Definition at line 360 of file probes.h.

#define DHCPD_SIX_RELEASE_START_ENABLED ( )    __builtin_expect (dhcpd_six_release_start_semaphore, 0)

Definition at line 357 of file probes.h.

#define DHCPD_SIX_RENEW_DONE ( )    DTRACE_PROBE(dhcpd,six_renew_done)

Definition at line 305 of file probes.h.

#define DHCPD_SIX_RENEW_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_renew_done_semaphore, 0)

Definition at line 302 of file probes.h.

#define DHCPD_SIX_RENEW_START ( )    DTRACE_PROBE(dhcpd,six_renew_start)

Definition at line 294 of file probes.h.

#define DHCPD_SIX_RENEW_START_ENABLED ( )    __builtin_expect (dhcpd_six_renew_start_semaphore, 0)

Definition at line 291 of file probes.h.

#define DHCPD_SIX_REQUEST_DONE ( )    DTRACE_PROBE(dhcpd,six_request_done)

Definition at line 261 of file probes.h.

#define DHCPD_SIX_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_request_done_semaphore, 0)

Definition at line 258 of file probes.h.

#define DHCPD_SIX_REQUEST_START ( )    DTRACE_PROBE(dhcpd,six_request_start)

Definition at line 250 of file probes.h.

#define DHCPD_SIX_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_six_request_start_semaphore, 0)

Definition at line 247 of file probes.h.

#define DHCPD_SIX_SOLICIT_DONE ( )    DTRACE_PROBE(dhcpd,six_solicit_done)

Definition at line 239 of file probes.h.

#define DHCPD_SIX_SOLICIT_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)

Definition at line 236 of file probes.h.

#define DHCPD_SIX_SOLICIT_START ( )    DTRACE_PROBE(dhcpd,six_solicit_start)

Definition at line 228 of file probes.h.

#define DHCPD_SIX_SOLICIT_START_ENABLED ( )    __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)

Definition at line 225 of file probes.h.

#define STAP_HAS_SEMAPHORES   1 /* deprecated */

Definition at line 6 of file probes.h.

Function Documentation

__extension__ unsigned short dhcpd_failover_set_state_done_semaphore __attribute__ ( (unused)  )