Lines Matching defs:proplen
341 int i, proplen;
446 proplen = BOP_GETPROPLEN(bootops, "bootp-response");
447 if (proplen > 0) {
448 dhcack = kmem_zalloc(proplen, KM_SLEEP);
456 dhcacklen = proplen;
462 proplen = BOP_GETPROPLEN(bootops, "netdev-path");
463 if (proplen > 0) {
464 netdev_path = kmem_zalloc(proplen, KM_SLEEP);
469 kmem_free(netdev_path, proplen);
902 int proplen;
916 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH);
917 if (proplen > 0) {
1198 int proplen;
1202 proplen = BOP_GETPROPLEN(bootops, BP_BOOTPATH);
1203 if (proplen > 0) {