Searched refs:credit (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttppdu.h38 ttp_pdu_data(Boolean m, int credit, TTPBuf *data);
41 ttp_pdu_data_setbyte(Boolean m, int credit, TTPBuf *data); // put in ttp byte at start of data
44 // extracts More flag, credit, and incr's pointer in userdata to skip TTP overhead byte
45 void ttp_pdu_data_parse(TTPBuf *userData, Boolean *m, int *credit);
H A Dttppdu.cpp44 // at a minimum, the result has the first byte with P and initial credit set
98 int *n, // output: initial credit
109 *n = flag & 0x7f; // extract initial credit
171 ttp_pdu_data(Boolean m, int credit, TTPBuf *data) argument
176 XTRACE(kPduData, m, credit);
183 byte = credit & 0x7f; // sanity check credit
204 ttp_pdu_data_setbyte(Boolean m, int credit, TTPBuf *data) argument
210 byte = credit & 0x7f; // sanity check credit
221 ttp_pdu_data_parse(TTPBuf *userData, Boolean *m, int *credit) argument
[all...]
H A Dttp2.cpp54 int n; // initial credit
88 int n; // initial credit
142 int credit; local
152 ttp_pdu_data_parse(userData, &m, &credit); // strips out ttp overhead byte
153 this->SendCredit += credit;
159 if (credit > 0) // if we've been given more credits from IrLan box
163 XTRACE(kHandleDataIndication, m, credit); // log what we parsed
171 XTRACE(kDataLessPacket, m, credit); // log we received a dataless packet
H A Dttp.cpp39 {kLogInit, "TinyTP: initializing, obj=, credit=, lsap="},
79 UInt32 credit, // number of concurrent read buffers (hmm?)
87 XTRACE(kLogInit, credit, desiredLSAPId);
111 initial_credit = credit;
114 // allocate "credit" buffers and hand to Ir?
115 //for (i = 0 ; i < (10*credit) ; i++) {
314 if (SendCredit == 0) { // drop if our credit has hit bottom
459 // if we got this far, we have some credit available, let's see what the
479 AvailCredit++; // new style credit
481 CheckTheQueues(); // see if we have work to do (eg a dataless credit extensio
77 TTPInitialize( TIrGlue *irda, UInt32 credit, UInt32 desiredLSAPId, UInt8 * className, ULong hints) argument
[all...]
H A Dttp.h88 UInt32 credit, // initial advertised credit
189 int AvailCredit; // credit available to advance to peer TTP entity
190 int RemoteCredit; // credit held by peer TTP entity
191 int SendCredit; // credit held by local TTP entity
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dledger.h127 ledger_amount_t *credit, ledger_amount_t *debit);
H A Dtask.c814 ledger_amount_t credit, debit, interrupt_wakeups, platform_idle_wakeups; local
865 if (!ledger_get_entries(task->ledger, task_ledgers.tkm_private, &credit,
867 OSAddAtomic64(credit, (int64_t *)&tasks_tkm_private.alloc);
870 if (!ledger_get_entries(task->ledger, task_ledgers.tkm_shared, &credit,
872 OSAddAtomic64(credit, (int64_t *)&tasks_tkm_shared.alloc);
2436 ledger_amount_t credit, debit; local
2468 task_ledgers.tkm_private, &credit,
2470 tkm_info->total_palloc += credit;
2475 task_ledgers.tkm_shared, &credit, &debit)) {
2476 tkm_info->total_palloc += credit;
[all...]
H A Dbsd_kern.c349 ledger_amount_t credit, debit; local
351 ret = ledger_get_entries(task->ledger, task_ledgers.phys_footprint, &credit, &debit);
353 return (credit - debit);
H A Dledger.c777 * Zero the balance of a ledger by adding to its credit or debit, whichever is smaller.
1364 ledger_get_entries(ledger_t ledger, int entry, ledger_amount_t *credit, argument
1374 *credit = le->le_credit;
/macosx-10.9.5/rsync-42/rsync/packaging/lsb/
H A Drsync.spec87 rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the

Completed in 207 milliseconds