Searched refs:br (Results 1 – 5 of 5) sorted by relevance
170 <b>Core Kernel</b>:<br/>171 <tt>kalloc_data(size, flags)</tt><br/>172 <tt>krealloc_data(ptr, old_size, new_size, flags)</tt><br/>173 <tt>kfree_data(ptr, size)</tt><br/>177 <b>IOKit untyped variant (returns <tt>void *</tt>)</b>:<br/>178 <tt>IOMallocData(size)</tt><br/>179 <tt>IOMallocZeroData(size)</tt><br/>183 <b>IOKit typed variant (returns <tt>type_t *</tt>)</b>:<br/>184 <tt>IONewData(type_t, count)</tt><br/>185 <tt>IONewZeroData(type_t, count)</tt><br/>[all …]
60 br x1 // (*putc_address)('\n');
124 br x18575 br x22997 br x01457 br x25
821 br x0
318 uint64_t br; in ifnet_allocate_extended() local415 br = MAX(ifp->if_output_bw.max_bw, ifp->if_input_bw.max_bw); in ifnet_allocate_extended()416 if (br != 0) { in ifnet_allocate_extended()417 ifp->if_baudrate = (br > UINT32_MAX) ? UINT32_MAX : (uint32_t)br; in ifnet_allocate_extended()1498 u_int64_t br; in ifnet_set_output_bandwidths() local1522 br = MAX(ifp->if_output_bw.max_bw, ifp->if_input_bw.max_bw); in ifnet_set_output_bandwidths()1523 if (br != 0) { in ifnet_set_output_bandwidths()1524 ifp->if_baudrate = (br > UINT32_MAX) ? UINT32_MAX : (uint32_t)br; in ifnet_set_output_bandwidths()