Searched refs:uint16_t (Results 101 - 125 of 140) sorted by relevance

123456

/xnu-2782.1.97/osfmk/kern/
H A Dthread.c2013 uint16_t thread_set_tag(thread_t th, uint16_t tag) {
2016 uint16_t thread_get_tag(thread_t th) {
H A Dtask.h292 uint16_t policy_ru_cpu :4,
H A Dzalloc.c389 uint16_t alloc_count;
390 uint16_t free_count;
868 volatile uint16_t alloc_count;
869 volatile uint16_t collect_count;
/xnu-2782.1.97/bsd/net/
H A Droute.c251 uint16_t rtd_refhold_cnt; /* # of rtref */
252 uint16_t rtd_refrele_cnt; /* # of rtunref */
1222 uint16_t idx;
1259 uint16_t idx;
H A Dbridgestp.c197 static void bstp_timer_start(struct bstp_timer *, uint16_t);
537 uint16_t len;
1990 bstp_timer_start(struct bstp_timer *t, uint16_t v)
H A Dpf_norm.c106 uint16_t fr_off;
107 uint16_t fr_end;
/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c411 uint16_t port;
H A Dip_input.c1408 uint16_t hash;
2361 if (optlen != IPOPT_OFFSET + sizeof (uint16_t) ||
2362 (*((uint16_t *)(void *)&cp[IPOPT_OFFSET]) != 0))
H A Dudp_usrreq.c2197 uint16_t sum = m->m_pkthdr.csum_rx_val;
2198 uint16_t start = m->m_pkthdr.csum_rx_start;
2232 uint16_t ip_sum;
H A Dtcp_usrreq.c1675 uint16_t lport = inp->inp_lport;
1676 uint16_t fport = inp->inp_fport;
H A Dtcp_timer.c1749 uint16_t i, lo_index = TCPT_NONE, mode = 0;
/xnu-2782.1.97/bsd/netinet6/
H A Din6.h850 extern uint16_t in6_pseudo(const struct in6_addr *, const struct in6_addr *,
H A Dip6_output.c1718 uint16_t csum, ulpoff, plen;
1721 _CASSERT(sizeof (csum) == sizeof (uint16_t));
1831 *(uint16_t *)(void *)(mtod(m, char *) + offset) = csum;
3837 uint16_t start = sizeof (struct ip6_hdr);
3838 uint16_t ulpoff =
H A Dmld6.c823 uint16_t timer;
1009 uint16_t timer;
1206 uint16_t nsrc;
H A Dfrag6.c377 uint16_t s, d;
H A Dnd6_rtr.c200 uint16_t nddr_refhold_cnt; /* # of ref */
201 uint16_t nddr_refrele_cnt; /* # of rele */
992 uint16_t *scope = &dr0.rtaddr.s6_addr16[1];
2681 uint16_t *cnt;
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePMPrivate.h522 uint16_t serialNumber;
H A DIOStateReporter.cpp78 .nelements = static_cast<uint16_t>(nstates),
H A DIOHibernateIO.cpp1683 uint16_t FilePathLength;
1684 uint16_t Desc;
1703 uint16_t bits = 0x0082;
1839 in = *((uint16_t *)out) & 0x1f; // 16
1850 *((uint16_t *)out) = (result << 10) | (result << 5) | result; // 16
1907 *((uint16_t *)out) = (result << 10) | (result << 5) | result; // 16
H A DIOPMrootDomain.cpp2982 static uint16_t next_feature_id = 500;
3085 uint16_t feature_id = 0;
3133 feature_id = (uint16_t)(feature_value >> 16);
3135 if( feature_id == (uint16_t)removeFeatureID )
3156 feature_id = (uint16_t)(feature_value >> 16);
3158 if( feature_id == (uint16_t)removeFeatureID )
3580 uint16_t version;
3581 uint16_t entryCount;
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c485 tp->ftt_dest = *(uint16_t *)&instr[start + 1];
824 uint16_t sel, ndx, type;
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c1646 uint16_t opcode64 = ntohs(th->th_opcode);
1647 uint16_t features64 = (opcode64 & 0xFF00)>>8;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c1263 uint16_t reclen;
1680 uint16_t node_size;
/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c167 uint16_t offset:11;
296 #define EXTRACT_CSC(debugid) ( (uint16_t)( ((debugid) & CSC_MASK ) >> CSC_OFFSET ) )
/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c869 uint16_t current_nextslot;
1062 uint16_t dst_slot;

Completed in 188 milliseconds

123456