Searched refs:fsp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c1017 kauth_filesec_t fsp; local
1023 MALLOC(fsp, kauth_filesec_t, KAUTH_FILESEC_SIZE(count), M_KAUTH, M_WAITOK);
1024 if (fsp != NULL) {
1025 fsp->fsec_magic = KAUTH_FILESEC_MAGIC;
1026 fsp->fsec_owner = kauth_null_guid;
1027 fsp->fsec_group = kauth_null_guid;
1028 fsp->fsec_entrycount = KAUTH_FILESEC_NOACL;
1029 fsp->fsec_flags = 0;
1031 return(fsp);
1038 * Parameters: fsp kauth_filesec_
1047 kauth_filesec_free(kauth_filesec_t fsp) argument
[all...]
H A Dmach_header.c410 struct section *fsp = firstsect(sgp); local
412 if (((unsigned long)(sp - fsp) + 1) >= sgp->nsects)
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.c447 struct section *fsp = firstsect(sgp); local
449 if (((unsigned long)(sp - fsp) + 1) >= sgp->nsects)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h368 void kauth_acl_free(kauth_acl_t fsp);
421 void kauth_filesec_free(kauth_filesec_t fsp);

Completed in 93 milliseconds