Searched refs:delete (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmach_swapon.h38 #warning obsolete header file! Please delete the include from your sources.
H A Dvstat.h39 #warning obsolete header! delete the include from your sources
H A Dsysproto.h1886 int delete(struct proc *, struct delete_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSObjectAsm.s63 ; delete this;
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSObject.h95 <br>2> The implementation is OSObject::free() { delete this; } so do not call super::free() until just before you return.
99 /*! @function operator delete
101 @discussion Never attempt to delete an object that inherits from OSObject directly use $link release().
105 static void operator delete(void *mem, size_t size);
H A DOSMetaClass.h425 void operator delete(void *, size_t) { };
520 @discussion OSObject's free function calls this method just before it does a 'delete this' on itself. If the instance count transitions from 1 to 0, i.e. the last object, then one instance of the superclasses is also removed. */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_splay.h138 boolean_t delete);
H A Dipc_entry.c803 boolean_t delete; local
840 tentry = ipc_splay_traverse_next(&move, delete)) {
861 delete = FALSE;
880 delete = TRUE;
H A Dipc_splay.c750 * entry = ipc_splay_traverse_next(splay, delete)) {
755 * If "delete" is TRUE, then the current entry
796 boolean_t delete)
806 if (!delete)
809 /* we must delete current and patch the tree */
794 ipc_splay_traverse_next( ipc_splay_tree_t splay, boolean_t delete) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c158 * ARP entry and delete it if so.
506 in_ifadown(struct ifaddr *ifa, int delete)
522 arg.del = delete;
505 in_ifadown(struct ifaddr *ifa, int delete) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c1327 goto delete; /* stale entry, go to next */
1338 goto delete; /* invalid entry, go to next */
1356 goto delete; /* stale entry, go to next */
1387 delete:
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c331 {AC(delete_args), 0, 0, (sy_call_t *)delete, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 226 = delete private delete ( Carbon semantics ) */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2942 /* unlink or delete is allowed on rsrc forks and named streams */
2955 /* With Carbon delete semantics, busy files cannot be deleted */
2979 /* authorize the delete operation */
3017 * Call out to allow 3rd party notification of delete.
3091 delete(__unused proc_t p, struct delete_args *uap, __unused register_t *retval) function
3205 /* might want delete rights here too */
3440 * rights to delete the object itself.
4053 * uap->xsecurity ACL to set (or delete)
4812 * allowed to delete it.
4829 * must have delete right
[all...]

Completed in 80 milliseconds