Searched defs:vers (Results 1 - 25 of 147) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddisasm.c37 unsigned int next, unsigned int prev, int vers)
36 disassemble(unsigned int instr, unsigned long pc, FUNCPTR prtAddress, unsigned int next, unsigned int prev, int vers) argument
H A Ddis.c150 int vers = V8_MODE; local
153 vers = V9_MODE | V9_SGI_MODE;
166 vers);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc41 vers::vers(vers* other) function in class:vers
43 INITRW(vers);
48 vers::assign(vers* other)
50 WRITELOCKV(this, "w vers::assign");
52 syslog(LOG_ERR, "vers::vers: making copy of null vers
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c40 rpcvers_t vers, const char *nettype,
57 return (clnt_create(hostname, prog, vers, nt));
78 if (!rpcb_getaddr(prog, vers, nconf, svcaddr, hostname)) {
86 prog, vers, sendsz, recvsz)) == NULL) {
100 rpcvers_t vers, const char *nettype,
106 vers, "udp6", sendsz, recvsz);
109 prog, vers, "udp", sendsz, recvsz);
113 vers, nettype,
39 __yp_clnt_create_rsvdport_netid_req(const char *hostname, rpcprog_t prog, rpcvers_t vers, const char *nettype, const uint_t sendsz, const uint_t recvsz) argument
99 __yp_clnt_create_rsvdport(const char *hostname, rpcprog_t prog, rpcvers_t vers, const char *nettype, const uint_t sendsz, const uint_t recvsz) argument
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dprom.c64 char *vers; /* OBP version */ local
70 vers = (char *)get_prop_val(version);
72 if (vers != NULL) {
73 log_printf(" %s ", vers, 0);
81 if ((strlen(vers) + 1) < version->size) {
82 temp = vers + strlen(vers) + 1;
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_rmt.h35 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dnfssys.c58 nfs_getfh(char *path, int vers, int *lenp, char *fhp) argument
63 nga.vers = vers;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ctl.c121 uint8_t vers; local
136 nvlist_lookup_uint8(nvl, FM_VERSION, &vers) != 0)
144 cp->ctl_func = vers > dp->cde_vers ? &fmd_ctl_inval : dp->cde_func;
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_rmt.h56 rpcvers_t vers; member in struct:rmtcallargs
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_methods.c127 ipmi_fru_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, argument
175 ipmi_fru_fmri(topo_mod_t *mod, tnode_t *node, topo_version_t vers, argument
/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.h58 ds_ver_t *vers; /* list of supported versions */ member in struct:ds_capability
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_wheel.h45 int vers; /* set to VUID_WHEEL_INFO_VERS */ member in struct:__anon9243
57 int vers; /* set to VUID_WHEEL_STATE_VERS */ member in struct:__anon9244
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds.h61 ds_ver_t *vers; /* list of supported versions */ member in struct:ds_capability
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_serial.c205 get_dimm_serial(topo_mod_t *mod, tnode_t *node, topo_version_t vers, argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h105 int vers; member in struct:__nsw_switchconfig_v1
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c77 int vers,
73 interpret_solarnet_fw( int flags, int type, int xid, int vers, int proc, char *data, int len) argument
H A Dsnoop_rpcsec.c142 int prog, int vers, int proc)
183 progname, vers, proc);
190 progname, vers, proc);
141 rpcsec_gss_pre_proto(int type, int flags, int xid, int prog, int vers, int proc) argument
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c95 rpcbs_getaddr(int rtype, rpcprog_t prog, rpcvers_t vers, char *netid, argument
110 if ((al->prog == prog) && (al->vers == vers) &&
139 al->vers = vers;
151 if ((wal->prog == prog) && (wal->vers == vers) &&
175 rpcbs_rmtcall(int rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, argument
190 if ((rl->prog == prog) && (rl->vers == vers)
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c91 CLIENT *client, rpcvers_t vers)
93 if (vers == NLM4_VERS) {
122 CLIENT *client, rpcvers_t vers)
124 if (vers == NLM4_VERS) {
151 CLIENT *client, rpcvers_t vers)
153 if (vers == NLM4_VERS) {
178 CLIENT *client, rpcvers_t vers)
180 if (vers == NLM4_VERS) {
202 nlm_null_rpc(CLIENT *client, rpcvers_t vers) argument
204 if (vers
90 nlm_test_rpc(nlm4_testargs *args, nlm4_testres *res, CLIENT *client, rpcvers_t vers) argument
121 nlm_lock_rpc(nlm4_lockargs *args, nlm4_res *res, CLIENT *client, rpcvers_t vers) argument
150 nlm_cancel_rpc(nlm4_cancargs *args, nlm4_res *res, CLIENT *client, rpcvers_t vers) argument
177 nlm_unlock_rpc(nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, rpcvers_t vers) argument
236 nlm_share_rpc(nlm4_shareargs *args, nlm4_shareres *res, CLIENT *client, rpcvers_t vers) argument
262 nlm_unshare_rpc(nlm4_shareargs *args, nlm4_shareres *res, CLIENT *client, rpcvers_t vers) argument
[all...]
H A Dnlm_rpc_handle.c71 get_nlm_rpc_fromcache(struct nlm_host *hostp, int vers) argument
81 if (rpcp->nr_vers == vers) {
99 update_host_rpcbinding(struct nlm_host *hostp, int vers) argument
114 stat = rpcbind_getaddr(&hostp->nh_knc, NLM_PROG, vers, &hostp->nh_addr);
192 nlm_host_get_rpc(struct nlm_host *hostp, int vers, nlm_rpc_t **rpcpp) argument
223 update_host_rpcbinding(hostp, vers);
236 rpcp = get_nlm_rpc_fromcache(hostp, vers);
244 rpcp->nr_vers = vers;
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c83 int vers; local
122 vers = 2; /* talk to version 2 */
124 vers = 1; /* talk to version 1 */
126 clnt = clnt_door_create(KEY_PROG, vers, 0);
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c120 mptsas_led_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, argument
132 if (vers > TOPO_METH_MPTSAS_LED_MODE_VERSION)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c78 clnt_raw_create(const rpcprog_t prog, const rpcvers_t vers) argument
118 call_msg.rm_call.cb_vers = vers;
H A Dpmap_clnt.c195 pmap_rmtcall(struct sockaddr_in *addr, rpcprog_t prog, rpcvers_t vers, argument
210 a.vers = vers;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnfs.h47 uint32_t vers; member in struct:rpc_t::__anon2093::__anon2094

Completed in 55 milliseconds

123456