Searched refs:yp_buf_val (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 125 args.key.yp_buf_val = key; in yp_update() 127 args.datum.yp_buf_val = data; in yp_update()
|
H A D | ypupd.c | 50 return (xdr_bytes(xdrs, (char **)&objp->yp_buf_val, in xdr_yp_buf()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 278 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 D | ypupd.h | 73 char *yp_buf_val; member
|
/titanic_41/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 264 args.mapname, op, args.key.yp_buf_len, args.key.yp_buf_val, 265 args.datum.yp_buf_len, args.datum.yp_buf_val);
|