Searched refs:ID_TYPEMASK (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Didmap.h35 #define ID_TYPEMASK 0x0f macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap.c176 ((id_type & ID_TYPEMASK) == ID_USERID) ? "UID" : "GID",
177 ((id_type & ID_TYPEMASK) == ID_USERID) ? (unsigned long)id.uid :
222 *id_type = loc_type & ID_TYPEMASK;
233 loc_type = *id_type & ID_TYPEMASK;
H A Didmap_tdb.c96 switch (id_type & ID_TYPEMASK) {
176 switch (id_type & ID_TYPEMASK) {
213 int type = *id_type & ID_TYPEMASK;
279 int id_type = id_type_in & ID_TYPEMASK;
338 (((*id_type & ID_TYPEMASK) == ID_USERID)
339 || (*id_type & ID_TYPEMASK) == ID_GROUPID)) {

Completed in 98 milliseconds