Searched refs:cmp_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h83 uint32_t cmp_type; member in struct:decmpfs_cnode
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c371 cp->cmp_type = 0;
377 decmpfs_cnode_set_vnode_cmp_type(decmpfs_cnode *cp, uint32_t cmp_type, int skiplock) argument
380 cp->cmp_type = cmp_type;
450 (cp->cmp_type != 0) &&
462 hdr->compression_type = cp->cmp_type;
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Di386-dis.c5477 unsigned int cmp_type;
5481 cmp_type = *codep++ & 0xff;
5482 if (cmp_type < 8)
5501 simd_cmp_op[cmp_type], suffix1, suffix2);
5476 unsigned int cmp_type; local
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c399 if (VTOCMP(vp) && VTOCMP(vp)->cmp_type >= CMP_MAX) {
400 if (VTOCMP(vp)->cmp_type != DATALESS_CMPFS_TYPE) {
902 if (compressed || (!VNODE_IS_RSRC(vp) && cp->c_decmp && cp->c_decmp->cmp_type >= CMP_MAX)) {
H A Dhfs_vfsutils.c3558 if (vp == NULL || (VTOC(vp)->c_bsdflags & UF_COMPRESSED) == 0 || VTOCMP(vp) == NULL || VTOCMP(vp)->cmp_type != DATALESS_CMPFS_TYPE) {

Completed in 220 milliseconds