/titanic_41/usr/src/uts/common/sys/ |
H A D | door.h | 142 typedef struct door_info { struct 207 door_info_t *door_info; member 222 caddr32_t door_info; member
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.c | 140 if (door_info(doorfd, &real_door) == -1 || in __ns_ldap_trydoorcall_getfd() 152 if (door_info(doorfd, &my_door) == -1 || in __ns_ldap_trydoorcall_getfd()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sidsys.c | 46 struct door_info di; in allocids() 128 struct door_info di; in idmap_flush_kcache()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 121 struct door_info di; in testdoor() 134 res = door_info(fd, &di); in testdoor() 251 struct door_info di; in pkgopenserver_i() 297 if (door_info(server->door, &di) == 0 && di.di_target >= 0) { in pkgopenserver_i() 548 struct door_info di; in pkgsync_needed() 565 if (door_info(fd, &di) == 0) { in pkgsync_needed()
|
/titanic_41/usr/src/head/ |
H A D | door.h | 49 int door_info(int, door_info_t *);
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | call_labeld.c | 153 if (door_info(doorfd, &real_door) < 0) { in __call_labeld() 204 if ((door_info(doorfd, &my_door) < 0) || in __call_labeld()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | fattach.c | 55 struct door_info dinfo; in fattach()
|
H A D | getxby_door.c | 550 if (door_info(backd->doorfd, &backd->doori) < 0 || in _nsc_trydoorcall_ext()
|
/titanic_41/usr/src/lib/librcm/ |
H A D | librcm_event.c | 381 struct door_info info; in revoke_event_service() 384 if (door_info(fd, &info) == -1) { in revoke_event_service()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_door.c | 48 return (door_info(did, di)); in pr_door_info()
|
/titanic_41/usr/src/lib/libdoor/common/ |
H A D | llib-ldoor | 38 int door_info(int, door_info_t *);
|
H A D | mapfile-vers | 46 door_info { TYPE = FUNCTION };
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 197 static int door_info(int, struct door_info *); 243 return (door_info(arg1, (struct door_info *)arg2)); in doorfs() 308 return (door_info(arg1, in doorfs32() 309 (struct door_info *)(uintptr_t)(caddr32_t)arg2)); in doorfs32() 1313 dr.door_info = (door_info_t *)infop; in door_server_dispatch() 1330 dr32.door_info = (caddr32_t)(uintptr_t)infop; in door_server_dispatch() 1570 door_info(int did, struct door_info *d_info) in door_info() function 1593 if (copyout(&di, d_info, sizeof (struct door_info))) in door_info() 1603 door_info_common(door_node_t *dp, struct door_info *dip, file_t *fp) in door_info_common() 3509 door_ki_info(door_handle_t dh, struct door_info *dip) in door_ki_info()
|
/titanic_41/usr/src/lib/libc/amd64/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
|
/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 481 door_info_t door_info; in show_door() local 483 if (pr_door_info(Pr, fd, &door_info) != 0) in show_door() 487 show_peer_process(door_info.di_target); in show_door()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_door.c | 87 struct door_info info; in clnt_door_create() 101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) { in clnt_door_create()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 134 if (door_info(door, &info) < 0) { in ndmp_door_check()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 385 struct door_info info; in sdev_devfsadm_revoked()
|
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 61 struct door_info dinfo; in open_door() 68 if (door_info(*door_fdp, &dinfo) != 0 || in open_door()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_door.c | 57 if (door_info(*doorfd, &doori) < 0 || in initdoor()
|
/titanic_41/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1156 struct door_info info; in make_daemon_exclusive() 1162 if (door_info(doorfd, &info) == 0 && info.di_target != -1) { in make_daemon_exclusive()
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 119 rc = door_info(fd, &info); in already_running()
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1436 if (door_info(doorfd, &my_door) == -1 || 1452 if (door_info(doorfd, &my_door) == -1 ||
|