/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpshut.c | 66 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 D | lpusers.c | 57 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 D | lpfilter.c | 841 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 D | lpforms.c | 1175 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 D | b_generic.c | 66 _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 D | msg.h | 72 long mtype; /* message type */ member in struct:msgbuf
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vnet_common.c | 187 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 D | nb_ssn.c | 70 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 D | f_generic.c | 59 _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 D | av1394_fcp.c | 460 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 D | media.c | 319 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 D | volmgt_on_private.c | 138 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 D | c11_thr.c | 125 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 D | s_generic.c | 579 _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 D | snoop_dhcpv6.c | 189 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 D | ipcs.c | 69 "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 D | starfire.c | 274 int mtype; local 277 for (mtype = 0; mtype < MAX_MEM_TYPES; mtype++) { 299 color, mtype);
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 153 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 D | msg_impl.h | 154 int32_t mtype; /* message type */ member in struct:ipcmsgbuf32
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_ntlmssp.c | 129 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 D | optim.c | 48 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 D | subr_mchain.c | 585 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 D | mac_provider.c | 124 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 D | lp.tell.c | 149 int mtype, local 424 mtype = getmessage(msgbuf, mesgRetType, &status); 429 if ((mtype != mesgRetType) &&
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_tree.c | 1154 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;
|