Searched refs:change (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c148 hfs_chkdq(cp, change, cred, flags)
150 int64_t change;
164 if (change == 0)
166 if (change < 0) {
172 ncurbytes = dq->dq_curbytes + change;
195 error = hfs_chkdqchg(cp, change, cred, i);
207 dq->dq_curbytes += change;
217 * Check for a valid change to a users allocation.
221 hfs_chkdqchg(cp, change, cred, type)
223 int64_t change;
[all...]
H A Dhfs_vnops.c1161 * File size change request.
1231 * This change speeds up mmaps, in the rare case that they
1243 * Owner/group change request.
1255 * Mode change request.
1257 * conjunction with the owner and group, this change is legal.
1265 * File flags change.
1266 * We are guaranteed that only flags allowed to change given the
1483 int64_t change; local
1499 * If we don't own the file, are trying to change the owner
1527 * change
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dprocessor_set.defs136 change : boolean_t);
H A Dtask.defs306 change : boolean_t);
393 change : boolean_t);
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h372 boolean_t change
496 boolean_t change
861 boolean_t change; member in struct:__anon1129
983 boolean_t change; member in struct:__anon1138
/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor.c716 * newly created and assigned threads. Optionally change existing
993 __unused boolean_t change)
988 processor_set_policy_control( __unused processor_set_t pset, __unused int flavor, __unused processor_set_info_t policy_info, __unused mach_msg_type_number_t count, __unused boolean_t change) argument
H A Dtask.c2303 __unused boolean_t change)
2325 __unused boolean_t change)
2297 task_policy( __unused task_t task, __unused policy_t policy_id, __unused policy_base_t base, __unused mach_msg_type_number_t count, __unused boolean_t set_limit, __unused boolean_t change) argument
2317 task_set_policy( __unused task_t task, __unused processor_set_t pset, __unused policy_t policy_id, __unused policy_base_t base, __unused mach_msg_type_number_t base_count, __unused policy_limit_t limit, __unused mach_msg_type_number_t limit_count, __unused boolean_t change) argument
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c2613 * If we don't have a change time, pull it from the modtime.
3568 * Shadow uid/gid/mod change to extended attribute file.
3572 int change = 0; local
3577 change = 1;
3581 change = 1;
3585 change = 1;
3587 if (change) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c644 int change = (ndi->linkmtu != mtu); local
649 if (change) /* in6_maxmtu may change */
697 * Installing a link-layer address might change the state of the
729 /* tell the change to user processes watching the routing socket. */
1733 * If the preference does not change, there's no need

Completed in 809 milliseconds