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

  /src/sys/kern/
subr_tftproot.c 117 static int tftproot_getfile(struct tftproot_handle *, struct lwp *);
190 if ((error = tftproot_getfile(&trh, l)) != 0) {
191 DPRINTF(("%s():%d tftproot_getfile returned %d\n",
206 tftproot_getfile(struct tftproot_handle *trh, struct lwp *l) function in typeref:typename:int
subr_tftproot.c 117 static int tftproot_getfile(struct tftproot_handle *, struct lwp *);
190 if ((error = tftproot_getfile(&trh, l)) != 0) {
191 DPRINTF(("%s():%d tftproot_getfile returned %d\n",
206 tftproot_getfile(struct tftproot_handle *trh, struct lwp *l) function in typeref:typename:int

Completed in 21 milliseconds