Searched refs:rendezvous (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 318 char rendezvous[128] = ""; in svc_door_create() local 340 (void) sprintf(rendezvous, RPC_DOOR_RENDEZVOUS, (int)prognum, in svc_door_create() 343 fd = open(rendezvous, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, 0644); in svc_door_create() 347 if (unlink(rendezvous) < 0) { in svc_door_create() 349 "svc_door_create: %s %s:%m", rendezvous, in svc_door_create() 354 fd = open(rendezvous, O_WRONLY | O_CREAT | O_EXCL | in svc_door_create() 360 "could not create", rendezvous); in svc_door_create() 366 rendezvous); in svc_door_create() 378 if (fattach(did, rendezvous) < 0) { in svc_door_create() 379 if (errno != EBUSY || fdetach(rendezvous) < 0 || in svc_door_create() [all …]
|
H A D | clnt_door.c | 85 char rendezvous[64]; in clnt_door_create() local 92 (void) sprintf(rendezvous, RPC_DOOR_RENDEZVOUS, (int)program, in clnt_door_create() 94 if ((did = open(rendezvous, O_RDONLY, 0)) < 0) { in clnt_door_create() 145 cl->cl_tp = strdup(rendezvous); in clnt_door_create() 464 char rendezvous[64]; in _update_did() local 470 (void) sprintf(rendezvous, RPC_DOOR_RENDEZVOUS, (int)prog, vers); in _update_did() 471 if ((cu->cu_fd = open(rendezvous, O_RDONLY, 0)) < 0) { in _update_did() 478 cl->cl_tp = strdup(rendezvous); in _update_did()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 174 that syncronization point to rendezvous with and provide arguments (via
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 18953 rendezvous
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 18952 rendezvous
|