Home
last modified time | relevance | path

Searched refs:last_pos (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c438 uint8_t *last_pos; in urf_tx_make_packet() local
466 last_pos = new->b_wptr; in urf_tx_make_packet()
467 while (bp < last_pos) { in urf_tx_make_packet()
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c414 uint8_t *last_pos; in udmf_tx_make_packet() local
454 last_pos = new->b_wptr; in udmf_tx_make_packet()
455 while (bp < last_pos) { in udmf_tx_make_packet()
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c506 uint8_t *last_pos; in upf_tx_make_packet() local
548 last_pos = new->b_wptr; in upf_tx_make_packet()
549 while (bp < last_pos) { in upf_tx_make_packet()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c714 uint8_t *last_pos; in axf_tx_make_packet() local
774 last_pos = new->b_rptr + header_size + pkt_size; in axf_tx_make_packet()
775 while (bp < last_pos) { in axf_tx_make_packet()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c1839 struct position last_pos; variable
1857 last_pos = sym->pos; in split_c_file_functions()
1864 last_pos = sym->pos; in split_c_file_functions()
1938 set_position(last_pos); in smatch()