Home
last modified time | relevance | path

Searched refs:MAJOR (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libwrap/
H A DMakefile.com28 MAJOR = .1
30 VERS = $(MAJOR)$(MINOR)
39 SONAME = $(LIBRARY:.a=.so)$(MAJOR)
40 ROOTLINKS += $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR)
41 ROOTLINKS64 += $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR)
69 $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
72 $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
/titanic_50/usr/src/cmd/arch/
H A Darch.sh55 sparc) MAJOR=sun4;;
56 *) MAJOR=$MINOR;;
60 major) $ECHO $MAJOR;;
62 compat) [ $1 = $MAJOR ] ; exit ;;
/titanic_50/usr/src/tools/protocmp/
H A Dproto_list.c105 if ((!v[MAJOR]) || ((!is_num(v[MAJOR])) && (*v[MAJOR] != '-'))) in check_line()
181 if ((v[MAJOR][0] == '-') && (v[MAJOR][1] == '\0')) in parse_line()
184 e->major = atoi(v[MAJOR]); in parse_line()
H A Dproto_list.h47 #define MAJOR 8 macro
/titanic_50/usr/src/cmd/device_remap/
H A Ddevice_remap.pl50 $self->{MAJOR} = undef;
79 ($self->{MAJOR}, $self->{MINOR},
/titanic_50/usr/src/grub/grub-0.97/lib/
H A Ddevice.c61 # ifndef MAJOR
62 # define MAJOR(dev) \ macro
495 && MAJOR (st.st_rdev) != FLOPPY_MAJOR in check_device()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c96 #define MAJOR(msg) DPRINTF(DBGLVL_MAJOR, msg) macro
105 #define MAJOR(ignored) macro
1117 MAJOR(("[ufsfx_do_failure_q")); in ufsfx_do_failure_q()
1180 MAJOR((": retry=%ld, good night]\n\n", retry)); in ufsfx_do_failure_q()
2602 MAJOR(("[ufsfx_kill_fix_failure_thread")); in ufsfx_kill_fix_failure_thread()
2615 MAJOR((": rescheduled")); in ufsfx_kill_fix_failure_thread()
2619 MAJOR((": killed")); in ufsfx_kill_fix_failure_thread()
2625 MAJOR(("]\n")); in ufsfx_kill_fix_failure_thread()
/titanic_50/usr/src/cmd/vi/port/
H A Dex.news30 MAJOR STRUCTURAL CHANGES & ENHANCEMENTS:
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog761 * lib/device.c [__linux__] (MAJOR): Support 32 bit and 64 bit
1611 [__linux__] (MAJOR): Likewise.
5286 macro MAJOR. From Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>.