Searched refs:upargs (Results 1 – 1 of 1) sorted by relevance
64 struct ypupdate_args upargs; in yp_update() local123 upargs.mapname = map; in yp_update()124 upargs.key.yp_buf_len = keylen; in yp_update()125 upargs.key.yp_buf_val = key; in yp_update()126 upargs.datum.yp_buf_len = datalen; in yp_update()127 upargs.datum.yp_buf_val = data; in yp_update()130 (xdrproc_t)xdr_ypupdate_args, &upargs, in yp_update()140 upargs.mapname = map; in yp_update()141 upargs.key.yp_buf_len = keylen; in yp_update()142 upargs.key.yp_buf_val = key; in yp_update()[all …]