Searched refs:FSE_INVALID (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h32 #define FSE_INVALID -1 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c791 if (kfse->refcount > 0 || kfse->type == FSE_INVALID) {
818 dest_copy.type = FSE_INVALID;
827 if (dest_copy.type != FSE_INVALID) {
829 kfse->dest->type = FSE_INVALID;
845 kfse->type = FSE_INVALID;
871 if (dest_copy.type != FSE_INVALID && dest_copy.str) {
1015 if (kfse != NULL && kfse->type != FSE_INVALID && kfse->refcount >= 1) {
1129 if (kfse != NULL && kfse->type != FSE_INVALID && kfse->refcount >= 1) {
1229 if (kfse->type == FSE_INVALID) {
1459 if (!kfse || kfse->type == FSE_INVALID || kfs
[all...]

Completed in 25 milliseconds