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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c1155 int32_t amt, error = 0, buff_idx = *_buff_idx; local
1187 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx);
1188 memcpy(&buff[buff_idx], data, amt);
1190 size -= amt;
1191 buff_idx += amt;
1192 data = (const char *)data + amt;
1205 if (amt == 0) { // just in case...
1792 int32_t rd, wr, amt; local
1802 amt = wr - rd;
1804 amt
[all...]
H A Dvfs_journal.c3868 int i, amt; local
3885 amt = blhdr->bytes_used;
3984 ret = write_journal_data(jnl, &end, blhdr, amt);
3999 if (ret != amt) {
4001 jnl->jdev_name, ret, amt);
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c3148 int amt = ETHER_HDR_LEN; local
3168 amt += hlen;
3171 amt += off + sizeof (uint16_t);
3175 amt += off + sizeof (uint16_t);
3275 } else if (m->m_len >= amt) {
3325 amt += hlen;
3329 amt += sizeof (struct tcphdr *);
3330 amt += off;
3334 amt += sizeof (struct udphdr *);
3335 amt
[all...]

Completed in 37 milliseconds