Searched refs:probe_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c353 probebuf.probenum = p->probe_id;
412 assert((p != NULL) && (p->probe_id == i) && (p->probe_handle));
517 probe_p->probe_id = i;
H A Dtnfctl_int.h90 ulong_t probe_id; /* assigned id */ member in struct:prbctlref
H A Dprobes_ext.c195 state_p->id = probe_hndl->probe_p->probe_id;
H A Dprobes.c528 prbctl_p->probe_id = largs2_p->la_base + index;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c753 uint32_t probe_id; local
756 if (nvlist_lookup_uint32(nvl, IPMP_PROBE_ID, &probe_id) != 0)
759 (void) snprintf(buf, bufsize, "%u", probe_id);

Completed in 460 milliseconds