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

123

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c66 int mtype; local
105 mtype = getmessage(msgbuf, R_SHUTDOWN, &status);
106 if (mtype != R_SHUTDOWN) {
107 LP_ERRMSG1 (ERROR, E_LP_BADREPLY, mtype);
H A Dlpusers.c57 int mtype, size, c, local
202 mtype = getmessage(reply, R_LOAD_USER_FILE, &status);
203 if (mtype != R_LOAD_USER_FILE) {
204 LP_ERRMSG1 (ERROR, E_LP_BADREPLY, mtype);
H A Dlpfilter.c841 int mtype; local
862 mtype = getmessage(msgbuf, R_LOAD_FILTER_TABLE, &status);
863 if (mtype != R_LOAD_FILTER_TABLE) {
864 LP_ERRMSG1 (ERROR, E_LP_BADREPLY, mtype);
H A Dlpforms.c1175 int mtype; local
1207 mtype = getmessage(msgbuf, R_QUIET_ALERT, &status);
1210 if (mtype != R_QUIET_ALERT) {
1304 int mtype; local
1335 mtype = getmessage(msgbuf, replymsg, &status);
1337 if (mtype != replymsg) {
/illumos-gate/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)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h72 long mtype; /* message type */ member in struct:msgbuf
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_common.c187 uint8_t mtype, ldc_dring_handle_t handle, uint64_t start, uint64_t stop)
192 if ((rv = VIO_DRING_ACQUIRE(&otd, mtype, handle, start, stop)) != 0)
197 rv = VIO_DRING_RELEASE_NOCOPYOUT(mtype);
203 vnet_dring_entry_set_dstate(vnet_public_desc_t *descp, uint8_t mtype, argument
209 rv = VIO_DRING_ACQUIRE_NOCOPYIN(&otd, mtype);
215 rv = VIO_DRING_RELEASE(mtype, handle, start, stop);
186 vnet_dring_entry_copy(vnet_public_desc_t *from, vnet_public_desc_t *to, uint8_t mtype, ldc_dring_handle_t handle, uint64_t start, uint64_t stop) argument
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c70 int mtype, int mlen)
84 hdr = (mtype << 24) | mlen;
121 int err, mtype, mlen; local
122 err = nb_ssn_recv(ctx, mbp, &mtype, &mlen);
125 if (mtype != NB_SSN_MESSAGE) {
126 DPRINT("discard type 0x%x", mtype);
145 int *mtype, int *mlen)
178 *mtype = (hdr >> 24) & 0xff;
277 int err, mtype, mlen; local
318 err = nb_ssn_recv(ctx, &res, &mtype,
69 nb_ssn_send(struct smb_ctx *ctx, struct mbdata *mbp, int mtype, int mlen) argument
144 nb_ssn_recv(struct smb_ctx *ctx, struct mbdata *mb, int *mtype, int *mlen) argument
[all...]
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c59 _m_device_type(ushort_t ctype, ushort_t mtype) argument
62 if (mtype == 0)
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c460 av1394_fcp_common_write_request_cb(cmd1394_cmd_t *req, int mtype) argument
505 DB_TYPE(mp) = mtype;
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c319 int mtype; local
323 mtype = get_media_type(minfo.dki_media_type);
327 if (mtype == filter[j]) {
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c138 char *mtype = NULL; /* media type */ local
177 media_info_gotten = get_media_info(bn, &mtype, &mnum, &spcl);
179 ret_val = call_unmount_prog(media_info_gotten, use_rmm, mtype,
186 if (get_media_info(bn, &mtype, &mnum, &spcl)) {
212 mtype, mnum, spcl, bn);
227 } while (get_media_info(bn, &mtype, &mnum, &spcl));
238 if (mtype != NULL) {
239 free(mtype);
448 char *mtype; local
476 mtype
561 call_unmount_prog(int mi_gotten, int use_rmm, char *mtype, int mnum, char *spcl, char *bn) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c125 int mtype; local
130 mtype = USYNC_THREAD;
134 mtype = USYNC_THREAD | LOCK_RECURSIVE;
144 if (mutex_init((mutex_t *)mtx, mtype, NULL) == 0)
/illumos-gate/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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c189 mtype_to_str(uint8_t mtype) argument
191 switch (mtype) {
224 option_to_str(uint8_t mtype) argument
226 switch (mtype) {
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c69 "usage: ipcs [-AabciJmopqstZ] [-D mtype] [-z zone]\n"
77 static long mtype; /* -D: user-supplied message type */ variable
147 mtype = strtol(optarg, &endptr, 0);
474 * Fetch all messages specified by mtype from
478 if (msgsnap(msqid, buf, bufsize, mtype) != 0) {
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c274 int mtype; local
277 for (mtype = 0; mtype < MAX_MEM_TYPES; mtype++) {
299 color, mtype);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h153 uint8_t mtype; /* map type */ member in struct:ldc_mem_info
187 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *cookie, uint32_t *ccount);
196 uint32_t ccount, uint8_t mtype, uint8_t perm, caddr_t *vaddr,
206 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *dcookie, uint32_t *ccount);
212 uint32_t ccount, uint32_t len, uint32_t dsize, uint8_t mtype,
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h154 int32_t mtype; /* message type */ member in struct:ipcmsgbuf32
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c129 uint32_t mtype; local
137 mtype = letohl(ihdr->h_type);
138 if (mtype != be->expect_type)
141 switch (mtype) {
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c48 static int mtype(int mid);
372 return(mtype(mid));
517 mtype(int mid) function
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c585 int mtype, error; local
587 mtype = (uio_isuserspace(uiop) ? MB_MUSER : MB_MSYSTEM);
596 uio_curriovbase(uiop)), left, mtype);
910 int mtype, error; local
912 mtype = (uio_isuserspace(uiop) ? MB_MUSER : MB_MSYSTEM);
921 uio_curriovbase(uiop)), left, mtype);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c124 mactype_t *mtype; local
138 if ((mtype = mactype_getplugin(mregp->m_type_ident)) == NULL)
209 mip->mi_type = mtype;
211 mip->mi_info.mi_media = mtype->mt_type;
212 mip->mi_info.mi_nativemedia = mtype->mt_nativetype;
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c149 int mtype, local
424 mtype = getmessage(msgbuf, mesgRetType, &status);
429 if ((mtype != mesgRetType) &&
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1154 smb_mtype_t *mtype; local
1198 mtype = &smb_mtype[i];
1199 if (strncasecmp(name, mtype->mt_name, mtype->mt_namelen) == 0)
1200 flags |= mtype->mt_flags;

Completed in 102 milliseconds

123