Lines Matching defs:proplen
296 int i, proplen;
385 proplen = BOP_GETPROPLEN(bootops, "bootp-response");
386 if (proplen > 0) {
387 dhcack = kmem_zalloc(proplen, KM_SLEEP);
395 dhcacklen = proplen;
401 proplen = BOP_GETPROPLEN(bootops, "netdev-path");
402 if (proplen > 0) {
403 netdev_path = kmem_zalloc(proplen, KM_SLEEP);
408 kmem_free(netdev_path, proplen);
841 int proplen;
855 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH);
856 if (proplen > 0) {
1137 int proplen;
1141 proplen = BOP_GETPROPLEN(bootops, BP_BOOTPATH);
1142 if (proplen > 0) {