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

/darwin-on-arm/xnu/bsd/net/
H A Dif_bond.c300 #define IFBF_CHANGE_IN_PROGRESS 0x8 /* interface add/remove in progress */
769 /* other add/remove in progress */
1988 int progress = 0; local
2093 progress |= BOND_ADD_PROGRESS_IN_LIST;
2108 progress |= BOND_ADD_PROGRESS_PROTO_ATTACHED;
2119 progress |= BOND_ADD_PROGRESS_MTU_SET;
2149 progress |= BOND_ADD_PROGRESS_LLADDR_SET;
2209 if ((progress & BOND_ADD_PROGRESS_LLADDR_SET) != 0) {
2218 if ((progress & BOND_ADD_PROGRESS_PROTO_ATTACHED) != 0) {
2221 if ((progress
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5732 int progress = 0, length, pktlen; local
5767 while (progress < pktlen) {
5768 length = pktlen - progress;
5781 m_copydata(m0, progress, length, mtod(m_new, caddr_t));
5782 progress += length;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c261 * is in progress and therefore block any further
483 * we'll need to set a bit that indicates we're in progress building the trees here.
2037 * we'll need to set a bit that indicates we're in progress building the trees here.
2146 * keep track of the number of callbacks in progress.
4849 * to make forward progress. If the keys are unavailable then we will
5813 /* Report intermediate progress during volume resize */
5962 /* Wait for any in-progress writes to this vnode to complete, so that we'll
6102 /* If any blocks were relocated, account them and report progress */
6203 /* Type of resize operation in progress */
6526 /* Account for the block relocated and print progress */
7325 hfs_resize_progress(struct hfsmount *hfsmp, u_int32_t *progress) argument
[all...]

Completed in 40 milliseconds