Home
last modified time | relevance | path

Searched refs:SID (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h66 #define CHERRYSTONE_GETAID(SLOT, SID) (((SLOT&2)<<1)|(SLOT&1)|((SID)<<1)) argument
/titanic_50/usr/src/uts/common/sys/
H A Decppreg.h58 #define SID 0x8 /* Super I/O Identification register */ macro
/titanic_50/usr/src/lib/libsec/common/
H A Dacl.y47 %token <str> ID IDNAME PERM_TOK INHERIT_TOK SID
504 | SID {$$ = $1;}
H A Dacl_lex.l86 SID S-[^:,\n]+
675 <US>{SID}/[,\n] {
683 return (SID);
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl164 * Name/SID lookup flags
171 * Name/SID lookup options
194 * Definition for a SID. The ndl compiler won't allow a typedef of
706 * by a SID. This handle can be used to enumerate account privileges.
853 * SID lookup function that appeared in Windows 2000. It appears to be
854 * very similar to the original SID lookup RPC. There are two extra IN
H A Dsamrpc.ndl199 * Definition for a SID. The ndl compiler does not allow a typedef of
440 * concatenated with the domain SID.
491 * LookupDomain: lookup up the domain SID.
H A Dsrvsvc.ndl569 * Definition for a SID. The ndl compiler does not allow a typedef of
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c226 HXGE_REG_WR32(handle, SID + LDG_SID_OFFSET(sid.ldg), sd.value); in hpi_fzc_sid_set()
H A Dhxge_peu_hw.h186 #define SID (PIO_LDMASK_BASE_ADDR + 0x8) macro
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_defs.h73 #define SID (FZC_PIO + 0x10200) /* 64 LDG, INT data */ macro
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1715 uint32_t SID; member
H A Demlxs_mbox.h1031 uint32_t SID:24; member
1049 uint32_t SID:24; member
/titanic_50/usr/src/lib/libidmap/common/
H A Didmap_api.c1963 return_cmp(SID); in idmap_string2stat()