HomeSort by relevance Sort by last modified time
    Searched refs:ypresp_key_val (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/head/rpcsvc/
yp.x 114 struct ypresp_key_val {
133 ypresp_key_val val;
233 ypresp_key_val
236 ypresp_key_val
yp_prot.h 71 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
74 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
90 * TRUE: (struct ypresp_key_val);
172 struct ypresp_key_val { struct
279 enum ypresptype {YPRESP_VAL = 1, YPRESP_KEY_VAL = 2, YPRESP_MAP_PARMS = 3};
284 struct ypresp_key_val yp_resp_key_valtype;
295 #define YPFIRST_RESPTYPE YPRESP_KEY_VAL
304 #define YPNEXT_RESPTYPE YPRESP_KEY_VAL
372 extern bool xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_mt.h 122 struct ypresp_key_val ypproc_first_svc_resp;
123 struct ypresp_key_val ypproc_next_svc_resp;
nis_service.c 99 extern struct ypresp_key_val *ypproc_first_svc();
100 extern struct ypresp_key_val *ypproc_next_svc();
yp_ns_proc.c 83 static void cook_err_keyresp(struct ypresp_key_val *keyresp, long stat);
713 struct ypresp_key_val *
943 struct ypresp_key_val *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_enum.c 146 struct ypresp_key_val resp;
159 (void) memset((char *)&resp, 0, sizeof (struct ypresp_key_val));
318 struct ypresp_key_val resp;
yp_xdr.c 60 extern bool xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
148 * Serializes/deserializes a ypresp_key_val structure.
151 xdr_ypresp_key_val(XDR *xdrs, struct ypresp_key_val *ps)
301 * Serializes/deserializes a stream of struct ypresp_key_val's. This is used
308 struct ypresp_key_val kv;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/
yp_prot.h 52 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
55 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
68 * TRUE: (struct ypresp_key_val);
165 struct ypresp_key_val { struct
ypv1_prot.h 95 enum ypresptype {YPRESP_VAL = 1, YPRESP_KEY_VAL = 2, YPRESP_MAP_PARMS = 3};
100 struct ypresp_key_val yp_resp_key_valtype;
111 #define YPFIRST_RESPTYPE YPRESP_KEY_VAL
120 #define YPNEXT_RESPTYPE YPRESP_KEY_VAL
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_proc.c 305 struct ypresp_key_val resp;
345 struct ypresp_key_val resp;
787 * Serializes a stream of struct ypresp_key_val's. This is used
794 struct ypresp_key_val resp;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/common/
llib-lnsl     [all...]

Completed in 5759 milliseconds