| /src/usr.sbin/bootp/bootptest/ |
| bootptest.c | 140 char *bp_file = NULL; local 186 bp_file = *argv; 303 if (bp_file) 304 strlcpy(bp->bp_file, bp_file, sizeof(bp->bp_file));
|
| print-bootp.c | 154 TCHECK(bp->bp_file[0], sizeof(bp->bp_file)); 155 if (*bp->bp_file) { 157 if (printfn(bp->bp_file, ep)) {
|
| /src/sys/lib/libsa/ |
| bootp.h | 38 unsigned char bp_file[128]; /* boot file name */ member in struct:bootp
|
| bootp.c | 159 (void)strncpy((char *)bp->bp_file, bootfile, sizeof(bp->bp_file)); 221 (void)memcpy(bootfile, rbuf.rbootp.bp_file, sizeof(bootfile));
|
| /src/usr.sbin/bootp/common/ |
| bootp.h | 56 char bp_file[BP_FILE_LEN]; /* boot file name */ member in struct:bootp
|
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 773 if (strcmp(bp->bp_file, "sunboot14") == 0) 774 bp->bp_file[0] = '\0'; /* treat it as unspecified */ 831 if (bp->bp_file[0]) { 834 homedir = bp->bp_file; 901 if (bp->bp_file[0]) { 915 bzero(bp->bp_file, sizeof(bp->bp_file)); 929 strlcpy(bp->bp_file, clntpath, sizeof(bp->bp_file));
|
| /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);
|