Searched refs:setinfo (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/rpc/ |
H A D | rpcb_prot.x | 300 int setinfo; member 530 % int setinfo;
|
/freebsd/sys/rpc/ |
H A D | rpcb_prot.h | 318 int setinfo; member 468 int setinfo;
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_db.c | 76 static void *setinfo(DBTYPE, char *); 163 infop = setinfo(type, p); in main() 629 setinfo(DBTYPE dtype, char *s) in setinfo() function
|
/freebsd/lib/libc/db/test/ |
H A D | dbtest.c | 61 void *setinfo(DBTYPE, char *); 135 infop = setinfo(type, p); 570 setinfo(type, s) in setinfo() function
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_stat.c | 87 inf[rtype].setinfo++; in rpcbs_set()
|
/freebsd/lib/libc/rpc/ |
H A D | rpcb_st_xdr.c | 232 if (!xdr_int(xdrs, &objp->setinfo)) { in xdr_rpcb_stat()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 1027 sprintf(fieldbuf, "%d/", inf[RPCBVERS_2_STAT].setinfo); 1080 sprintf(fieldbuf, "%d/", inf[RPCBVERS_3_STAT].setinfo); 1136 inf[RPCBVERS_4_STAT].setinfo);
|