Searched defs:my_door (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.c91 door_info_t my_door; local
152 if (door_info(doorfd, &my_door) == -1 ||
153 my_door.di_data != (uintptr_t)LDAP_CACHE_DOOR_COOKIE ||
154 my_door.di_uniquifier != real_door.di_uniquifier) {
163 if (my_door.di_attributes & DOOR_REVOKED) {
/illumos-gate/usr/src/lib/libtsol/common/
H A Dcall_labeld.c94 door_info_t my_door; local
204 if ((door_info(doorfd, &my_door) < 0) ||
205 (my_door.di_data != COOKIE) ||
206 (my_door.di_uniquifier != real_door.di_uniquifier)) {
224 (void) printf("\t\t pid = %d\n", my_door.di_target);
225 (void) printf("\t\t procedure = %llx\n", my_door.di_proc);
226 (void) printf("\t\t cookie = %llx\n", my_door.di_data);
227 (void) printf("\t\t attributes = %x\n", my_door.di_attributes);
228 if (my_door.di_attributes & DOOR_UNREF)
230 if (my_door
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c225 door_info_t my_door; local
298 if (__door_info(dp->doorfd, &my_door) < 0 ||
299 my_door.di_data != (uintptr_t)NAME_SERVICE_DOOR_COOKIE ||
300 my_door.di_uniquifier != dp->doori.di_uniquifier) {
317 if (my_door.di_attributes & DOOR_REVOKED) {
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1413 door_info_t my_door; local
1436 if (door_info(doorfd, &my_door) == -1 ||
1437 (my_door.di_attributes & DOOR_REVOKED) ||
1438 my_door.di_data != (uintptr_t)NAME_SERVICE_DOOR_COOKIE) {
1452 if (door_info(doorfd, &my_door) == -1 ||
1453 my_door.di_data != (uintptr_t)NAME_SERVICE_DOOR_COOKIE) {
1462 if (my_door.di_attributes & DOOR_REVOKED) {
1472 if (pid == my_door.di_target)

Completed in 114 milliseconds