Lines Matching refs:args
94 ypu_change_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_change_1_svc() argument
114 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_change_1_svc()
115 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_change_1_svc()
120 res = ypmap_update(netname, args->mapname, YPOP_CHANGE, in ypu_change_1_svc()
121 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_change_1_svc()
122 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_change_1_svc()
128 ypu_insert_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_insert_1_svc() argument
148 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_insert_1_svc()
149 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_insert_1_svc()
154 res = ypmap_update(netname, args->mapname, YPOP_INSERT, in ypu_insert_1_svc()
155 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_insert_1_svc()
156 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_insert_1_svc()
162 ypu_delete_1_svc(struct ypdelete_args *args, struct svc_req *svcreq) in ypu_delete_1_svc() argument
182 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_delete_1_svc()
188 res = ypmap_update(netname, args->mapname, YPOP_DELETE, in ypu_delete_1_svc()
189 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_delete_1_svc()
196 ypu_store_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_store_1_svc() argument
216 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_store_1_svc()
217 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_store_1_svc()
222 res = ypmap_update(netname, args->mapname, YPOP_STORE, in ypu_store_1_svc()
223 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_store_1_svc()
224 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_store_1_svc()