Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_update.c125 args.key.yp_buf_val = key; in yp_update()
127 args.datum.yp_buf_val = data; in yp_update()
H A Dypupd.c50 return (xdr_bytes(xdrs, (char **)&objp->yp_buf_val, in xdr_yp_buf()
/titanic_41/usr/src/cmd/ypcmd/
H A Dypupdated.c278 netname, args.mapname, args.key.yp_buf_val);
281 args.key.yp_buf_len, args.key.yp_buf_val,
282 args.datum.yp_buf_len, args.datum.yp_buf_val);
/titanic_41/usr/src/head/rpcsvc/
H A Dypupd.h73 char *yp_buf_val; member
/titanic_41/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c264 args.mapname, op, args.key.yp_buf_len, args.key.yp_buf_val,
265 args.datum.yp_buf_len, args.datum.yp_buf_val);