Searched defs:simulate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c250 { "simulate", FMD_TYPE_STRING, "" },
272 char *simulate; local
288 * Determine if we have the simulate property set. This property allows
292 * setprop simulate "bay=4/disk=4 /path/to/sim.so"
303 simulate = fmd_prop_get_string(hdl, "simulate");
304 if (simulate[0] != '\0') {
308 for (sep = simulate; *sep != '\0'; sep++) {
314 len = sep - simulate;
318 (void) memcpy(dmp->dm_sim_search, simulate, le
[all...]

Completed in 45 milliseconds