/src/sys/compat/netbsd32/ |
netbsd32_fs.c | 787 char mtype[MNAMELEN]; local in function:netbsd32___mount50 821 error = copyinstr(type, mtype, sizeof(mtype), &len); 825 if (strcmp(mtype, MOUNT_TMPFS) == 0) { 849 } else if (strcmp(mtype, MOUNT_MFS) == 0) { 868 } else if ((strcmp(mtype, MOUNT_UFS) == 0) || 869 (strcmp(mtype, MOUNT_EXT2FS) == 0) || 870 (strcmp(mtype, MOUNT_LFS) == 0)) { 884 } else if (strcmp(mtype, MOUNT_CD9660) == 0) { 901 } else if (strcmp(mtype, MOUNT_MSDOS) == 0) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_mqd_manager_vi.c | 175 struct queue_properties *q, unsigned int mtype, 184 mtype << CP_HQD_PQ_CONTROL__MTYPE__SHIFT; 203 mtype << CP_HQD_EOP_CONTROL__MTYPE__SHIFT; 207 mtype << CP_HQD_IB_CONTROL__MTYPE__SHIFT; 224 mtype << CP_HQD_IQ_TIMER__MTYPE__SHIFT; 236 mtype << CP_HQD_CTX_SAVE_CONTROL__MTYPE__SHIFT;
|
/src/sys/fs/udf/ |
udf_readwrite.c | 349 struct malloc_type *mtype, union dscrptr **dstp) 362 dst = malloc(sector_size, mtype, M_WAITOK); 378 free(dst, mtype); 395 new_dst = realloc(dst, dscrlen, mtype, M_WAITOK); 397 free(dst, mtype); 417 free(dst, mtype);
|
udf_subr.h | 62 struct malloc_type *mtype, /* where to allocate */
|
/src/usr.sbin/timed/timed/ |
readmsg.c | 49 #define LOOKAT(msg, mtype, mfrom, netp, froms) \ 50 (((mtype) == TSP_ANY || (mtype) == (msg).tsp_type) && \
|
/src/sys/dev/scsipi/ |
scsi_ctron_ether.h | 95 u_int8_t mtype; /* media type?? */ member in struct:scsi_ctron_ether_inquiry_data
|
/src/tests/lib/libc/sys/ |
t_msgsnd.c | 57 long mtype; member in struct:msg 200 msg.mtype = 0;
|
t_msgrcv.c | 58 long mtype; member in struct:msg 220 ATF_CHECK(msg1.buf[0] != msg2.buf[0]); /* Different mtype. */ 226 ATF_CHECK(msg1.buf[0] == msg2.buf[0]); /* Same mtype. */ 306 long mtype; member in struct:ATF_TC_BODY::msgsmall
|
t_msgctl.c | 55 long mtype; member in struct:msg
|
/src/tests/kernel/ |
t_sysv.c | 74 long mtype; member in struct:testmsg 254 m.mtype = MTYPE_1; 268 m.mtype = MTYPE_2; 363 m.mtype = MTYPE_1_ACK; 381 m.mtype = MTYPE_2_ACK;
|
/src/sys/kern/ |
vfs_mount.c | 230 int mtype; local in function:vfs_getnewfsid 235 mtype = makefstype(mp->mnt_op->vfs_name); 236 tfsid.__fsid_val[0] = makedev(mtype & 0xff, xxxfs_mntid); 237 tfsid.__fsid_val[1] = mtype;
|
/src/sys/arch/arm/sociox/ |
if_scx.c | 2028 uint32_t hwfea, mtype, txchan, rxchan; local in function:dump_hwfeature 2031 mtype = (hwfea & __BITS(30,28)) >> 28; 2033 aprint_normal("%s <30:28>\n", nameofmii[mtype]);
|