Searched refs:initdone (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dlocalpkg19 local initdone
27 initdone=
30 if [ -z "${initdone}" -a -f "${script}" ]; then
32 initdone=yes
42 [ -n "${initdone}" ] && echo '.'
49 local initdone
55 initdone=
58 if [ -z "${initdone}" -a -f "${script}" ]; then
60 initdone=yes
71 [ -n "${initdone}" ]
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddefs.c64 static int initdone; /* srandomdev() call is only required once */ local
66 if (!initdone) {
67 initdone = 1;

Completed in 107 milliseconds