HomeSort by: relevance | last modified time | path
    Searched refs:nd_bootfile (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_tftproot.c 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);
243 namelen = strlen(trh->trh_nd->nd_bootfile) + 1;
263 (void)strncpy(cp, trh->trh_nd->nd_bootfile, namelen);
271 inet_ntoa(sin.sin_addr), trh->trh_nd->nd_bootfile);
  /src/sys/nfs/
nfsdiskless.h 76 char nd_bootfile[MNAMELEN]; /* Boot file */ member in struct:nfs_diskless
nfs_bootdhcp.c 909 strncpy(nd->nd_bootfile, bootp->bp_file, BOOTFILELEN);
910 nd->nd_bootfile[BOOTFILELEN - 1] = '\0';

Completed in 13 milliseconds