Searched refs:filesec_t (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_filesec_t.h31 typedef struct _filesec *filesec_t; typedef in typeref:struct:_filesec
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h592 typedef struct _filesec *filesec_t; typedef in typeref:struct:_filesec
635 int openx_np(const char *, int, filesec_t);
639 filesec_t filesec_init(void);
640 filesec_t filesec_dup(filesec_t);
641 void filesec_free(filesec_t);
642 int filesec_get_property(filesec_t, filesec_property_t, void *);
643 int filesec_query_property(filesec_t, filesec_property_t, int *);
644 int filesec_set_property(filesec_t, filesec_property_t, const void *);
645 int filesec_unset_property(filesec_t, filesec_property_
[all...]
H A Dstat.h603 typedef struct _filesec *filesec_t; typedef in typeref:struct:_filesec
607 int chmodx_np(const char *, filesec_t);
609 int fchmodx_np(int, filesec_t);
610 int fstatx_np(int, struct stat *, filesec_t) __DARWIN_INODE64(fstatx_np);
613 int lstatx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(lstatx_np);
614 int mkdirx_np(const char *, filesec_t);
615 int mkfifox_np(const char *, filesec_t);
616 int statx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(statx_np);
617 int umaskx_np(filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_4,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
621 int fstatx64_np(int, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATE
[all...]

Completed in 76 milliseconds