taglinefilesource code
bootp_flag109fs/nfs/nfsroot.cstatic int bootp_flag;      /* User said: Use BOOTP! */
bootp_flag848fs/nfs/nfsroot.cif (bootp_flag && !bootp_dev_count) {
bootp_flag850fs/nfs/nfsroot.cbootp_flag = 0;
bootp_flag858fs/nfs/nfsroot.cif (!bootp_flag && !rarp_flag) {
bootp_flag861fs/nfs/nfsroot.cbootp_flag = 1;
bootp_flag867fs/nfs/nfsroot.cif (!bootp_flag && !rarp_flag)
bootp_flag874fs/nfs/nfsroot.cif (bootp_flag && root_bootp_open()) {
bootp_flag888fs/nfs/nfsroot.cbootp_flag ? "BOOTP" : "",
bootp_flag889fs/nfs/nfsroot.cbootp_flag && rarp_flag ? " and " : "",
bootp_flag896fs/nfs/nfsroot.cif (bootp_flag && root_bootp_send(jiffies - start_jiffies)) {
bootp_flag899fs/nfs/nfsroot.cbootp_flag = 0;
bootp_flag922fs/nfs/nfsroot.cif (bootp_flag)
bootp_flag1106fs/nfs/nfsroot.cbootp_flag = rarp_flag = 0;
bootp_flag1117fs/nfs/nfsroot.cbootp_flag = 1;
bootp_flag1164fs/nfs/nfsroot.cbootp_flag);