Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h292 # define k5_mutex_lock_update_stats(M,S) (S) argument
294 #define k5_mutex_unlock_update_stats(M) (*(M) = 's') argument
303 #define krb5int_mutex_report_stats(M) ((M)->stats = 'd') argument
334 # define k5_os_nothread_mutex_finish_init(M) \ argument
335 (ASSERT((M)->initialized != K5_MUTEX_DEBUG_INITIALIZED), \
336 ASSERT((M)->initialized == K5_MUTEX_DEBUG_PARTLY_INITIALIZED), \
337 ASSERT((M)->locked == K5_MUTEX_DEBUG_UNLOCKED), \
338 (M)->initialized = K5_MUTEX_DEBUG_INITIALIZED, 0)
339 # define k5_os_nothread_mutex_init(M) \ argument
340 ((M)->initialized = K5_MUTEX_DEBUG_INITIALIZED, \
[all …]
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh311 [[ ${x/*%(())*/\1} == '(-)' ]] || err_exit $M
313 [[ ${x/*%(())*/\1} == '(-)' ]] || err_exit $M
315 [[ ${x/*%(())*/\1} == '()' ]] || err_exit $M
317 [[ ${x/*%(())*/\1} == '(-\)' ]] || err_exit $M
319 [[ ${x/*%(())*/\1} == '(-\\)' ]] || err_exit $M
321 [[ ${x/*%(())*/\1} == '(-)' ]] || err_exit $M
323 [[ ${x/*%(())*/\1} == '(-)' ]] || err_exit $M
325 [[ ${x/*%(()[])*/\1} == '(-[-]-)' ]] || err_exit $M
327 [[ ${x/*%(()[])*/\1} == '(-)' ]] || err_exit $M
329 [[ ${x/*%(()[])*/\1} == '-(-[-)-]-' ]] || err_exit $M
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dcmdtab.c58 "alias", C group, M|RAWLIST, 0, 1000,
71 "unset", C unset, M|RAWLIST, 1, 1000,
72 "mail", C sendm, R|M|I|STRLIST, 0, 0,
73 "Mail", C Sendm, R|M|I|STRLIST, 0, 0,
84 "copy", C copycmd, M|STRLIST, 0, 0,
85 "Copy", C Copy, M|MSGLIST, 0, 0,
86 "chdir", C schdir, M|STRLIST, 0, 0,
87 "cd", C schdir, M|STRLIST, 0, 0,
90 "source", C source, M|STRLIST, 0, 0,
91 "set", C set, M|RAWLIST, 0, 1000,
[all …]
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c182 #define M 147 macro
201 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
202 C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
203 C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
204 M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
205 C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
206 M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
207 M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
209 116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
211 116, S071, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
[all …]
/titanic_41/usr/src/cmd/passmgmt/
H A Ddatemsk.template24 #ident "%Z%%M% %I% %E% SMI"
25 %m/%d/%y %I:%M:%S %p
26 %m/%d/%Y %I:%M:%S %p
27 %m/%d/%y %H:%M:%S
28 %m/%d/%Y %H:%M:%S
29 %m/%d/%y %I:%M %p
30 %m/%d/%Y %I:%M %p
31 %m/%d/%y %H:%M
32 %m/%d/%Y %H:%M
36 %b %d, %Y %I:%M:%S %p
[all …]
/titanic_41/usr/src/cmd/oamuser/lib/
H A Dugdates.dat1 #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1 */
23 %m/%d/%y %I:%M:%S %p
24 %m/%d/%y %H:%M:%S
25 %m/%d/%y %I:%M %p
26 %m/%d/%y %H:%M
31 %b %d, %Y %H:%M:%S %p
32 %b %d, %Y %I:%M:%S
33 %B %d, %Y %H:%M:%S %p
34 %B %d, %Y %I:%M:%S
35 %b %d, %Y %H:%M %p
[all …]
/titanic_41/usr/src/cmd/isns/isnsd/
H A Disns_dd.h52 #define SIZEOF_X_UNIT(M) (((M)->x + MATRIX_X_HEADER) * sizeof (bmp_t)) argument
53 #define MATRIX_X_UNIT(M, N) &(M)->m[(N) * ((M)->x + MATRIX_X_HEADER)] argument
55 #define NUM_OF_MEMBER(M) ((M)->x * sizeof (bmp_t) * 8) argument
56 #define UID2MID(M, UID) get_mid(M, UID) argument
57 #define NEW_MID(M, UID) new_mid(M, UID) argument
/titanic_41/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c54 Meta_info M; in do_extends() local
88 M.mi_ext_cnt = extends_count; in do_extends()
118 (void) strncpy(M.mi_filename, ifilename, MAXPATHLEN); in do_extends()
119 M.mi_line_number = 0; in do_extends()
122 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
123 M.mi_line_number += M.mi_nlines; in do_extends()
155 M.mi_filename, M.mi_line_number); in do_extends()
168 if ((extends_err = do_extends(M, T_info, localvalue)) in do_extends()
197 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
198 M.mi_line_number += M.mi_nlines; in do_extends()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_001_pos.ksh61 log_must $ZFS set quota=25M $fs
63 log_must $ZFS set reserv=10M $subfs
64 log_must $ZFS set refreserv=20M $subfs
66 log_mustnot $MKFILE 15M $mntpnt/$TESTFILE
70 log_must $ZFS set reserv=20M $subfs
71 log_must $ZFS set refreserv=10M $subfs
72 log_mustnot $MKFILE 15M $mntpnt/$TESTFILE
H A Drefreserv_005_pos.ksh58 log_must $ZFS create -V 10M $vol
61 log_must $ZFS set quota=25M $fs
62 log_must $ZFS set refreservation=10M $vol
67 log_must $ZFS set volsize=15M $vol
68 log_must $ZFS set refreservation=15M $vol
69 log_mustnot $ZFS set refreservation=16M $vol
H A Drefreserv_003_pos.ksh60 log_must $ZFS set quota=25M $fs
61 log_must $ZFS set refreservation=10M $fs
64 log_must $MKFILE 7M $mntpnt/$TESTFILE
67 log_must $MKFILE 7M $mntpnt/$TESTFILE.2
70 log_must $MKFILE 7M $mntpnt/$TESTFILE.3
/titanic_41/usr/src/cmd/bnu/
H A Duusched.c41 } M[UUSTAT_TBL+2]; variable
151 M[UUSTAT_TBL].mach[0] = NULLCHAR;
154 for (num=0, m=M; m->mach[0] != '\0'; m++, num++) {
155 DEBUG(5, "machine: %s, ", M[num].mach);
156 DEBUG(5, "job grade list: %s\n", M[num].jgrade);
176 (void) strcpy(Rmtname, M[snumber].mach);
177 gradelist = M[snumber].jgrade;
199 M[snumber] = M[num-1];
217 for (m = M; m->mach[0] != '\0'; m++)
235 if (m-M >= UUSTAT_TBL) {
[all …]
/titanic_41/usr/src/lib/libsqlite/src/
H A Ddate.c68 int Y, M, D; /* Year, month, and day */ member
220 int Y, M, D, A, B, X1, X2; in computeJD() local
225 M = p->M; in computeJD()
229 M = 1; in computeJD()
232 if( M<=2 ){ in computeJD()
234 M += 12; in computeJD()
239 X2 = 30.6001*(M+1); in computeJD()
266 int Y, M, D, neg; in parseYyyyMmDd() local
274 if( getDigits(zDate,4,0,9999,'-',&Y,2,1,12,'-',&M,2,1,31,0,&D)!=3 ){ in parseYyyyMmDd()
289 p->M = M; in parseYyyyMmDd()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/snapused/
H A Dsnapused_004_pos.ksh70 log_must $ZFS set refreservation="$r_size"M $USEDTEST
72 log_must $MKFILE 16M $mntpnt/file$i
75 log_must $ZFS set refreservation="$r_size"M $USEDTEST/fs$i
76 log_must $MKFILE 16M $mntpnt/fs$i/file$i
79 log_must $ZFS create -V 16M $USEDTEST/vol$i
87 log_must $ZFS set refreservation="$r_size"M $USEDTEST/cln$i
88 log_must $MKFILE 16M $mntpnt_cln/file_cln$i
H A Dsnapused_001_pos.ksh70 log_must $ZFS set refreservation="$r_size"M $USEDTEST
73 log_must $MKFILE 16M $mntpnt/file$i
77 log_must $MKFILE 16M $mntpnt/fs$i/file$i
80 log_must $ZFS create -V 16M $USEDTEST/vol$i
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dus3_common.c224 #define M 147 macro
243 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
244 C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
245 C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
246 M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
247 C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
248 M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
249 M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
251 116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
253 116, S071, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/refquota/
H A Drefquota_002_pos.ksh60 log_must $ZFS set quota=15M $fs
61 log_must $ZFS set refquota=25M $fs
64 log_mustnot $MKFILE 20M $mntpnt/$TESTFILE
78 log_must $ZFS set quota=25M $fs
79 log_must $ZFS set refquota=15M $fs
81 log_mustnot $MKFILE 20M $mntpnt/$TESTFILE
H A Drefquota_001_pos.ksh63 log_must $ZFS set refquota=10M $fs
66 log_mustnot $MKFILE 11M $mntpnt/file
67 log_must $MKFILE 9M $mntpnt/file
69 log_mustnot $MKFILE 2M $mntpnt/file2
72 log_must $MKFILE 10M $mntpnt/file
H A Drefquota_004_pos.ksh58 log_must $ZFS set quota=25M $fs
59 log_must $ZFS set refquota=15M $fs
64 log_must $MKFILE 7M $mntpnt/$TESTFILE.$i
74 log_mustnot $MKFILE 7M $mntpnt/$TESTFILE
H A Drefquota_005_pos.ksh58 log_must $ZFS set quota=25M $fs
59 log_must $ZFS set refquota=15M $fs
65 log_must $MKFILE 7M $mntpnt/$TESTFILE.$i
75 log_mustnot $MKFILE 7M $mntpnt/$TESTFILE
/titanic_41/usr/src/common/crypto/ecc/
H A Decp_jac.c246 mp_int t0, t1, M, S; in ec_GFp_pt_dbl_jac() local
250 MP_DIGITS(&M) = 0; in ec_GFp_pt_dbl_jac()
254 MP_CHECKOK(mp_init(&M, FLAG(px))); in ec_GFp_pt_dbl_jac()
265 MP_CHECKOK(group->meth->field_add(&t0, &t0, &M, group->meth)); in ec_GFp_pt_dbl_jac()
266 MP_CHECKOK(group->meth->field_add(&t0, &M, &t0, group->meth)); in ec_GFp_pt_dbl_jac()
268 field_add(&t0, &group->curvea, &M, group->meth)); in ec_GFp_pt_dbl_jac()
271 MP_CHECKOK(group->meth->field_sqr(pz, &M, group->meth)); in ec_GFp_pt_dbl_jac()
272 MP_CHECKOK(group->meth->field_add(px, &M, &t0, group->meth)); in ec_GFp_pt_dbl_jac()
273 MP_CHECKOK(group->meth->field_sub(px, &M, &t1, group->meth)); in ec_GFp_pt_dbl_jac()
274 MP_CHECKOK(group->meth->field_mul(&t0, &t1, &M, group->meth)); in ec_GFp_pt_dbl_jac()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dmode.h50 #define IFTOVT(M) (iftovt_tab[((M) & S_IFMT) >> 12]) argument
52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
/titanic_41/usr/src/cmd/svc/milestone/
H A DREADME.share33 to maintenance mode deliberately via the '-s' option to boot(1M), or via
34 the 's' option to init(1M).
38 filesystem is reachable, then the usual svcadm(1M) invocations to clear
41 service methods, so that capabilities that svc.startd(1M) would normally
88 a direct invocation of mount(1M), and potentially fsck(1M), should be
94 using the mount(1M) command via
102 3. Failure to run svc.configd(1M).
104 svc.configd(1M) will give detailed instructions for recovery if the
105 corruption is detected in the repository. If svc.configd(1M) cannot be
110 4. Failure to run svc.startd(1M).
[all …]
/titanic_41/usr/src/lib/libuutil/common/
H A Duu_alloc.c112 uint_t M, m; in uu_msprintf() local
116 M = vsnprintf(attic, 1, format, args); in uu_msprintf()
120 m = M; in uu_msprintf()
125 M = vsnprintf(b, m + 1, format, args); in uu_msprintf()
128 if (M == m) in uu_msprintf()
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.dfl1 #ident "%Z%%M% %I% %E% SMI"
27 # Legacy configuration file for syslogd(1M). See syslogd(1M).
31 # Please use svccfg(1M) to modify the properties of syslogd(1M).
34 # messages. Its definition here will override the svccfg(1M) settings

12345678910>>...62