Searched refs:door (Results 1 - 25 of 197) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/cmd-inet/etc/nca/
H A Dncakmod.conf32 httpd_door_path=/var/run/nca_httpd_1.door
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.h36 #include <door.h>
40 * structure used for door call NSCD_IMHERE
47 * structure used for door call NSCD_FORK
67 void _nscd_proc_alt_get(void *buf, int *door);
/illumos-gate/usr/src/lib/libdoor/common/
H A Dllib-ldoor29 #include <door.h>
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_door.c40 /* This file contains all the door server code */
42 #include <door.h>
79 NDMP_LOG(LOG_DEBUG, "ndmp_door_init: Could not create door.");
129 int door; local
131 if ((door = open(NDMP_DOOR_SVC, O_RDONLY)) < 0)
134 if (door_info(door, &info) < 0) {
135 (void) close(door);
142 (void) close(door);
146 (void) close(door);
150 /* door serve
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostby_door.c32 #include <sys/door.h>
H A Dgetipnodeby_door.c32 #include <sys/door.h>
/illumos-gate/usr/src/head/
H A Ddoor.h31 #include <sys/door.h>
/illumos-gate/usr/src/uts/intel/os/
H A Ddoor_support.c31 #include <sys/door.h>
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.s27 .file "door.s"
30 #include <sys/door.h>
60 SYSTRAP_RVAL1(door); \
97 SYSTRAP_RVAL1(door)
115 /* Call the door server function now */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfattach.c33 * Attach a STREAMS or door based file descriptor to an object in the file
44 #include <sys/door.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A DMakefile30 OBJS= dlpi.o door.o events.o main.o rstp.o
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c39 #include <sys/door.h>
/illumos-gate/usr/src/uts/sparc/os/
H A Ddoor_support.c31 #include <sys/door.h>
74 * to the pcb save area at this point since a door server
76 * shuttle_resume) before making itself available for a door
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.s27 .file "door.s"
30 #include <sys/door.h>
68 SYSTRAP_RVAL1(door); \
136 SYSTRAP_RVAL1(door)
159 /* Call the door server function now */
173 * corrupted by a partial door call, so we refresh the system call
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.s27 .file "door.s"
30 #include <sys/door.h>
60 SYSTRAP_RVAL1(door); \
88 SYSTRAP_RVAL1(door)
111 /* Call the door server function now */
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dncakmod34 default_miss_door=/var/run/nca_httpd_1.door
103 # Set the default HTTPD door in NCA via ndd
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_door.c32 #include <door.h>
36 * door() system calls -- executed by subject process
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.h37 #include <door.h>
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_door.c30 * vscand door server
33 #include <door.h>
63 * Start the vscand door service.
73 syslog(LOG_ERR, "vscand: door create%s", strerror(errno));
85 * Stop the vscand door service.
94 syslog(LOG_ERR, "vscand: door revoke %s",
107 * Invoke the vscand door service.
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c70 char door[PATH_MAX]; local
122 * then check to see if the RPC door file exists before attempting an
123 * svc_door_create(), which cleverly destroys any existing door file.
128 snprintf(door, sizeof (door), RPC_DOOR_RENDEZVOUS,
129 prog, vers) > 0 && access(door, F_OK) == 0)
133 * Attempt to create a door server for the RPC program as well. Limit
134 * the maximum request size for the door transport to the receive size.
137 fmd_error(EFMD_RPC_REG, "failed to create door for "
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf.c42 #include <sys/door.h>
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h29 #include <sys/door.h>
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor_data.h32 #include <sys/door.h>
61 * Per-thread data associated with door invocations. Each door invocation
63 * another. This way, the server thread for one door_call() can make door
79 uchar_t d_kernel; /* Kernel door server */
84 struct _kthread *d_servers; /* List of door servers */
85 struct door_node *d_active; /* Active door */
92 uchar_t d_invbound; /* Thread is bound to invalid door */
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.h34 #include <door.h>
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c31 #include <door.h>
55 #define ERR_OPEN_DOOR "cannot open pkgserv door"
64 int door; member in struct:pkg_server
140 * We need to make sure that we can locate the pkgserv and the door;
142 * the door and doors created in lofs mounts are not propagated back to
146 * we find a working door or
294 server->door = open(pkgdoor, O_RDWR);
296 if (server->door >= 0) {
297 if (door_info(server->door, &di) == 0 && di.di_target >= 0) {
310 (void) close(server->door);
[all...]

Completed in 113 milliseconds

12345678