| /onnv/onnv-gate/usr/src/cmd/lp/cmd/ |
| 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);
|
| lpusers.c | 59 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);
|
| lpfilter.c | 843 int mtype; local 864 mtype = getmessage(msgbuf, R_LOAD_FILTER_TABLE, &status); 865 if (mtype != R_LOAD_FILTER_TABLE) { 866 LP_ERRMSG1 (ERROR, E_LP_BADREPLY, mtype);
|
| lpforms.c | 1176 int mtype; local 1208 mtype = getmessage(msgbuf, R_QUIET_ALERT, &status); 1211 if (mtype != R_QUIET_ALERT) { 1305 int mtype; local 1336 mtype = getmessage(msgbuf, replymsg, &status); 1338 if (mtype != replymsg) {
|
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mgmt_media.h | 46 char mtype[MAXNAMELEN]; member in struct:__anon4391
|
| mgmt_media.c | 650 char *mtype = NULL; local 691 st = nvlist_lookup_string(nvl, O_VOLTYPE, &mtype); 806 tid, vol->label, mtype, mpool, libname); 1095 char *mtype = NULL; local 1125 (void) nvlist_lookup_string(nvl, O_MTYPE, &mtype); 1128 if (!sz && !mtype) { 1145 if (mtype) { 1148 mtype); [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/ |
| disk_descriptors.c | 309 char *mtype = "0"; local 325 case DM_MT_FIXED: mtype = "29"; 327 case DM_MT_FLOPPY: mtype = "28"; 329 case DM_MT_CDROM: mtype = "16"; 331 case DM_MT_ZIP: mtype = "13"; 333 case DM_MT_JAZ: mtype = "12"; 335 case DM_MT_CDR: mtype = "19"; 337 case DM_MT_CDRW: mtype = "33"; 339 case DM_MT_DVDROM: mtype = "25"; 341 case DM_MT_DVDR: mtype = "22" [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| msg.h | 72 long mtype; /* message type */ member in struct:msgbuf
|
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| nb_ssn.c | 71 int mtype, int mlen) 86 hdr = (mtype << 24) | mlen; 115 int err, mtype, mlen; local 116 err = nb_ssn_recv(ctx, mbp, &mtype, &mlen); 119 if (mtype != NB_SSN_MESSAGE) { 120 DPRINT("discard type 0x%x", mtype); 139 int *mtype, int *mlen) 172 *mtype = (hdr >> 24) & 0xff; 271 int err, mtype, mlen; local 312 err = nb_ssn_recv(ctx, &res, &mtype, &mlen) [all...] |
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| media.c | 320 int mtype; local 324 mtype = get_media_type(minfo.dki_media_type); 328 if (mtype == filter[j]) {
|
| /onnv/onnv-gate/usr/src/cmd/ipcs/ |
| 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) {
|
| /onnv/onnv-gate/usr/src/lib/libvolmgt/common/ |
| 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 = cp [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mac/ |
| mac_provider.c | 122 mactype_t *mtype; local 136 if ((mtype = mactype_getplugin(mregp->m_type_ident)) == NULL) 207 mip->mi_type = mtype; 209 mip->mi_info.mi_media = mtype->mt_type; 210 mip->mi_info.mi_nativemedia = mtype->mt_nativetype;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/starfire/os/ |
| starfire.c | 273 int mtype; local 276 for (mtype = 0; mtype < MAX_MEM_TYPES; mtype++) { 298 color, mtype);
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| optim.c | 48 static int mtype(int mid); 372 return(mtype(mid)); 517 mtype(int mid) function
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| msg_impl.h | 154 int32_t mtype; /* message type */ member in struct:ipcmsgbuf32
|
| /onnv/onnv-gate/usr/src/uts/sun4v/sys/ |
| ldc.h | 151 uint8_t mtype; /* map type */ member in struct:ldc_mem_info 180 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *cookie, uint32_t *ccount); 189 uint32_t ccount, uint8_t mtype, uint8_t perm, caddr_t *vaddr, 199 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *dcookie, uint32_t *ccount); 205 uint32_t ccount, uint32_t len, uint32_t dsize, uint8_t mtype,
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| subr_mchain.c | 570 int mtype, error; local 572 mtype = (uio_isuserspace(uiop) ? MB_MUSER : MB_MSYSTEM); 581 uio_curriovbase(uiop)), left, mtype); 887 int mtype, error; local 889 mtype = (uio_isuserspace(uiop) ? MB_MUSER : MB_MSYSTEM); 898 uio_curriovbase(uiop)), left, mtype);
|
| /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/ |
| sockmod_pfp.c | 841 mac_client_promisc_type_t mtype; local 912 mtype = MAC_CLIENT_PROMISC_ALL; 914 mtype = MAC_CLIENT_PROMISC_FILTERED; 915 error = pfp_set_promisc(ps, mtype); 924 mtype = MAC_CLIENT_PROMISC_ALL; 926 mtype = MAC_CLIENT_PROMISC_FILTERED; 927 error = pfp_set_promisc(ps, mtype); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_tree.c | 1022 smb_mtype_t *mtype; local 1045 mtype = &smb_mtype[i]; 1046 if (strncasecmp(name, mtype->mt_name, mtype->mt_namelen) == 0) 1047 flags |= mtype->mt_flags; [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/model/ |
| lp.tell.c | 149 int mtype, local 424 mtype = getmessage(msgbuf, mesgRetType, &status); 429 if ((mtype != mesgRetType) &&
|
| /onnv/onnv-gate/usr/src/uts/sun4/vm/ |
| vm_dep.c | 801 int mnode, mtype; local 807 for (mtype = 0; mtype < MAX_MEM_TYPES; mtype++) { 808 page_cachelists[mtype] = (page_t ***)alloc_base; 811 page_cachelists[mtype][mnode] = (page_t **)alloc_base; 823 for (mtype = 0; mtype < MAX_MEM_TYPES; mtype++) { 824 page_freelists[szc][mtype] = (page_t ***)alloc_base [all...] |
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/ |
| layout_discovery.c | 506 uint32_t mtype = DM_MT_UNKNOWN; local 524 (((error = disk_get_media_type(disk, &mtype)) != 0) || 541 (dtype == DM_DT_UNKNOWN && mtype == DM_MT_FIXED)); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| lwp_sobj.c | 1585 volatile uint8_t mtype = 0; local 2355 volatile uint8_t mtype = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| pmcs_scsa.c | 2122 uint32_t *ptr, iq, nblk, i, mtype; local [all...] |