Lines Matching defs:proplen
60 int proplen;
78 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_IP);
79 if (proplen > 0) {
96 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_PORT);
97 if (proplen > 0) {
114 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_LUN);
115 if (proplen > 0) {
132 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TPGT);
133 if (proplen > 0) {
151 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_NAME);
152 if (proplen > 0) {
156 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
157 boot_property.boot_tgt.tgt_name_len = proplen + 1;
159 proplen + 1, "%s", iscsi_target_name);
177 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_PAR);
178 if (proplen > 0) {
181 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
182 boot_property.boot_tgt.tgt_boot_par_len = proplen + 1;
185 proplen + 1, "%s", iscsi_par);
246 int proplen;
251 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_INITIATOR_ID);
252 if (proplen > 0) {
256 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP);
257 boot_property.boot_init.ini_name_len = proplen + 1;
260 proplen + 1, "%s", iscsi_initiator_id);
273 int proplen;
284 proplen = BOP_GETPROPLEN(bootops, BP_HOST_IP);
285 if (proplen > 0) {
301 proplen = BOP_GETPROPLEN(bootops, BP_ROUTER_IP);
302 if (proplen > 0) {
312 proplen = BOP_GETPROPLEN(bootops, BP_SUBNET_MASK);
313 if (proplen > 0) {
334 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH);
335 if (proplen > 0) {
339 proplen = prom_getproplen(nodeid, BP_LOCAL_MAC_ADDRESS);
340 if (proplen > 0) {