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

  /src/usr.sbin/bootp/bootptest/
bootptest.c 140 char *bp_file = NULL; local in function:main
186 bp_file = *argv;
303 if (bp_file)
304 strlcpy(bp->bp_file, bp_file, sizeof(bp->bp_file));
  /src/sys/lib/libsa/
bootp.h 38 unsigned char bp_file[128]; /* boot file name */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 56 char bp_file[BP_FILE_LEN]; /* boot file name */ member in struct:bootp
  /src/sys/nfs/
nfs_bootdhcp.c 125 char bp_file[BP_FILE_LEN]; /* boot file name */ member in struct:bootp
614 strncpy(bootp->bp_file, NFS_BOOT_BOOTP_REQFILE, sizeof(bootp->bp_file));
909 strncpy(nd->nd_bootfile, bootp->bp_file, BOOTFILELEN);

Completed in 13 milliseconds