Home
last modified time | relevance | path

Searched refs:scm (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winsvc.c256 SC_HANDLE svc, scm; in register_service() local
261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service()
262 if (!scm) { in register_service()
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service()
274 CloseServiceHandle(scm); in register_service()
287 CloseServiceHandle(scm); in register_service()
297 SC_HANDLE svc, scm; in unregister_service() local
302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service()
303 if (!scm) { in unregister_service()
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmain_winsvc.c256 SC_HANDLE svc, scm; in register_service() local
261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service()
262 if (!scm) { in register_service()
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service()
274 CloseServiceHandle(scm); in register_service()
287 CloseServiceHandle(scm); in register_service()
297 SC_HANDLE svc, scm; in unregister_service() local
302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service()
303 if (!scm) { in unregister_service()
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1806 SC_HANDLE svc, scm; in startService() local
1808 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService()
1809 if (!scm) { in startService()
1814 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService()
1817 CloseServiceHandle(scm); in startService()
1827 CloseServiceHandle(scm); in startService()
1833 SC_HANDLE svc, scm; in stopService() local
1836 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService()
1837 if (!scm) { in stopService()
1842 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1791 SC_HANDLE svc, scm; in startService() local
1793 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService()
1794 if (!scm) { in startService()
1799 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService()
1802 CloseServiceHandle(scm); in startService()
1812 CloseServiceHandle(scm); in startService()
1818 SC_HANDLE svc, scm; in stopService() local
1821 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService()
1822 if (!scm) { in stopService()
1827 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService()
[all …]
/third_party/f2fs-tools/
DREADME.OpenSource8 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/…
17 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/…
/third_party/mesa3d/src/tool/pps/cfg/
Dintel.cfg14 ftrace_events: "scm/scm_call_start"
15 ftrace_events: "scm/scm_call_end"
Dsystem.cfg29 ftrace_events: "scm/scm_call_start"
30 ftrace_events: "scm/scm_call_end"
/third_party/libbpf/scripts/
Dcoverity.sh80 cov-import-scm --dir $RESULTS_DIR --scm git --log $RESULTS_DIR/scm_log.txt 2>&1
/third_party/ltp/
D.gitmodules3 url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
/third_party/fsverity-utils/
DREADME.OpenSource8 "Upstream URL" : "https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git",
DREADME_zh.md46 代码仓库:https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
/third_party/libbpf/
DREADME_zh.md1 这是[Linux源码bpf](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next)的`tools/lib/bp…
3 此仓中的一些头文件(`include/linux/*.h`​)对应文件是[Linux源码bpf](https://kernel.googlesource.com/pub/scm/linux/kern…
/third_party/libfuse/xfstests/
DREADME.md18 ¹https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/about/
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dindex.rst31 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
33 You can also `browse the Git repository <https://git.kernel.org/pub/scm/devel/sparse/sparse.git>`_
Dsubmitting-patches.md12 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
/third_party/vulkan-headers/
D.gitattributes1 # See https://git-scm.com/docs/gitattributes
/third_party/node/deps/v8/
D.mailmap9 # See https://git-scm.com/docs/gitmailmap for more information.
/third_party/vulkan-loader/
D.gitattributes1 # See https://git-scm.com/docs/gitattributes
/third_party/python/Lib/test/
Dtest_platform.py190 for (version_tag, scm, sys_platform), info in \
193 if scm is None:
197 sys._git = scm
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh32 wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pf…
/third_party/gn/
D.mailmap17 # https://git-scm.com/docs/gitmailmap for format details.
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.amiga22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/third_party/mbedtls/tests/git-scripts/
DREADME.md5 for more information, see the [git documentation](https://git-scm.com/docs/githooks).
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.1.rst27 git://git.kernel.org/pub/scm/devel/sparse/sparse.git v0.6.1
/third_party/glslang/Test/
Dspv.coopmat.comp44 fcoopmatNV<16, gl_ScopeSubgroup, SC, SC> scm[SC][SC];

1234