Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 25 of 224) sorted by relevance

123456789

/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_store_cred.c50 OM_uint32 maj = GSS_S_FAILURE; in gss_store_cred() local
65 maj = gss_create_empty_oid_set(minor_status, elements_stored); in gss_store_cred()
66 if (maj != GSS_S_COMPLETE) in gss_store_cred()
67 return maj; in gss_store_cred()
80 maj = (m->gm_store_cred)(minor_status, mc->gmc_cred, in gss_store_cred()
83 if (maj == GSS_S_COMPLETE) { in gss_store_cred()
89 return maj; in gss_store_cred()
95 if (maj != GSS_S_COMPLETE) in gss_store_cred()
96 return maj; /* last failure */ in gss_store_cred()
H A Dcontext.c112 _gss_mg_error(gssapi_mech_interface m, OM_uint32 maj, OM_uint32 min) in _gss_mg_error() argument
133 mg->maj_stat = maj; in _gss_mg_error()
137 maj, in _gss_mg_error()
159 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error() argument
164 _gss_mg_error(m, maj, min); in gss_mg_collect_error()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dlibc-config.h50 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) argument
52 # define __GNUC_PREREQ(maj, min) 0 argument
63 # define __glibc_clang_prereq(maj, min) \ argument
64 ((maj) == 3 && (min) == 5 ? 6000000 <= __apple_build_version__ : 0)
66 # define __glibc_clang_prereq(maj, min) \ argument
67 ((maj) < __clang_major__ + ((min) <= __clang_minor__))
70 # define __glibc_clang_prereq(maj, min) 0 argument
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlibc-config.h50 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) argument
52 # define __GNUC_PREREQ(maj, min) 0 argument
63 # define __glibc_clang_prereq(maj, min) \ argument
64 ((maj) == 3 && (min) == 5 ? 6000000 <= __apple_build_version__ : 0)
66 # define __glibc_clang_prereq(maj, min) \ argument
67 ((maj) < __clang_major__ + ((min) <= __clang_minor__))
70 # define __glibc_clang_prereq(maj, min) 0 argument
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_pack_dev.c91 #define makedev(maj,min) ((0xff00 & ((maj)<<8)) | (0xffff00ff & (min))) argument
98 #define apd_makedev(maj, min) makedev(ND_LOCAL_NODE, (maj), (min)) argument
101 #define apd_makedev(maj, min) makedev((maj), (min)) argument
104 #define apd_makedev(maj, min) mkdev((maj), (min)) argument
107 #define apd_makedev(maj, min) makedev((maj), (min)) argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangleConfig.h36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
38 ((maj) << 20) + ((min) << 10) + (patch))
40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
41 ((__GNUC__ << 20) + (__GNUC_MINOR__ << 10) >= ((maj) << 20) + ((min) << 10))
43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Ddvmstat_example.txt8 re maj mf fr epi epo api apo fpi fpo sy
29 see the "re" value drops, and both the "maj" major faults and "fpi" values
38 re maj mf fr epi epo api apo fpi fpo sy
58 re maj mf fr epi epo api apo fpi fpo sy
69 re maj mf fr epi epo api apo fpi fpo sy
87 re maj mf fr epi epo api apo fpi fpo sy
H A Dxvmstat_example.txt8 w swap free re maj mf cow pro sr epi epo epf api apo apf fpi fpo fpf
24 pages. "maj" is major faults - a useful addition to the output.
34 w swap free re maj mf cow pro sr epi epo epf api apo apf fpi fpo fpf
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Ddvmstat_example.txt8 re maj mf fr epi epo api apo fpi fpo sy
29 see the "re" value drops, and both the "maj" major faults and "fpi" values
38 re maj mf fr epi epo api apo fpi fpo sy
58 re maj mf fr epi epo api apo fpi fpo sy
69 re maj mf fr epi epo api apo fpi fpo sy
87 re maj mf fr epi epo api apo fpi fpo sy
H A Dxvmstat_example.txt8 w swap free re maj mf cow pro sr epi epo epf api apo apf fpi fpo fpf
24 pages. "maj" is major faults - a useful addition to the output.
34 w swap free re maj mf cow pro sr epi epo epf api apo apf fpi fpo fpf
/netbsd/sys/arch/mac68k/dev/
H A Dmaccons.c75 int maj, unit; in maccnprobe() local
83 maj = cdevsw_lookup_major(&wsdisplay_cdevsw); in maccnprobe()
84 if (maj != -1) { in maccnprobe()
86 cp->cn_dev = makedev(maj, unit); in maccnprobe()
H A Dite_compat.c97 int maj; in iteattach() local
99 maj = cdevsw_lookup_major(&wsdisplay_cdevsw); in iteattach()
100 KASSERT(maj != -1); in iteattach()
102 if (maj != major(cn_tab->cn_dev)) in iteattach()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dissuid.c56 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) __GLIBC_PREREQ(maj, min) argument
58 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) \ argument
59 ((__GLIBC << 16) + GLIBC_MINOR >= ((maj) << 16) + (min))
/netbsd/sys/arch/amigappc/amigappc/
H A Dautoconf.c245 int i, maj, unit; in findroot() local
277 maj = bdevsw_lookup_major(bdp); in findroot()
278 if ((*bdp->d_open)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
281 (*bdp->d_close)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
347 maj = bdevsw_lookup_major(bdp); in findroot()
350 if ((*bdp->d_open)(MAKEDISKDEV(maj, in findroot()
353 (void)(*bdp->d_close)(MAKEDISKDEV(maj, in findroot()
/netbsd/sys/arch/atari/atari/
H A Dautoconf.c243 int i, maj, unit; in findroot() local
265 maj = devsw_name2blk(genericconf[i]->cd_name, NULL, 0); in findroot()
266 if (maj == -1) in findroot()
268 bdev = bdevsw_lookup(makedev(maj, 0)); in findroot()
278 if ((*bdev->d_open)(MAKEDISKDEV(maj, in findroot()
281 (void)(*bdev->d_close)(MAKEDISKDEV(maj, in findroot()
/netbsd/external/bsd/openpam/dist/include/security/
H A Dopenpam_attr.h8 # define OPENPAM_GNUC_PREREQ(maj, min) \ argument
9 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
11 # define OPENPAM_GNUC_PREREQ(maj, min) 0 argument
/netbsd/sys/arch/amiga/amiga/
H A Dautoconf.c405 int i, maj, unit; in findroot() local
437 maj = bdevsw_lookup_major(bdp); in findroot()
438 if ((*bdp->d_open)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
441 (*bdp->d_close)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
507 maj = bdevsw_lookup_major(bdp); in findroot()
510 if ((*bdp->d_open)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
513 (void)(*bdp->d_close)(MAKEDISKDEV(maj, unit, RAW_PART), in findroot()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmd5.h36 # define __GNUC_PREREQ(maj, min) \ argument
37 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
39 # define __GNUC_PREREQ(maj, min) 0 argument
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_add_store_cred.c52 OM_uint32 maj; in print_gss_err() local
58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx, in print_gss_err()
60 if (maj != GSS_S_COMPLETE) { in print_gss_err()
63 (unsigned long)stat, (unsigned long)maj, in print_gss_err()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dproducer.c49 int maj, min; in producer_is_gcc() local
52 major = &maj; in producer_is_gcc()
85 int maj, min; in producer_is_icc() local
87 major = &maj; in producer_is_icc()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dproducer.c49 int maj, min; in producer_is_gcc() local
52 major = &maj; in producer_is_gcc()
85 int maj, min; in producer_is_icc() local
87 major = &maj; in producer_is_icc()
/netbsd/sys/arch/sparc64/dev/
H A Dconsinit.c88 int maj; in prom_cnprobe() local
91 maj = cdevsw_lookup_major(&pcons_cdevsw); in prom_cnprobe()
92 cd->cn_dev = makedev(maj, 0); in prom_cnprobe()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_bancomm.c588 struct tm maj; in tvme_fill() local
595 gmtime_r(&dmaj, &maj); in tvme_fill()
596 time_vme->day = maj.tm_yday+1; in tvme_fill()
597 time_vme->hr = maj.tm_hour; in tvme_fill()
598 time_vme->mn = maj.tm_min; in tvme_fill()
599 time_vme->sec = maj.tm_sec; in tvme_fill()
/netbsd/sys/dev/arcbios/
H A Darcbios.c73 int maj; in arcbios_init() local
93 maj = cdevsw_lookup_major(&arcbios_cdevsw); in arcbios_init()
95 arcbios_cn.cn_dev = makedev(maj, 0); in arcbios_init()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h60 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
62 ((maj) << 20) + ((min) << 10) + (patch))
64 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
65 ((__GNUC__ << 20) + (__GNUC_MINOR__ << 10) >= ((maj) << 20) + ((min) << 10))
67 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument

123456789