/src/sys/ufs/chfs/ |
chfs_inode.h | 61 #define CHTTOVT(ch_type) (enum vtype)(ch_type) 99 enum chtype ch_type; /* chfs file type */ member in struct:chfs_inode
|
chfs_vnode.c | 119 ip->ch_type = IFTOCHT(ip->mode); 120 vp->v_type = CHTTOVT(ip->ch_type); 250 ip->ch_type = VTTOCHT(vp->v_type); 288 nfd->type = ip->ch_type;
|
chfs_subr.c | 205 switch (ip->ch_type) {
|
chfs_vfsops.c | 511 ip->ch_type = CHT_DIR; 552 switch (ip->ch_type) { 619 if (ip->ch_type == CHT_FIFO) { 643 ip->ch_type = VTTOCHT(vp->v_type);
|
chfs_vnops.c | 108 KASSERT(IMPLIES(ip->ch_type == CHT_DIR && chvc->pvno == chvc->vno, 421 vap->va_type = CHTTOVT(ip->ch_type); 1107 parent, cnp->cn_nameptr, cnp->cn_namelen, ip->ch_type); 1171 newparent, tcnp->cn_nameptr, tcnp->cn_namelen, ip->ch_type);
|
/src/sys/arch/arm/sunxi/ |
sun4i_dma.c | 105 uint8_t ch_type; member in struct:sun4idma_channel 282 if (ch->ch_type == DMA_TYPE_NORMAL) 295 if (ch->ch_type == DMA_TYPE_NORMAL) { 398 ch->ch_type = type;
|
/src/sys/dev/hyperv/ |
vmbusvar.h | 104 struct hyperv_guid ch_type; member in struct:vmbus_channel
|
vmbus.c | 1107 if (!memcmp(&ch->ch_type, &nch->ch_type, sizeof(ch->ch_type)) && 1242 memcpy(&ch->ch_type, &co->chm_chtype, sizeof(ch->ch_type)); 2319 vaa.aa_type = &ch->ch_type;
|
/src/sys/arch/arm/ti/ |
ti_edma.c | 60 enum edma_type ch_type; member in struct:edma_channel 147 ch->ch_type = EDMA_TYPE_DMA;
|