Searched refs:id_type (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Didmap.h46 NTSTATUS (*allocate_id)(unid_t *id, int id_type);
47 NTSTATUS (*get_sid_from_id)(DOM_SID *sid, unid_t id, int id_type);
48 NTSTATUS (*get_id_from_sid)(unid_t *id, int *id_type, const DOM_SID *sid);
49 NTSTATUS (*set_mapping)(const DOM_SID *sid, unid_t id, int id_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap.c166 NTSTATUS idmap_set_mapping(const DOM_SID *sid, unid_t id, int id_type) argument
176 ((id_type & ID_TYPEMASK) == ID_USERID) ? "UID" : "GID",
177 ((id_type & ID_TYPEMASK) == ID_USERID) ? (unsigned long)id.uid :
182 id_type | ID_QUERY_ONLY))) &&
195 return map->set_mapping(sid, id, id_type);
202 NTSTATUS idmap_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
211 loc_type = *id_type;
222 *id_type = loc_type & ID_TYPEMASK;
233 loc_type = *id_type & ID_TYPEMASK;
259 ret = remote_map->get_id_from_sid(id, id_type, si
273 idmap_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type) argument
310 idmap_allocate_id(unid_t *id, int id_type) argument
[all...]
H A Didmap_tdb.c87 static NTSTATUS db_allocate_id(unid_t *id, int id_type) argument
96 switch (id_type & ID_TYPEMASK) {
167 static NTSTATUS internal_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type) argument
176 switch (id_type & ID_TYPEMASK) {
208 static enum getidfromsiderr internal_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
213 int type = *id_type & ID_TYPEMASK;
239 *id_type = ID_USERID;
258 *id_type = ID_GROUPID;
279 int id_type = id_type_in & ID_TYPEMASK; local
281 int id_type_tmp = id_type;
310 db_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
408 db_set_mapping(const DOM_SID *sid, unid_t id, int id_type) argument
[all...]
H A Didmap_ldap.c52 static NTSTATUS ldap_set_mapping(const DOM_SID *sid, unid_t id, int id_type) argument
69 if ( id_type & ID_USERID )
74 pstr_sprintf(id_str, "%d", ((id_type & ID_USERID) ? id.uid : id.gid));
102 sid_string, (unsigned long)((id_type & ID_USERID) ? id.uid : id.gid), type));
109 sid_string, ((id_type & ID_USERID) ? (unsigned long)id.uid :
373 static NTSTATUS ldap_allocate_id(unid_t *id, int id_type) argument
390 type = (id_type & ID_USERID) ?
433 if (id_type & ID_USERID) {
451 ((id_type & ID_USERID) ? (unsigned long)id->uid :
484 static NTSTATUS ldap_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type) argument
548 ldap_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid) argument
[all...]
H A Didmap_rid.c420 static NTSTATUS rid_idmap_get_sid_from_id(DOM_SID *sid, unid_t unid, int id_type) argument
451 (id_type == ID_GROUPID) ? "GID" : "UID", unid.uid,
457 static NTSTATUS rid_idmap_get_id_from_sid(unid_t *unid, int *id_type, const DOM_SID *sid) argument
490 rid, (*id_type == ID_GROUPID) ? "GID" : "UID", unid->uid, trust.dom[i].name,
496 rid, (*id_type == ID_GROUPID) ? "GID" : "UID", unid->uid,
503 (*id_type == ID_GROUPID) ? "GID" : "UID", unid->uid));
509 static NTSTATUS rid_idmap_set_mapping(const DOM_SID *sid, unid_t id, int id_type) argument
526 static NTSTATUS rid_idmap_allocate_id(unid_t *id, int id_type) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/scsi_id/
H A Dscsi.h73 u_char id_type; member in struct:scsi_id_search_values
H A Dscsi_serial.c432 if ((page_83[1] & 0x0f) != id_search->id_type)
459 * Add one byte for the NUL termination, and one for the id_type.
462 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC)
471 serial[0] = hex_str[id_search->id_type];
479 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC)
518 serial[0] = hex_str[id_search->id_type];
593 id_search_list[id_ind].id_type,
658 serial[0] = hex_str[id_search_list[0].id_type];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/media/
H A Dv4l2-common.h100 int v4l2_chip_match_i2c_client(struct i2c_client *c, u32 id_type, u32 chip_id);
103 int v4l2_chip_match_host(u32 id_type, u32 chip_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Dlibusual.c100 int id_type = USB_US_TYPE(id->driver_info); local
106 if (id_type == caller_type)
109 if (id_type == USB_US_TYPE_NONE && caller_type == atomic_read(&usu_bias))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c2226 DEBUG(10,("the tagtype is %d\n",entry_d->ace_id->id_type));
2230 switch(entry_d->ace_id->id_type) {
2241 *tag_type_p = entry_d->ace_id->id_type;
2461 idp->id_type = SMB_ACL_GROUP_OBJ;
2466 idp->id_type = SMB_ACL_OTHER;
2471 idp->id_type = SMB_ACL_USER_OBJ;
2677 idp->id_type = SMB_ACL_GROUP_OBJ;
2682 idp->id_type = SMB_ACL_OTHER;
2687 idp->id_type = SMB_ACL_USER_OBJ;
2799 entry->ace_id->id_type
2855 uint id_type; local
2950 uint id_type; local
[all...]

Completed in 138 milliseconds