Home
last modified time | relevance | path

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

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