/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 129 int door; in ndmp_door_check() local 131 if ((door = open(NDMP_DOOR_SVC, O_RDONLY)) < 0) in ndmp_door_check() 134 if (door_info(door, &info) < 0) { in ndmp_door_check() 135 (void) close(door); in ndmp_door_check() 142 (void) close(door); in ndmp_door_check() 146 (void) close(door); in ndmp_door_check()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 70 char door[PATH_MAX]; in fmd_rpc_svc_create_local() local 128 snprintf(door, sizeof (door), RPC_DOOR_RENDEZVOUS, in fmd_rpc_svc_create_local() 129 prog, vers) > 0 && access(door, F_OK) == 0) in fmd_rpc_svc_create_local()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 64 int door; member 294 server->door = open(pkgdoor, O_RDWR); in pkgopenserver_i() 296 if (server->door >= 0) { in pkgopenserver_i() 297 if (door_info(server->door, &di) == 0 && di.di_target >= 0) { in pkgopenserver_i() 310 (void) close(server->door); in pkgopenserver_i() 475 (void) close(server->door); in pkgcloseserver() 494 if (door_call(srv->door, &da) != 0) { in pkgcmd()
|
/titanic_41/usr/src/lib/libc/amd64/sys/ |
H A D | door.s | 60 SYSTRAP_RVAL1(door); \ 97 SYSTRAP_RVAL1(door)
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 675 int door; in smbd_already_running() local 681 if ((door = open(door_name, O_RDONLY)) < 0) in smbd_already_running() 684 if (door_info(door, &info) < 0) in smbd_already_running() 689 (void) close(door); in smbd_already_running() 693 (void) close(door); in smbd_already_running()
|
/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | door.s | 60 SYSTRAP_RVAL1(door); \ 88 SYSTRAP_RVAL1(door)
|
/titanic_41/usr/src/cmd/cmd-inet/etc/nca/ |
H A D | ncakmod.conf | 32 httpd_door_path=/var/run/nca_httpd_1.door
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | door.s | 68 SYSTRAP_RVAL1(door); \ 136 SYSTRAP_RVAL1(door)
|
/titanic_41/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 158 static char *door = PKGDOOR; variable 255 door = optarg; in server_main() 301 (void) fdetach(door); in server_main() 303 if ((dfd = creat(door, 0644)) < 0 || close(dfd) < 0) { in server_main() 321 if (fattach(did, door) != 0) { in server_main() 1359 (void) fdetach(door); in finish() 1361 (void) unlink(door); in finish()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_selfcred.h | 67 void _nscd_proc_alt_get(void *buf, int *door);
|
H A D | nscd_frontend.c | 861 int door = -1; in if_selfcred_return_per_user_door() local 893 _nscd_proc_alt_get(argp, &door); in if_selfcred_return_per_user_door() 906 dp->d_data.d_desc.d_descriptor = door; in if_selfcred_return_per_user_door()
|
H A D | nscd_selfcred.c | 941 int *door) in _nscd_proc_alt_get() argument 1050 *door = ch->child_door; in _nscd_proc_alt_get() 1054 *door, ch->child_slot, set2uid, set2gid); in _nscd_proc_alt_get()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | Makefile | 30 OBJS= dlpi.o door.o events.o main.o rstp.o
|
/titanic_41/usr/src/cmd/cmd-inet/etc/init.d/ |
H A D | ncakmod | 34 default_miss_door=/var/run/nca_httpd_1.door
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | Makefile | 37 COBJS += pdu.o door.o htable.o
|
/titanic_41/usr/src/lib/libdoor/common/ |
H A D | llib-ldoor | 29 #include <door.h>
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 66 nwam door requests: 94 addition state changes of objects and door requests (requesting current 131 o door request threads: the door infrastructure manages server threads 168 The command interface to nwamd is thread a door at NWAM_DOOR 169 (/etc/svc/volatile/nwam/nwam_door). This door allows external program to send 184 System V message queues. On registering for events via a libnwam door
|
/titanic_41/usr/src/uts/common/io/ |
H A D | vcons.c | 443 door_handle_t door; in vt_send_hotkeys() local 456 if (door_ki_open(VT_DAEMON_DOOR_FILE, &door) != 0) { in vt_send_hotkeys() 473 while ((error = door_ki_upcall(door, &door_arg)) != 0 && in vt_send_hotkeys() 480 door_ki_rele(door); in vt_send_hotkeys()
|
/titanic_41/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 379 door_handle_t door; in stmf_ic_transmit() local 388 door = pppt_global.global_door; in stmf_ic_transmit() 389 door_ki_hold(door); in stmf_ic_transmit() 404 rc = door_ki_upcall(door, &arg); in stmf_ic_transmit() 409 door_ki_rele(door); in stmf_ic_transmit()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | cubetype.sh | 70 b.colors[door]=white
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Devices | 83 # ACU DKacu 0 Any DK py/garage/door.\T
|
/titanic_41/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 2524 int door; in open_door() local 2526 if ((door = open(DoorFileName, O_RDONLY)) >= 0) { in open_door() 2530 if (door_info(door, &info) >= 0) { in open_door() 2548 (void) close(door); in open_door() 2557 if ((door = creat(DoorFileName, 0644)) < 0) { in open_door() 2571 (void) fchmod(door, in open_door() 2578 (void) close(door); in open_door()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 6363 door_handle_t door = NULL; in zone_ki_call_zoneadmd() local 6409 if (door == NULL && in zone_ki_call_zoneadmd() 6410 (error = zone_lookup_door(zone_name, &door)) != 0) { in zone_ki_call_zoneadmd() 6413 ASSERT(door != NULL); in zone_ki_call_zoneadmd() 6415 if ((error = door_ki_upcall_limited(door, &darg, NULL, in zone_ki_call_zoneadmd() 6428 zone_release_door(&door); in zone_ki_call_zoneadmd() 6429 if (zone_lookup_door(zone_name, &door) != 0) { in zone_ki_call_zoneadmd() 6473 if (door != NULL) { in zone_ki_call_zoneadmd() 6474 zone_release_door(&door); in zone_ki_call_zoneadmd()
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 644 skip=Not used. (Place holder for set of door audit events.) 652 comment=1, door ID, "door ID": 653 comment=for process that owns the door 658 comment=1, door attributes, "door attr" 675 comment=1, door ID, "door ID"
|
/titanic_41/usr/src/head/ |
H A D | Makefile | 66 door.h \
|