Searched defs:dst_prop (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
| H A D | psvcplugin.c | 308 char src_prop[32], dst_prop[32]; local 325 dst_prop); 410 if (strcmp(dst_prop, dstinfo.piclinfo.name) == 0) 415 init_err(SIZE_NOT_FOUND_MSG, funcname, dst_prop); 442 strcpy(prop_list[i].name, dst_prop);
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
| H A D | psvcplugin.c | 1272 char src_prop[32], dst_prop[32]; local 1296 dst_prop); 1350 if (strcmp(dst_prop, dstinfo.piclinfo.name) == 0) 1355 init_err(SIZE_NOT_FOUND_MSG, funcname, dst_prop); 1383 (void) strcpy(prop_list[i].name, dst_prop);
|
Completed in 65 milliseconds