search for: global_id

Displaying 6 results from an estimated 6 matches for "global_id".

2024 Mar 08
0
Assistance Needed with Persistent Handles Integration into Version 4.19.3
Hi? I?am?currently?in?the?process?of?integrating?persistent?handle?code?into?version?4.19.3?and?have?encountered?a?couple?of?issues?for?which?we?seek?your?guidance: 1.?In?the?replay?cache?section?of?version?4.19.3,?the?function?`smbXsrv_open_set_replay_cache`?has?discontinued?the?use?of?`global_id`?and?only?added?a?local?flag?(DBWRAP_REPLACE).?I?wonder?if?there?has?been?any?consideration?to?include?the?persistent?flag?(DBWRAP_PERSISTENT)?as?well. 2.?When?I?change?the?flag?from?`DBWRAP_FLAG_NONE`?to?`DBWRAP_FLAG_PER_REC_PERSISTENT`?in?the?`locking_init_internal`?function?of?share_mode_lock.c,...
2017 Jul 04
4
trunc nsw/nuw?
Hi, > Hi Alexandre, > > LLVM currently doesn't have trunc nsw/nuw, no. > Which frontend would emit such instructions? Any application in mind? > Just asking because if no frontend could emit those, then the motivation to > add nsw/nuw support to trunc would be very low I guess. I think the clang frontend could use that to allow better static analysis of integer overflows on
2020 Aug 26
0
accessing foreign AD users to NT domain
...ON_0 (0) seqnum : 0x00000001 (1) info : union smbXsrv_session_globalU(case 0) info0 : * info0: struct smbXsrv_session_global0 db_rec : * session_global_id : 0x0d54b3be (223654846) session_wire_id : 0x000000000d54b3be (223654846) creation_time : Wed Aug 26 09:53:02 AM 2020 CEST expiration_time : Thu Jan 1 01:00:00 AM 1970 CET auth_time...
2020 Aug 25
4
accessing foreign AD users to NT domain
Mandi! Rowland penny via samba In chel di` si favelave... > Even though your users may have the same username in AD as in the NT4-style > domain, they are different users, so a few thoughts. You have 'map to guest > = bad user', so I take it you must have 'guest ok = yes' set in the shares > (you haven't shown us the shares), so try changing 'bad user' to
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...ON_0 (0) seqnum : 0x00000002 (2) info : union smbXsrv_session_globalU(case 0) info0 : * info0: struct smbXsrv_session_global0 db_rec : * session_global_id : 0xb266fec4 (2993094340) session_wire_id : 0x00000000b266fec4 (2993094340) creation_time : Thu Mar 19 18:07:34 2020 CET expiration_time : Thu Jan 1 01:00:00 1970 CET auth_time...
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...n() const > +{ > + return AMDILDeviceInfo::HD4XXX; > +} > + > +uint32_t AMDIL7XXDevice::getResourceID(uint32_t DeviceID) const > +{ > + switch (DeviceID) { > + default: > + assert(0 && "ID type passed in is unknown!"); > + break; > + case GLOBAL_ID: > + case CONSTANT_ID: > + case RAW_UAV_ID: > + case ARENA_UAV_ID: > + break; > + case LDS_ID: > + if (usesHardware(AMDILDeviceInfo::LocalMem)) { > + return DEFAULT_LDS_ID; > + } > + break; > + case SCRATCH_ID: > + if (usesHardware(AMDILDevi...