Symbol: bootpc_ifcontext
sys/vfs/nfs/bootp_subr.c
1065
bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
109
struct bootpc_ifcontext *next;
sys/vfs/nfs/bootp_subr.c
1177
bootpc_compose_query(struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
1342
bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
1520
struct bootpc_ifcontext *ifctx, *nctx; /* Interface BOOTP contexts */
sys/vfs/nfs/bootp_subr.c
153
struct bootpc_ifcontext *interfaces;
sys/vfs/nfs/bootp_subr.c
154
struct bootpc_ifcontext *lastinterface;
sys/vfs/nfs/bootp_subr.c
164
struct bootpc_ifcontext *setswapfs;
sys/vfs/nfs/bootp_subr.c
165
struct bootpc_ifcontext *setrootfs;
sys/vfs/nfs/bootp_subr.c
166
struct bootpc_ifcontext *sethostname;
sys/vfs/nfs/bootp_subr.c
224
struct bootpc_ifcontext *allocifctx(struct bootpc_globalcontext *gctx);
sys/vfs/nfs/bootp_subr.c
225
static void bootpc_compose_query(struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
246
static int bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
250
static int bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
255
struct bootpc_ifcontext *ifctx,
sys/vfs/nfs/bootp_subr.c
259
struct bootpc_ifcontext *ifctx);
sys/vfs/nfs/bootp_subr.c
261
static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);
sys/vfs/nfs/bootp_subr.c
262
static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);
sys/vfs/nfs/bootp_subr.c
263
static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);
sys/vfs/nfs/bootp_subr.c
422
static struct bootpc_ifcontext *
sys/vfs/nfs/bootp_subr.c
425
struct bootpc_ifcontext *ifctx;
sys/vfs/nfs/bootp_subr.c
426
ifctx = (struct bootpc_ifcontext *) kmalloc(sizeof(*ifctx),
sys/vfs/nfs/bootp_subr.c
441
bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx)
sys/vfs/nfs/bootp_subr.c
451
bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx)
sys/vfs/nfs/bootp_subr.c
461
bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx)
sys/vfs/nfs/bootp_subr.c
472
struct bootpc_ifcontext *ifctx)
sys/vfs/nfs/bootp_subr.c
585
struct bootpc_ifcontext *ifctx;
sys/vfs/nfs/bootp_subr.c
971
bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,