HomeSort by relevance Sort by last modified time
    Searched refs:door_bind (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdoor/common/
mapfile-vers 41 door_bind = FUNCTION;
llib-ldoor 42 int door_bind(int);
  /onnv/onnv-gate/usr/src/head/
door.h 54 int door_bind(int);
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
door.s 35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
65 DOOR_SYSCALL(__door_bind, DOOR_BIND)
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
door.s 35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
99 DOOR_SYSCALL(__door_bind, DOOR_BIND, COPY_1)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
door.s 35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
65 DOOR_SYSCALL(__door_bind, DOOR_BIND)
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
door_calls.c 479 DOOR_XSYNC_BINDFAIL, /* door_bind failed */
480 DOOR_XSYNC_BOUND, /* door_bind succeeded */
535 if (door_bind(pdd->pd_dfd) == 0)
  /onnv/onnv-gate/usr/src/lib/c_synonyms/
syn_common 240 door_bind
  /onnv/onnv-gate/usr/src/cmd/picl/picld/
picld.c 972 if (door_bind(door_id) < 0) {
973 perror("door_bind");
  /onnv/onnv-gate/usr/src/uts/common/fs/doorfs/
door_sys.c 199 static int door_bind(int);
244 case DOOR_BIND:
245 return (door_bind(arg1));
310 case DOOR_BIND:
311 return (door_bind(arg1));
1714 door_bind(int did) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 91 door_bind;
  /onnv/onnv-gate/usr/src/cmd/smserverd/
smediad.c     [all...]

Completed in 420 milliseconds