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

/macosx-10.9.5/Libinfo-449.1.3/membership.subproj/
H A Dmembership.h164 @param id_type is one of the defined types
170 int mbr_identifier_to_uuid(int id_type, const void *identifier, size_t identifier_size,
184 @param id_type is the type of ID
187 int mbr_uuid_to_id(const uuid_t uu, id_t* uid_or_gid, int* id_type);
H A DmembershipPriv.h57 int mbr_uuid_to_sid_type(const uuid_t uu, nt_sid_t *sid, int *id_type);
58 int mbr_set_identifier_ttl(int id_type, const void *identifier, size_t identifier_size, unsigned int seconds);
61 int mbr_identifier_translate(int id_type, const void *identifier, size_t identifier_size, int target_type, void **result, int *rec_type);
H A Dmembership.c143 mbr_identifier_translate(int id_type, const void *identifier, size_t identifier_size, int target_type, void **result, int *rec_type) argument
158 switch (id_type) {
179 if (id_type == ID_TYPE_UUID) {
209 switch (id_type) {
250 xpc_dictionary_set_int64(payload, "type", id_type);
298 mbr_uuid_to_id(const uuid_t uu, uid_t *id, int *id_type) argument
308 (*id_type) = ID_TYPE_GID;
312 (*id_type) = ID_TYPE_UID;
316 (*id_type) = -1;
338 mbr_identifier_to_uuid(int id_type, cons argument
353 mbr_uuid_to_sid_type(const uuid_t uu, nt_sid_t *sid, int *id_type) argument
653 mbr_set_identifier_ttl(int id_type, const void *identifier, size_t identifier_size, unsigned int seconds) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dmbr_check_service_membership.c197 int id_type; local
199 mbr_uuid_to_id(ts->uuid_list[i], &uid, &id_type);
226 int id_type; local
238 mbr_uuid_to_id(ts->uuid_list[i], &uid, &id_type);
H A Dmbr_check_membership.c196 int id_type; local
210 //mbr_uuid_to_id(u_uuid_list[index], &uid, &id_type);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp.h243 u_int8_t id_type; /* ID Type */
394 u_int8_t id_type; /* address type */ member in struct:isakmp_pl_natoa
H A Dlocalconf.c224 u_int8_t id_type = (ALIGNED_CAST(struct ipsecdoi_id_b *)(id_p->v))->type; local
226 switch (id_type) {
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPSIMAKA.h187 uint8_t id_type; member in struct:AT_IDENTITY_s
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Disakmp.h251 u_int8_t id_type; /* ID Type */ member in union:ikev1_pl_id::__anon13944
H A Dprint-isakmp.c898 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)));
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c120 #define id_type(id) (is_notop_id(id) ? (int)((id)&ID_SCOPE_MASK) : -1) macro
15074 switch (id_type(id)) {
15167 switch (id_type(id)) {
H A Dripper.y60 #define id_type(id) (is_notop_id(id) ? (int)((id)&ID_SCOPE_MASK) : -1)
8488 switch (id_type(id)) {
8581 switch (id_type(id)) {
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c120 #define id_type(id) (is_notop_id(id) ? (int)((id)&ID_SCOPE_MASK) : -1) macro
14984 switch (id_type(id)) {
15077 switch (id_type(id)) {
H A Dparse.y60 #define id_type(id) (is_notop_id(id) ? (int)((id)&ID_SCOPE_MASK) : -1)
8488 switch (id_type(id)) {
8581 switch (id_type(id)) {

Completed in 265 milliseconds