Searched refs:MAJOR (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libwrap/ |
H A D | Makefile.com | 28 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_41/usr/src/cmd/arch/ |
H A D | arch.sh | 55 sparc) MAJOR=sun4;; 56 *) MAJOR=$MINOR;; 60 major) $ECHO $MAJOR;; 62 compat) [ $1 = $MAJOR ] ; exit ;;
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | proto_list.c | 105 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 D | proto_list.h | 47 #define MAJOR 8 macro
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 178 #define MAJOR(msg) DPRINTF(DBGLVL_MAJOR, msg) macro 203 #define MAJOR(ignored) macro 1257 MAJOR(("upd_med_hosts - %s - OK\n\n", mtaap->mtaa_h_nm)); in mtaa_upd_err() 1260 MAJOR(("upd_med_hosts - %s - errno=%d\n\n", mtaap->mtaa_h_nm, in mtaa_upd_err() 1329 MAJOR(("get_med_host_data - %s - OK\n\n", mtaap->mtaa_h_nm)); in mtaa_get_err() 1332 MAJOR(("get_med_host_data - %s - errno=%d\n\n", in mtaa_get_err() 1424 MAJOR(("med_net_callrpc(%u, %u, %u) - %s - failed\n\n", in med_a_thr() 1584 MAJOR(("upd_med_hosts - called from <%s>\n", NULLSTR(caller))); in upd_med_hosts() 1614 MAJOR(("upd_med_hosts - updating %s\n", in upd_med_hosts() 1689 MAJOR(("get_med_host_data from %s\n", in get_med_host_data()
|
/titanic_41/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 50 $self->{MAJOR} = undef; 79 ($self->{MAJOR}, $self->{MINOR},
|
/titanic_41/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 61 # ifndef MAJOR 62 # define MAJOR(dev) \ macro 495 && MAJOR (st.st_rdev) != FLOPPY_MAJOR in check_device()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 96 #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_41/usr/src/cmd/vi/port/ |
H A D | ex.news | 30 MAJOR STRUCTURAL CHANGES & ENHANCEMENTS:
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 761 * 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>.
|