Searched defs:mtype (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_ssn.c71 int mtype, int mlen)
85 hdr = (mtype << 24) | mlen;
122 int err, mtype, mlen; local
123 err = smbfs_nb_ssn_recv_impl(ctx, mbp, &mtype, &mlen);
126 if (mtype != NB_SSN_MESSAGE) {
127 DPRINT("discard type 0x%x", mtype);
146 int *mtype, int *mlen)
179 *mtype = (hdr >> 24) & 0xff;
253 int err, mtype, mlen; local
294 err = smbfs_nb_ssn_recv_impl(ctx, &res, &mtype,
70 smbfs_nb_ssn_send_impl(struct smb_ctx *ctx, struct mbdata *mbp, int mtype, int mlen) argument
145 smbfs_nb_ssn_recv_impl(struct smb_ctx *ctx, struct mbdata *mb, int *mtype, int *mlen) argument
[all...]
/osnet-11/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c66 _m_device_type(ushort_t ctype, ushort_t mtype) argument
69 if (mtype == 0)
/osnet-11/usr/src/lib/libsmedia/plugins/pcata/common/
H A Da_generic.c71 _m_device_type(ushort_t ctype, ushort_t mtype) argument
74 if (mtype == 0)
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c317 int mtype; local
321 mtype = get_media_type(minfo.dki_media_type);
325 if (mtype == filter[j]) {
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c137 char *mtype = NULL; /* media type */ local
176 media_info_gotten = get_media_info(bn, &mtype, &mnum, &spcl);
178 ret_val = call_unmount_prog(media_info_gotten, use_rmm, mtype,
185 if (get_media_info(bn, &mtype, &mnum, &spcl)) {
211 mtype, mnum, spcl, bn);
226 } while (get_media_info(bn, &mtype, &mnum, &spcl));
237 if (mtype != NULL) {
238 free(mtype);
447 char *mtype; local
475 mtype
560 call_unmount_prog(int mi_gotten, int use_rmm, char *mtype, int mnum, char *spcl, char *bn) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dldap.py281 mtype = None variable in class:LdapClient
288 mtype = self.ALLPROPS[m][0] variable in class:LdapClient
296 if mtype == 'boolean':
298 if not self.typecheck(mtype, vals[1]):
300 % (mtype, vals[1])
310 db.append((map, mtype, vals[1]))
311 self.traceit(' ADD: ', (map, mtype, vals[1]))
316 % (mtype, vals[1])
333 db.append((map, mtype, mv))
334 self.traceit(' ADD: ', (map, mtype, m
[all...]
/osnet-11/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c579 _m_device_type(ushort_t ctype, ushort_t mtype) argument
584 if (mtype == 0)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c1132 pthread_mutexattr_t mtype; local
1138 (void) pthread_mutexattr_init(&mtype);
1139 (void) pthread_mutexattr_settype(&mtype, PTHREAD_MUTEX_ERRORCHECK);
1140 if (pthread_mutex_init(&scp->sc_lock, &mtype) != 0) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c201 print_concise_entry(int indent, char *name, diskaddr_t size, char mtype) argument
225 (void) printf("%s%*s %c %6s", in, width, name, mtype, sz);
H A Dmeta_import.c540 int mtype; local
605 MIN_NM_TYPE(minor_name, mtype);
606 if (mtype == DID_MIN_NM) {
636 if (mtype == DID_MIN_NM) {
1019 int mtype; local
1167 MIN_NM_TYPE(min->min_name, mtype);
1173 if (mtype == DID_MIN_NM) {
1183 if (mtype == DID_MIN_NM) {
1216 if (mtype == DID_MIN_NM) {
2326 int cnt, mtype, ttyp local
2826 int mtype; local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c216 char *mtype,
224 mod->mod_type = strdup(mtype);
213 init_bval_mod( LDAPMod *mod, int mop, char *mtype, char *mvptr, int mvlen) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2097 long mtype; local
2107 mtype = (long)SvIVx(*++mark);
2113 ret = msgrcv(id, (struct msgbuf *)mbuf, msize, mtype, flags);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c984 int mtype = mp->mutex_type; local
1014 if (mtype & USYNC_PROCESS) {
1058 int mtype = mp->mutex_type; local
1073 if (mtype & USYNC_PROCESS) {
1928 mutex_recursion(mutex_t *mp, int mtype, int try) argument
1931 ASSERT(mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK));
1934 if (mtype & LOCK_RECURSIVE) {
2077 int mtype = mp->mutex_type; local
2093 if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && mutex_held(mp))
2094 return (mutex_recursion(mp, mtype, tr
2206 fast_process_lock(mutex_t *mp, timespec_t *tsp, int mtype, int try) argument
2260 int mtype = mp->mutex_type; local
2383 int mtype = mp->mutex_type; local
2450 int mtype = mp->mutex_type; local
2513 int mtype = mp->mutex_type; local
3341 int mtype = mp->mutex_type; local
3420 int mtype = mp->mutex_type; local
[all...]

Completed in 132 milliseconds