Searched refs:cmd_str (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/ |
| H A D | dmeventd_mirror.c | 147 char cmd_str[CMD_SIZE]; in _remove_failed_devices() local 160 …if (CMD_SIZE <= snprintf(cmd_str, CMD_SIZE, "lvconvert --config devices{ignore_suspended_devices=1… in _remove_failed_devices() 167 r = lvm2_run(_lvm_handle, cmd_str); in _remove_failed_devices() 170 snprintf(cmd_str, CMD_SIZE, "vgreduce --removemissing %s", vg); in _remove_failed_devices() 171 if (lvm2_run(_lvm_handle, cmd_str) != 1) in _remove_failed_devices()
|
| /netbsd-src/share/examples/puffs/pgfs/ |
| H A D | pgfs_db.c | 678 char cmd_str[1024]; in setlabel() local 680 snprintf(cmd_str, sizeof(cmd_str), in setlabel() 682 c = createcmd(cmd_str, CMD_NOPREPARE); in setlabel()
|