Home
last modified time | relevance | path

Searched defs:_cmd (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dcommand.h73 struct _cmd struct
75 CMDLIST * next;
76 RULE * rule; /* rule->actions contains shell script */
77 LIST * shell; /* $(JAMSHELL) value */
78 LOL args; /* LISTs for $(<), $(>) */
79 string buf[ 1 ]; /* actual commands */
80 int noop; /* no-op commands should be faked instead of executed */
81 int asynccnt; /* number of outstanding dependencies */
82 TARGETS * lock; /* semaphores that are required by this cmd. */
83 TARGETS * unlock; /* semaphores that are released when this cmd finishes. */
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c274 char *_cmd = "P2P_SET_NOA"; in wpa_driver_set_p2p_noa() local
304 char *_cmd = "P2P_SET_PS"; in wpa_driver_set_p2p_ps() local
329 char *_cmd = "SET_AP_WPS_P2P_IE"; in wpa_driver_set_ap_wps_p2p_ie() local
417 char *_cmd = "SET_POWER_ON"; in wpa_driver_set_power_on() local
435 char *_cmd = "SET_POWER_MGMT_ON"; in wpa_driver_set_powermgmt_on() local
458 char *_cmd = "SET_QOS_MAP"; in wpa_driver_set_qos_map() local
519 char *_cmd = "SET_MLME_IE"; in wpa_driver_nl80211_sta_assoc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c287 char *_cmd = "P2P_SET_NOA"; in wpa_driver_set_p2p_noa() local
318 char *_cmd = "P2P_SET_PS"; in wpa_driver_set_p2p_ps() local
343 char *_cmd = "SET_AP_WPS_P2P_IE"; in wpa_driver_set_ap_wps_p2p_ie() local
436 char *_cmd = "SET_POWER_ON"; in wpa_driver_set_power_on() local
454 char *_cmd = "SET_POWER_MGMT_ON"; in wpa_driver_set_powermgmt_on() local
477 char *_cmd = "SET_QOS_MAP"; in wpa_driver_set_qos_map() local
543 char *_cmd = "SET_MLME_IE"; in wpa_driver_nl80211_sta_assoc() local
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dwin_ssh.py39 def _cmd(self, title, cmd, infra_step=True, fail_errorlevel=1, **kwargs): member in WinSSHFlavor
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_ctrl.c524 const char *_cmd; in wpa_ctrl_request() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_ctrl.c525 const char *_cmd; in wpa_ctrl_request() local
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto108 optional bool _cmd = 2; field