Home
last modified time | relevance | path

Searched refs:wordp (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ata/chipsets/
HData-promise.c672 u_int32_t *wordp = (u_int32_t *)ch->dma.work; in ata_promise_mio_command() local
689 wordp[0] = htole32(0x04 | ((ch->unit + 1) << 16) | (0x00 << 24)); in ata_promise_mio_command()
694 wordp[0] = htole32(0x00 | ((ch->unit + 1) << 16) | (0x00 << 24)); in ata_promise_mio_command()
697 wordp[1] = htole32(request->dma->sg_bus); in ata_promise_mio_command()
698 wordp[2] = 0; in ata_promise_mio_command()
699 ata_promise_apkt((u_int8_t*)wordp, request); in ata_promise_mio_command()
1098 u_int32_t *wordp; in ata_promise_sx4_command() local
1124 wordp = (u_int32_t *) in ata_promise_sx4_command()
1126 wordp[0] = htole32(0x08 | ((ch->unit + 1)<<16) | (0x00 << 24)); in ata_promise_sx4_command()
1127 wordp[1] = 0; in ata_promise_sx4_command()
[all …]
/freebsd-11-stable/contrib/tcsh/
HDtw.parse.c160 size_t wp, word, wordp, cmd_start, oword = 0, ocmd_start = 0; in tenematch() local
231 wordp = word; in tenematch()
260 p = qline.s + wordp; in tenematch()
262 wordp = p - qline.s; in tenematch()
280 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL && in tenematch()
283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) { in tenematch()
297 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
301 qline.len = wordp; in tenematch()
315 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
322 wp = wordp + wordbuf.len; in tenematch()
[all …]
HDWishList292 looking = tw_complete(cmd_start, &wordp, &pat, looking, &suf);