Home
last modified time | relevance | path

Searched refs:env0 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/tests/dev/sysmon/
Dt_swsensor.sh82 cat << ENV0 > env0.conf
135 rump.envstat -c env0.conf
248 rump.envstat -c env0.conf
292 rump.envstat -c env0.conf
309 rump.envstat -c env0.conf
/netbsd/src/sbin/ifconfig/
Difconfig.c852 printall(const char *ifname, prop_dictionary_t env0) in printall() argument
859 if (env0 == NULL) in printall()
862 env = prop_dictionary_copy_mutable(env0); in printall()