Home
last modified time | relevance | path

Searched refs:control_code (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws_user.h79 u_int32_t control_code; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmain_winsvc.c341 static void WINAPI service_ctrl_handler(DWORD control_code) in service_ctrl_handler() argument
343 switch (control_code) { in service_ctrl_handler()
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c41 short control_code; /* defined request code */
1299 for (cc = control_codes; cc->control_code != NO_REQUEST; cc++) { in process_control()
1300 if (cc->control_code == res_opcode) { in process_control()
42 short control_code; /* defined request code */ global() member