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

  /src/sys/nfs/
nfs_bootdhcp.c 226 static int bootpc_call (struct nfs_diskless *, struct lwp *, int *);
259 error = bootpc_call(nd, lwp, flags);
264 /* NOW we can test the error from bootpc_call. */
483 bootpc_call(struct nfs_diskless *nd, struct lwp *lwp, int *flags) function in typeref:typename:int
543 DPRINTF(("bootpc_call: SO_DONTROUTE failed %d\n", error));
549 DPRINTF(("bootpc_call: SO_BROADCAST failed %d\n", error));
567 DPRINTF(("bootpc_call: IP_MULTICAST_TTL failed %d\n", error));
573 DPRINTF(("bootpc_call: SO_RCVTIMEO failed %d\n", error));
581 DPRINTF(("bootpc_call: bind failed %d\n", error));
nfs_bootdhcp.c 226 static int bootpc_call (struct nfs_diskless *, struct lwp *, int *);
259 error = bootpc_call(nd, lwp, flags);
264 /* NOW we can test the error from bootpc_call. */
483 bootpc_call(struct nfs_diskless *nd, struct lwp *lwp, int *flags) function in typeref:typename:int
543 DPRINTF(("bootpc_call: SO_DONTROUTE failed %d\n", error));
549 DPRINTF(("bootpc_call: SO_BROADCAST failed %d\n", error));
567 DPRINTF(("bootpc_call: IP_MULTICAST_TTL failed %d\n", error));
573 DPRINTF(("bootpc_call: SO_RCVTIMEO failed %d\n", error));
581 DPRINTF(("bootpc_call: bind failed %d\n", error));
  /src/sys/fs/nfs/common/
bootp_subr.c 287 static int bootpc_call(struct bootpc_globalcontext *gctx,
595 bootpc_call(struct bootpc_globalcontext *gctx, struct lwp *td) function in typeref:typename:int
1736 error = bootpc_call(gctx, td);
bootp_subr.c 287 static int bootpc_call(struct bootpc_globalcontext *gctx,
595 bootpc_call(struct bootpc_globalcontext *gctx, struct lwp *td) function in typeref:typename:int
1736 error = bootpc_call(gctx, td);

Completed in 28 milliseconds