Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/cmd/isns/isnsd/
H A Disns_dd.h56 #define UID2MID(M, UID) get_mid(M, UID) argument
57 #define NEW_MID(M, UID) new_mid(M, UID) argument
59 #define GET_PRIMARY(UID) (UID) / (sizeof (bmp_t) * 8) argument
60 #define GET_SECOND(UID) (UID) % (sizeof (bmp_t) * 8) argument
71 #define FOR_EACH_MEMBER(BMP, NUM, UID, STMT) \ argument
78 UID = COMP_UID(i1624, j1624);\
H A Disns_htab.h79 #define FOR_EACH_ITEM(HTAB, UID, STMT) \ argument
81 UID = htab_get_next(HTAB, UID);\
82 while (UID != 0) {\
84 UID = htab_get_next(HTAB, UID);\
H A Disns_qry.h42 #define FOR_EACH_OBJS(IDS, NUM, UID, STMT) \ argument
46 UID = (IDS)[i1609];\
H A Disns_server.h163 #define SET_UID_LCP(LCP, TYPE, UID) {\ argument
168 (LCP)->data[0].ui = UID;\
172 #define UPDATE_LCP_UID(LCP, UID) {\ argument
176 (LCP)->data[0].ui = UID;\
/titanic_44/usr/src/cmd/Adm/sun/
H A Dpasswd14 gdm:x:50:50:GDM Reserved UID:/var/lib/gdm:
15 zfssnap:x:51:12:ZFS Automatic Snapshots Reserved UID:/:/usr/bin/pfsh
16 upnp:x:52:52:UPnP Server Reserved UID:/var/coherence:/bin/ksh
18 mysql:x:70:70:MySQL Reserved UID:/:
20 webservd:x:80:80:WebServer Reserved UID:/:
21 svctag:x:95:12:Service Tag UID:/:
22 unknown:x:96:96:Unknown Remote UID:/:
/titanic_44/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh45 if [[ ! $UID ]]
46 then UID=$(id -u)
47 readonly UID
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c60 #define FILE_OWNER_OK(UID) ((UID) == 0 || (UID) == UNKNOWNUID) argument
62 #define FILE_OWNER_OK(UID) ((UID) == 0) argument
/titanic_44/usr/src/cmd/id/
H A Did.c47 UID, EUID, GID, EGID, SGID enumerator
189 prid(UID, uid); in main()
334 case UID: in prid()
355 case UID: in prid()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_quota.h87 #define dqoff(UID) (((offset_t)(UID) * sizeof (struct dqblk))) argument
/titanic_44/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1098 #define M_PS_FFMT { m_textstr(4865, "ruser=UID", "I"),\
1104 #define M_PS_LFMT { m_textstr(4868, "flags,state,ruid=UID", "I"),\
/titanic_44/usr/src/cmd/acct/
H A Dprctmp.sh34 DEVICE UID LOGIN PRIME NPRIME (NUMERIC) DATE TIME
H A Dprtacct.sh34 UID NAME PRIME NPRIME PRIME NPRIME PRIME NPRIME BLOCKS PROCS SESS SAMPLES
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h527 #define k5_getpwuid_r(UID, REC, BUF, BUFSIZE, OUT) \ argument
528 (*(OUT) = getpwuid_r(UID,REC,BUF,BUFSIZE), *(OUT) == NULL ? -1 : 0)
/titanic_44/usr/src/cmd/mv/
H A Dmv.c61 #define UID(A) (A.st_uid) macro
696 m = lchown(target, UID(s1), GID(s1)); in cpymve()
722 (void) chg_mode(target, UID(s1), GID(s1), FMODE(s1)); in cpymve()
782 m = lchown(target, UID(s1), GID(s1)); in cpymve()
912 if ((ret = chg_mode(target, UID(s1), GID(s1), in cpymve()
1542 if ((pret = chg_mode(target, UID(s1save), GID(s1save),
1612 if ((ret = chg_mode(target, UID(s1), GID(s1), FMODE(s1))) == 0)
1785 if (fchown(targattrfd, UID(s3), GID(s3)) != 0) {
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y89 %token GID LN MD MAJ MIO NM SZ UID UNIQ
542 uid : UID '=' expr { set_file(UID, i_number << l2b, $3); }
H A Dfsdb_lex.l120 :{WS}*uid { return UID; }
H A Dfsdb.c678 case UID : in set_file()
/titanic_44/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c89 #define UID "uid" macro
310 const char *pwd_attrs[] = {UID, UIDNUMBER, NULL, NULL}; in idmap_nldap_bywinname_batch_add()
450 const char *pwd_attrs[] = {UID, NULL, NULL}; in idmap_nldap_bypid_batch_add()
645 (q->is_user) ? UID : CN); in idmap_nldap_lookup_batch_end()
/titanic_44/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c1265 #define I_getsidbyuid(GH, UID, SPP, RP, ST) \ argument
1266 kidmap_batch_getsidbyuid(GH, UID, SPP, RP, ST)
1273 #define I_getsidbyuid(GH, UID, SPP, RP, ST) \ argument
1274 idmap_get_sidbyuid(GH, UID, 0, SPP, RP, ST)
/titanic_44/usr/src/cmd/lp/lib/msgs/
H A Dllib-llpmsg61 uid_t uid; /* Clients UID */
/titanic_44/usr/src/cmd/isns/isnsd/xml/
H A Ddata.def59 * UID attributes and key attributes of iSNS objects.
/titanic_44/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh255 UID=`head -1 $TMPDIR/${MAP}.sort | cut -f1 -d:`
257 if [ "$PSWD" != "##${UID}" ]; then
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-file-system-nfs.mf120 user username=unknown ftpuser=false gcos-field="Unknown Remote UID" \
/titanic_44/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_cmds.h1291 u8_t UID[16]; // Unique Identifier (UID) member
1317 u8_t UID[16]; // Unique Identifier (UID)
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg69 @ MSG_AUXV_AT_UID "UID"

12