Searched refs:wordp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dtw.parse.c160 size_t wp, word, wordp, cmd_start, oword = 0, ocmd_start = 0; local
231 wordp = word;
260 p = qline.s + wordp;
262 wordp = p - qline.s;
280 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL &&
283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
297 Strbuf_append(&wordbuf, qline.s + wordp);
301 qline.len = wordp;
315 Strbuf_append(&wordbuf, qline.s + wordp);
322 wp = wordp
[all...]
/freebsd-current/sys/dev/ata/chipsets/
H A Data-promise.c661 u_int32_t *wordp = (u_int32_t *)ch->dma.work; local
678 wordp[0] = htole32(0x04 | ((ch->unit + 1) << 16) | (0x00 << 24));
683 wordp[0] = htole32(0x00 | ((ch->unit + 1) << 16) | (0x00 << 24));
686 wordp[1] = htole32(request->dma->sg_bus);
687 wordp[2] = 0;
688 ata_promise_apkt((u_int8_t*)wordp, request);
1083 u_int32_t *wordp; local
1109 wordp = (u_int32_t *)
1111 wordp[0] = htole32(0x08 | ((ch->unit + 1)<<16) | (0x00 << 24));
1112 wordp[
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c831 uint64_t *wordp = per_cpu_ptr(spl_pseudo_entropy, i); local
835 wordp[0] = s[0];
836 wordp[1] = s[1];
837 wordp[2] = s[2];
838 wordp[3] = s[3];
/freebsd-current/sys/geom/union/
H A Dg_union.c1078 uint64_t *wordp; local
1093 wordp = &(*leaf)
1095 *wordp |= 1ULL << (start % BITS_PER_ENTRY);

Completed in 78 milliseconds