Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c408 struct rpcnames { struct
411 } rpcnames[] = { variable
548 compare(struct rpcnames *a, struct rpcnames *b) in compare()
556 struct rpcnames *r; in nameof_prog()
557 struct rpcnames *bsearch(); in nameof_prog()
558 int elems = sizeof (rpcnames) / sizeof (*r); in nameof_prog()
560 r = bsearch(&prog, rpcnames, elems, sizeof (*r), compare); in nameof_prog()