Home
last modified time | relevance | path

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

123456789

/netbsd-src/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-src/external/gpl3/gdb/dist/gnulib/import/
H A Dlibc-config.h53 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) argument
55 # define __GNUC_PREREQ(maj, min) 0 argument
66 # define __glibc_clang_prereq(maj, min) \ argument
67 ((maj) == 3 && (min) == 5 ? 6000000 <= __apple_build_version__ : 0)
69 # define __glibc_clang_prereq(maj, min) \ argument
70 ((maj) < __clang_major__ + ((min) <= __clang_minor__))
73 # define __glibc_clang_prereq(maj, min) 0 argument
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_pack_dev.c85 #define makedev(maj,min) ((0xff00 & ((maj)<<8)) | (0xffff00ff & (min))) argument
92 #define apd_makedev(maj, min) makedev(ND_LOCAL_NODE, (maj), (min)) argument
95 #define apd_makedev(maj, min) makedev((maj), (min)) argument
98 #define apd_makedev(maj, min) mkdev((maj), (min)) argument
101 #define apd_makedev(maj, min) makedev((maj), (min)) argument
/netbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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
/netbsd-src/sys/dev/ic/
H A Djoy.c142 int maj, mn; in joydetach() local
144 maj = cdevsw_lookup_major(&joy_cdevsw); in joydetach()
146 vdevgone(maj, mn, mn, VCHR); in joydetach()
147 vdevgone(maj, mn + 1, mn + 1, VCHR); in joydetach()
/netbsd-src/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465uart.c95 int maj; in hd64465uartcnprobe() local
98 maj = cdevsw_lookup_major(&com_cdevsw); in hd64465uartcnprobe()
101 cp->cn_dev = makedev(maj, 0); in hd64465uartcnprobe()
/netbsd-src/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461uart.c103 int maj; in hd64461uartcnprobe() local
106 maj = cdevsw_lookup_major(&com_cdevsw); in hd64461uartcnprobe()
109 cp->cn_dev = makedev(maj, 0); in hd64461uartcnprobe()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DVersion.h31 version_t(uint16_t maj, uint16_t min, uint16_t rev) in version_t()
32 : m_major(maj), m_pad0(0), m_minor(min), m_pad1(0), m_revision(rev), m_pad2(0) in version_t()

123456789