Searched refs:major (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dpackageinfo.sh18 # To move from dev -RC to new -stable and -dev major/minor version, set
19 # minor and/or major to the new version, repotype to match the new
55 major=2
57 version=${proto}.${major}.${minor}
/netbsd-6-1-5-RELEASE/sys/dev/filemon/
H A Dmknod-sh9 major=`sysctl kern.drivers | tr ',' '\012' | sed -n '/filemon/s,.*\[\([0-9][0-9]*\).*,\1,p'`
11 [ ${major:-0} -gt 0 ] || Error filemon not loaded
17 *" $major,"*) exit 0;;
21 mknod -m 666 $dev c $major 0
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D980511-1.c8 int major, minor; local
9 major = (dev >> 8);
11 return ((( major ) << 22 ) | ( minor )) ;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980511-1.c8 int major, minor; local
9 major = (dev >> 8);
11 return ((( major ) << 22 ) | ( minor )) ;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dtuklib_common.h53 # define TUKLIB_GNUC_REQ(major, minor) \
54 ((__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)) \
55 || __GNUC__ > (major))
57 # define TUKLIB_GNUC_REQ(major, minor) 0
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc_hash.c43 int i, j, major; local
52 major = 12 * (tolower((unsigned char)p[1]) - 97);
54 major = 12 * 26;
57 if (UCHAR_MAX == table[major + j]) {
58 table[major + j] = (unsigned char)i;
69 int major, i, j; local
77 major = 12 * (tolower((unsigned char)p[1]) - 97);
79 major = 12 * 26;
87 if (UCHAR_MAX == (i = table[major + j]))
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dbootinfo.h44 /* major */
49 #define X68K_MAKEBOOTDEV(major, unit, part) \
50 MAKEBOOTDEV(major, 0, 0, unit, part)
56 * device major -> type (8bit)
65 /* major */
75 #define X68K_MAKESCSIBOOTDEV(major, type_if, unit_if, scsi_id, lun, part) \
76 MAKEBOOTDEV(major, type_if, unit_if, scsi_id, ((lun) << 4) | (part))
105 #define X68K_BOOT_DEV_IS_SCSI(major) \
106 ((major) == X68K_MAJOR_SD || \
107 (major)
[all...]
/netbsd-6-1-5-RELEASE/share/examples/emul/svr4/etc/
H A DSVR4_MAKEDEV49 amiga) major=51;;
50 atari) major=51;;
51 hp300) major=36;;
52 i386) major=43;;
53 mac68k) major=44;;
54 mvme68k) major=38;;
55 next68k) major=44;;
56 news68k) major=75;;
57 sparc*) major=43;;
58 sun3) major
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h39 #define LUN(major, minor) (minor)
40 #define TARGET(major, minor) ((major) & 0x0007)
41 #define BUS(major, minor) (((major) >> 3) & 0x1FFF)
42 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0)
59 u_int major; /* XHDI major number */ member in struct:__anon5794
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h39 #define LUN(major, minor) (minor)
40 #define TARGET(major, minor) ((major) & 0x0007)
41 #define BUS(major, minor) (((major) >> 3) & 0x1FFF)
42 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0)
51 u_int major; /* XHDI major number */ member in struct:__anon5803
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcov-iov.c34 unsigned long major; local
46 major = strtoul (ptr, &ptr, 10);
55 v[0] = (major < 10 ? '0' : 'A' - 10) + major;
65 argv[1], major, minor, argv[2], phase);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcov-iov.c35 unsigned long major; local
47 major = strtoul (ptr, &ptr, 10);
56 v[0] = (major < 10 ? '0' : 'A' - 10) + major;
66 argv[1], major, minor, argv[2], phase);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_mo.c120 OM_uint32 major, minor; local
130 major = gss_create_empty_oid_set(&minor, options);
131 if (major != GSS_S_COMPLETE)
207 OM_uint32 major; local
219 major = mo_value(desired_mech, GSS_C_MA_SASL_MECH_NAME, sasl_mech_name);
220 if (major) return major;
222 major = mo_value(desired_mech, GSS_C_MA_MECH_NAME, mech_name);
223 if (major) return major;
248 OM_uint32 major; local
291 OM_uint32 major; local
364 OM_uint32 major, junk; local
421 OM_uint32 major; local
[all...]
H A Dgss_cred.c57 OM_uint32 major; local
82 major = mc->gmc_mech->gm_export_cred(minor_status,
84 if (major) {
86 return major;
121 OM_uint32 major, junk; local
158 major = GSS_S_FAILURE;
168 major = GSS_S_BAD_MECH;
174 major = GSS_S_BAD_MECH;
181 major = GSS_S_FAILURE;
188 major
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dwin32os.h59 isc_win32os_versioncheck(unsigned int major, unsigned int minor,
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dwin32os.h59 isc_win32os_versioncheck(unsigned int major, unsigned int minor,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/shlib/
H A Dsco5-shared-installed3 major="0"
7 sh_slib=$slib.so.$major.$minor
10 sh_clib=$clib.so.$major.$minor
H A Dsvr5-shared-installed3 major="0"
7 sh_slib=$slib.so.$major.$minor
10 sh_clib=$clib.so.$major.$minor
/netbsd-6-1-5-RELEASE/etc/etc.luna68k/
H A DMAKEDEV.conf11 ttya) major=7; minor=0 ;;
12 ttyb) major=7; minor=1 ;;
14 mkdev $i c $major $minor "" "" $u_uucp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dwin32os.c79 isc_win32os_versioncheck(unsigned int major, unsigned int minor, argument
84 if (major < isc_win32os_majorversion())
86 if (major > isc_win32os_majorversion())
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dwin32os.c79 isc_win32os_versioncheck(unsigned int major, unsigned int minor, argument
84 if (major < isc_win32os_majorversion())
86 if (major > isc_win32os_majorversion())
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h28 #define GCC_VERSION(major,minor) \
29 ((__GNUC__ > (major)) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dfilter.h30 # define MAJOR(x) major((x))
42 int max_partitions(int major);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h30 # define MAJOR(x) major((x))
42 int max_partitions(int major);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgss-serv.c94 return (ctx->major);
97 if ((ctx->major = gss_acquire_cred(&ctx->minor,
102 return (ctx->major);
155 ctx->major = gss_accept_sec_context(&ctx->minor,
160 if (GSS_ERROR(ctx->major))
168 status = ctx->major;
175 (*flags & GSS_C_INTEG_FLAG))) && (ctx->major == GSS_S_COMPLETE)) {
268 if ((ctx->major = gss_display_name(&ctx->minor, ctx->client,
271 return (ctx->major);
274 if ((ctx->major
[all...]

Completed in 303 milliseconds

1234567891011>>