/illumos-gate/usr/src/lib/libdoor/common/ |
H A D | llib-ldoor | 38 int door_info(int, door_info_t *);
|
/illumos-gate/usr/src/head/ |
H A D | door.h | 49 int door_info(int, door_info_t *);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fattach.c | 55 struct door_info dinfo;
|
H A D | getxby_door.c | 72 * by using door_info on the client side. 550 if (door_info(backd->doorfd, &backd->doori) < 0 ||
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | door.h | 49 /* Attributes (additional) returned with door_info and door_desc_t data */ 79 /* Door descriptor passed to door_info to get current thread's binding */ 109 * On AMD64, 32-bit pack door_desc and door_info to avoid needing special 140 * Structure used to return info from door_info 142 typedef struct door_info { struct 207 door_info_t *door_info; member in struct:door_results 222 caddr32_t door_info; member in struct:door_results32
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.c | 54 * by using door_info on the client side. 140 if (door_info(doorfd, &real_door) == -1 || 152 if (door_info(doorfd, &my_door) == -1 ||
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sidsys.c | 46 struct door_info di; 128 struct door_info di;
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_door.c | 42 sysret_t rval; /* return value from door_info() */ 43 argdes_t argd[6]; /* arg descriptors for door_info() */ 48 return (door_info(did, di));
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 121 struct door_info di; 134 res = door_info(fd, &di); 251 struct door_info di; 297 if (door_info(server->door, &di) == 0 && di.di_target >= 0) { 548 struct door_info di; 565 if (door_info(fd, &di) == 0) {
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | call_labeld.c | 60 * by using door_info on the client side. 153 if (door_info(doorfd, &real_door) < 0) { 157 perror("real door door_info"); 204 if ((door_info(doorfd, &my_door) < 0) || 207 perror("my door door_info");
|
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm_event.c | 76 * through door_info. When client detects a large buffer, it will make a 381 struct door_info info; 384 if (door_info(fd, &info) == -1) {
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | door.s | 37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function) 108 ldn [%fp + DOOR_INFO_PTR], %o0 /* (delay) load door_info ptr */
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 134 if (door_info(door, &info) < 0) {
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 489 door_info_t door_info; local 491 if (pr_door_info(Pr, fd, &door_info) != 0) 495 show_peer_process(door_info.di_target);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_door.c | 87 struct door_info info; 101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) {
|
/illumos-gate/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)); 308 return (door_info(arg1, 309 (struct door_info *)(uintptr_t)(caddr32_t)arg2)); 1313 dr.door_info = (door_info_t *)infop; 1330 dr32.door_info = (caddr32_t)(uintptr_t)infop; 1570 door_info(int did, struct door_info *d_inf function [all...] |
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_door.c | 57 if (door_info(*doorfd, &doori) < 0 ||
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 385 struct door_info info;
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 119 rc = door_info(fd, &info);
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 61 struct door_info dinfo; 68 if (door_info(*door_fdp, &dinfo) != 0 ||
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1156 struct door_info info; 1162 if (door_info(doorfd, &info) == 0 && info.di_target != -1) {
|
/illumos-gate/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 ||
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 702 if (door_info(door, &info) < 0)
|