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

/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c75 static tnfctl_errcode_t alloc_probe_space(tnfctl_handle_t *hndl, int maxprobe);
367 int maxprobe, i; local
382 if (ioctl(hndl->kfd, TIFIOCGMAXPROBE, &maxprobe) < 0)
384 if (maxprobe == hndl->num_probes) {
389 prexstat = alloc_probe_space(hndl, maxprobe);
398 for (i = 1; i <= maxprobe; ++i) {
460 hndl->num_probes = maxprobe;
469 alloc_probe_space(tnfctl_handle_t *hndl, int maxprobe) argument
476 /* we know that: hndl->maxprobe != maxprobe */
[all...]

Completed in 45 milliseconds