Home
last modified time | relevance | path

Searched refs:luid (Results 426 – 450 of 1752) sorted by relevance

1...<<11121314151617181920>>...71

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dmisc.cpp385 LUID luid { }; in aligned_large_pages_alloc_windows()
396 if (LookupPrivilegeValue(NULL, SE_LOCK_MEMORY_NAME, &luid)) in aligned_large_pages_alloc_windows()
403 tp.Privileges[0].Luid = luid; in aligned_large_pages_alloc_windows()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_encode/src/
H A Dpipeline_user.cpp197 if (pParams->luid.HighPart > 0 || pParams->luid.LowPart > 0) in Init()
198 m_pLoader->SetupLUID(pParams->luid); in Init()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dfrontend.c86 l->luid, in frontend_accept()
123 l->luid, alpn); in frontend_accept()
/dports/databases/p5-Prophet/Prophet-0.751/t/
H A Dedit.t11 my ( $luid, $uuid );
13 qr/Created Robot Master (\d+)(?{ $luid = $1}) \((\S+)(?{ $uuid = $2 })\)/;
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpnserv/
H A Dinteractive.c547 InterfaceLuid(const char *iface_name, PNET_LUID luid) in InterfaceLuid() argument
554 status = ConvertInterfaceAliasToLuid(wide_name, luid); in InterfaceLuid()
567 NET_LUID luid; in ConvertInterfaceNameToIndex() local
570 err = ConvertInterfaceAliasToLuid(ifname, &luid); in ConvertInterfaceNameToIndex()
573 err = ConvertInterfaceLuidToIndex(&luid, index); in ConvertInterfaceNameToIndex()
617 NET_LUID luid; in HandleAddressMessage() local
618 err = InterfaceLuid(msg->iface.name, &luid); in HandleAddressMessage()
623 addr_row->InterfaceLuid = luid; in HandleAddressMessage()
700 NET_LUID luid; in HandleRouteMessage() local
701 err = InterfaceLuid(msg->iface.name, &luid); in HandleRouteMessage()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnserv/
H A Dinteractive.c551 InterfaceLuid(const char *iface_name, PNET_LUID luid) in InterfaceLuid() argument
558 status = ConvertInterfaceAliasToLuid(wide_name, luid); in InterfaceLuid()
571 NET_LUID luid; in ConvertInterfaceNameToIndex() local
574 err = ConvertInterfaceAliasToLuid(ifname, &luid); in ConvertInterfaceNameToIndex()
577 err = ConvertInterfaceLuidToIndex(&luid, index); in ConvertInterfaceNameToIndex()
621 NET_LUID luid; in HandleAddressMessage() local
622 err = InterfaceLuid(msg->iface.name, &luid); in HandleAddressMessage()
627 addr_row->InterfaceLuid = luid; in HandleAddressMessage()
704 NET_LUID luid; in HandleRouteMessage() local
705 err = InterfaceLuid(msg->iface.name, &luid); in HandleRouteMessage()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/openvpnserv/
H A Dinteractive.c551 InterfaceLuid(const char *iface_name, PNET_LUID luid) in InterfaceLuid() argument
558 status = ConvertInterfaceAliasToLuid(wide_name, luid); in InterfaceLuid()
571 NET_LUID luid; in ConvertInterfaceNameToIndex() local
574 err = ConvertInterfaceAliasToLuid(ifname, &luid); in ConvertInterfaceNameToIndex()
577 err = ConvertInterfaceLuidToIndex(&luid, index); in ConvertInterfaceNameToIndex()
621 NET_LUID luid; in HandleAddressMessage() local
622 err = InterfaceLuid(msg->iface.name, &luid); in HandleAddressMessage()
627 addr_row->InterfaceLuid = luid; in HandleAddressMessage()
704 NET_LUID luid; in HandleRouteMessage() local
705 err = InterfaceLuid(msg->iface.name, &luid); in HandleRouteMessage()
[all …]
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/pdsh/
H A Dopt.h62 uid_t luid; /* uid for above */ member
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_decode/src/
H A Dsample_decode.cpp485 msdk_char luid[MSDK_MAX_FILENAME_LEN]; in ParseInputString() local
491 if (MFX_ERR_NONE != msdk_opt_read(strInput[i], luid)) { in ParseInputString()
496 std::string temp = std::string(luid); in ParseInputString()
501 pParams->luid.HighPart = std::strtol(pieces_match[1].str().c_str(), 0, 16); in ParseInputString()
502 pParams->luid.LowPart = std::strtol(pieces_match[2].str().c_str(), 0, 16); in ParseInputString()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dadapter_factory_dxgi.cpp56 dstAdapterDesc.luid = adapterDesc.AdapterLuid; in createSnapshotOfAvailableAdapters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/
H A Dvr_device_base.h67 void SetLuid(const LUID& luid); in COMPONENT_EXPORT()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dfrontend.c87 l->luid, in frontend_accept()
124 l->luid, alpn); in frontend_accept()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dfrontend.c87 l->luid, in frontend_accept()
124 l->luid, alpn); in frontend_accept()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/internal/syscall/windows/
H A Dzsyscall_windows.go202 func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) {
203 … uintptr(unsafe.Pointer(systemname)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(luid)))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/oculus/
H A Doculus_device.cc247 ovrGraphicsLuid luid; in StartOvrSession() local
248 result = ovr_Create(&session_, &luid); in StartOvrSession()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-netroute/
H A Dnetroute_windows.go38 luid NetLUID member
112 route.luid = NetLUID(binary.LittleEndian.Uint64(mib[0:]))
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Activation/
H A DUtility.cs189 LUID luid; in KeepOnlyPrivilegeInProcess()
190 … bool success = ListenerUnsafeNativeMethods.LookupPrivilegeValue(IntPtr.Zero, privilege, &luid); in KeepOnlyPrivilegeInProcess()
209 if (!pLuidAndAttributes[i].Luid.Equals(luid)) in KeepOnlyPrivilegeInProcess()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c527 LUID luid; in doPrivilegedOpenProcess() local
560 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
573 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c526 LUID luid; in doPrivilegedOpenProcess() local
559 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) { in doPrivilegedOpenProcess()
572 tp.Privileges[0].Luid = luid; in doPrivilegedOpenProcess()

1...<<11121314151617181920>>...71