Home
last modified time | relevance | path

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

12

/NextBSD/crypto/heimdal/lib/gssapi/mech/
HDgss_store_cred.c48 OM_uint32 maj, junk; in gss_store_cred() local
61 maj = gss_create_empty_oid_set(minor_status, elements_stored); in gss_store_cred()
62 if (maj != GSS_S_COMPLETE) in gss_store_cred()
63 return maj; in gss_store_cred()
73 maj = gss_oid_equal(&m->gm_mech_oid, desired_mech); in gss_store_cred()
74 if (maj != 0) in gss_store_cred()
78 maj = (m->gm_store_cred)(minor_status, mc->gmc_cred, in gss_store_cred()
81 if (maj != GSS_S_COMPLETE) { in gss_store_cred()
83 return maj; in gss_store_cred()
HDcontext.c110 _gss_mg_error(gssapi_mech_interface m, OM_uint32 maj, OM_uint32 min) in _gss_mg_error() argument
131 mg->maj_stat = maj; in _gss_mg_error()
135 maj, in _gss_mg_error()
157 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error() argument
162 _gss_mg_error(m, maj, min); in gss_mg_collect_error()
/NextBSD/share/timedef/
HDsr_Latn_RS.ISO8859-2.src11 maj
22 maj
36 maj
47 maj
108 maj
119 maj
HDsl_SI.ISO8859-2.src11 maj
25 maj
73 maj
HDsl_SI.UTF-8.src11 maj
25 maj
73 maj
HDsv_SE.UTF-8.src11 maj
25 maj
73 maj
HDda_DK.ISO8859-15.src11 maj
25 maj
73 maj
HDsv_FI.UTF-8.src11 maj
25 maj
73 maj
HDsv_SE.ISO8859-15.src11 maj
25 maj
73 maj
HDda_DK.UTF-8.src11 maj
25 maj
73 maj
HDsv_FI.ISO8859-15.src11 maj
25 maj
73 maj
HDsr_Cyrl_RS.ISO8859-5.src22 maj
47 maj
119 maj
HDsr_Latn_RS.UTF-8.src22 maj
47 maj
119 maj
HDpl_PL.ISO8859-2.src11 maj
73 maj
HDpl_PL.UTF-8.src11 maj
73 maj
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdvmstat_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
HDxvmstat_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
/NextBSD/contrib/openpam/include/security/
HDopenpam_attr.h10 # define OPENPAM_GNUC_PREREQ(maj, min) \ argument
11 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
13 # define OPENPAM_GNUC_PREREQ(maj, min) 0 argument
/NextBSD/lib/libgssapi/
HDgss_display_status.c232 _gss_mg_error(struct _gss_mech_switch *m, OM_uint32 maj, OM_uint32 min) in _gss_mg_error() argument
244 mg->maj_stat = maj; in _gss_mg_error()
248 maj, in _gss_mg_error()
343 _gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in _gss_mg_collect_error() argument
349 _gss_mg_error(m, maj, min); in _gss_mg_collect_error()
/NextBSD/contrib/llvm/include/llvm/Support/
HDCompiler.h41 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
43 ((maj) << 20) + ((min) << 10) + (patch))
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
46 ((__GNUC__ << 20) + (__GNUC_MINOR__ << 10) >= ((maj) << 20) + ((min) << 10))
48 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/NextBSD/sys/fs/fuse/
HDfuse.h70 #define FUSE_KERNELABI_GEQ(maj, min) \ argument
71 (FUSE_KERNEL_VERSION > (maj) || (FUSE_KERNEL_VERSION == (maj) && FUSE_KERNEL_MINOR_VERSION >= (min)…
/NextBSD/contrib/ntp/ntpd/
HDrefclock_bancomm.c514 struct tm maj; in tvme_fill() local
520 gmtime_r(&dmaj, &maj); in tvme_fill()
521 time_vme->day = maj.tm_yday+1; in tvme_fill()
522 time_vme->hr = maj.tm_hour; in tvme_fill()
523 time_vme->mn = maj.tm_min; in tvme_fill()
524 time_vme->sec = maj.tm_sec; in tvme_fill()
/NextBSD/kerberos5/lib/libgssapi_spnego/
HDfreebsd_compat.c42 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error() argument
44 _gss_mg_collect_error(mech, maj, min); in gss_mg_collect_error()
/NextBSD/lib/libc/iconv/
HDcitrus_module.c280 int maj, min; in _citrus_load_module() local
293 maj = I18NMODULE_MAJOR; in _citrus_load_module()
295 p = _findshlib(path, &maj, &min); in _citrus_load_module()
/NextBSD/sys/arm/xscale/ixp425/
HDixp425_npevar.h74 #define NPEIMAGE_MAKEID(dev, npe, func, maj, min) \ argument
76 (((func) & 0xff) << 16) (((maj) & 0xff) << 8) | (((min) & 0xff) << 0))

12