Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c217 int ifcount = 0; /* count of useable interfaces */ local
264 ifcount++;
267 if (verbose && ifcount == 0) {
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c1036 uint32_t ifcount, ofcount, idcnt, cti; in ctf_diff_func_fill() local
1040 ifcount = 0; in ctf_diff_func_fill()
1046 ret = ctf_function_iter(cds->cds_ifp, ctf_diff_func_count, &ifcount); in ctf_diff_func_fill()
1053 cds->cds_ifuncs = ctf_alloc(sizeof (ctf_diff_func_t) * ifcount); in ctf_diff_func_fill()
1057 cds->cds_nifuncs = ifcount; in ctf_diff_func_fill()