Lines Matching defs:nd
123 struct nfs_diskless *nd = NULL;
164 nd = kmem_zalloc(sizeof(*nd), KM_SLEEP);
165 nd->nd_ifp = ifp;
166 nd->nd_nomount = 1;
168 if ((error = nfs_boot_init(nd, l)) != 0) {
178 if (strstr(nd->nd_bootfile, PREFIX) == nd->nd_bootfile)
179 (void)memmove(nd->nd_bootfile,
180 nd->nd_bootfile + (sizeof(PREFIX) - 1),
181 sizeof(nd->nd_bootfile) - sizeof(PREFIX));
184 printf("tftproot: bootfile=%s\n", nd->nd_bootfile);
187 trh.trh_nd = nd;
199 if (nd)
200 kmem_free(nd, sizeof(*nd));