Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 25 of 283) sorted by path

12345678910>>...12

/illumos-gate/exception_lists/
H A Dcstyle173 usr/src/lib/libdwarf/common/mapfile-vers
H A Dinterface_cmp250 # 6689937 libresolv2's mapfile-vers needs updating to line up
/illumos-gate/usr/src/boot/common/
H A Dnewvers.sh42 mv $tempfile vers.c
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com39 vers.c
58 vers.o
136 CLEANFILES += $(FONT).c vers.c
142 vers.c: ../../../common/newvers.sh $(SRC)/boot/Makefile.version
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile44 SRCS= main.c conf.c vers.c chain.c
84 CLEANFILES= vers.c $(LOADER) $(LOADER).sym $(LOADER).bin loader.help
112 vers.c: ../../common/newvers.sh $(SRC)/boot/Makefile.version
/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c111 u_int32_t vers; in bp_whoami() member
145 args->vers = htonl(BOOTPARAM_VERS); in bp_whoami()
H A Ddosfs.c85 uchar_t vers[2]; /* filesystem version */ member
H A Drpc.c125 prog, vers, proc); in rpc_call()
128 port = rpc_getport(d, prog, vers); in rpc_call()
163 call->rp_vers = htonl(vers); in rpc_call()
308 u_int vers; /* host order */ member
326 pl->prog == prog && pl->vers == vers ) in rpc_pmap_getcache()
361 pl->vers = vers; in rpc_pmap_putcache()
372 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport() argument
376 n_long vers; /* call version */ in rpc_getport() member
403 port = rpc_pmap_getcache(d->destip, prog, vers); in rpc_getport()
409 args->vers = htonl(vers); in rpc_getport()
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl262 my ($pub, $pri, $obs, $evo, $vers, $new_path);
295 $vers = trim($_);
296 $vers =~ s/;//g;
300 $pri .= $vers . ":";
302 $pub .= $vers . ":";
303 } elsif ($vers =~ /^(SUNW\.\d|SUNW_XIL)/) {
304 $pub .= $vers . ":";
305 } elsif ($vers =~ /^SUNWobsolete/) {
306 $obs .= $vers . ":";
307 } elsif ($vers =~ /^SUNWevolving/) {
[all …]
H A Dsymcheck.pl818 my (@version_heads, $vers, $default_class);
835 foreach $vers (@version_heads) {
837 $vers =~ s/'//g;
841 `$cmd_pvs -dos -N '$vers' '$library' 2>/dev/null`;
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.com40 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.com40 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.com41 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/ast/libpp/
H A DMakefile.com40 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.com40 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/ast/libsum/
H A DMakefile.com41 MAPFILES= ../mapfile-vers
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c743 int vers, /* RIP version */ in supply() argument
788 ripv12_buf.rip.rip_vers = vers; in supply()
804 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; in supply()
813 if (vers == RIPv2) { in supply()
913 int vers; in rip_bcast() local
950 vers = (ifp->int_state & IS_NO_RIPV1_OUT) ? RIPv2 : RIPv1; in rip_bcast()
964 if (vers == RIPv2 && (ifp->int_if_flags & IFF_MULTICAST) && in rip_bcast()
968 supply(&dst, ifp, type, flash, vers, _B_TRUE); in rip_bcast()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h92 char _TKFAR *vers; member
H A Dslp.h40 unsigned char vers; member
51 unsigned char vers; member
H A Dsnoop_bparam.c65 interpret_bparam(flags, type, xid, vers, proc, data, len) in interpret_bparam() argument
66 int flags, type, xid, vers, proc; in interpret_bparam()
H A Dsnoop_capture.c606 int vers, mac; in cap_write_header() local
609 vers = htonl(snoop_version); in cap_write_header()
613 if (nwrite(fd, &vers, sizeof (int)) == -1) in cap_write_header()
H A Dsnoop_filter.c2028 rpc_match_prog(enum direction which, char *progname, int vers, int proc) in rpc_match_prog() argument
2050 if (vers >= 0) { in rpc_match_prog()
2051 compare_value(16, 4, vers); in rpc_match_prog()
2482 uint_t vers, proc; in primary() local
2485 vers = proc = -1; in primary()
2493 vers = tokenval; in primary()
2503 rpc_match_prog(dir, savetoken, vers, proc); in primary()
H A Dsnoop_mount.c130 if (vers != 3)
147 if (vers == 3)
164 if (vers == 3)
172 if (vers != 2)
207 mountcall(proc, vers) in mountcall() argument
208 int proc, vers; in mountcall()
221 if (vers == 3)
228 if (vers != 2)
244 int proc, vers; in mountreply()
249 if (vers == 3) {
[all …]
H A Dsnoop_nfs.c103 interpret_nfs(flags, type, xid, vers, proc, data, len) in interpret_nfs() argument
104 int flags, type, xid, vers, proc; in interpret_nfs()
109 if (vers == 2) {
110 interpret_nfs2(flags, type, xid, vers, proc, data, len);
114 if (vers == 3) {
115 interpret_nfs3(flags, type, xid, vers, proc, data, len);
119 if (vers == 4) {
120 interpret_nfs4(flags, type, xid, vers, proc, data, len);
126 interpret_nfs2(flags, type, xid, vers, proc, data, len) in interpret_nfs2() argument
127 int flags, type, xid, vers, proc; in interpret_nfs2()
H A Dsnoop_nfs3.c158 interpret_nfs3(flags, type, xid, vers, proc, data, len) in interpret_nfs3() argument
159 int flags, type, xid, vers, proc; in interpret_nfs3()

12345678910>>...12