HomeSort by: relevance | last modified time | path
    Searched defs:handle_new (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
syscall.c 96 static inline int handle_new(struct trapframe *, register_t *);
105 handle_new(struct trapframe *tf, register_t *code) function
242 new = handle_new(tf, &code);
  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 334 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) function
765 handle = handle_new(HANDLE_FILE, name, fd, flags, NULL);
1098 handle = handle_new(HANDLE_DIR, path, 0, 0, dirp);

Completed in 28 milliseconds