HomeSort by: relevance | last modified time | path
    Searched refs:dat (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/games/fortune/datfiles/
Makefile 8 DATFILES= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
9 fortunes-o fortunes-o.dat fortunes2-o fortunes2-o.dat \
10 limerick.dat limerick-o limerick-o.dat unamerican-o \
11 unamerican-o.dat netbsd.dat netbsd-o netbsd-o.dat
    [all...]
  /src/usr.bin/btkey/
file.c 53 prop_object_t dat; local in function:list_file
75 dat = prop_dictionary_get_keysym(dev, sym);
76 if (prop_data_size(dat) != HCI_KEY_SIZE)
81 print_key("file key", prop_data_value(dat));
99 prop_object_t dat; local in function:read_file
110 dat = prop_dictionary_get(dev, bt_ntoa(&raddr, NULL));
111 if (prop_data_size(dat) != HCI_KEY_SIZE)
114 memcpy(key, prop_data_value(dat), HCI_KEY_SIZE);
129 prop_data_t dat; local in function:write_file
152 dat = prop_data_create_nocopy(key, HCI_KEY_SIZE)
177 prop_data_t dat; local in function:clear_file
    [all...]
  /src/usr.bin/grep/
queue.c 65 item->data.dat = grep_malloc(sizeof(char) * x->len);
69 memcpy(item->data.dat, x->dat, x->len);
76 free(item->data.dat);
102 free(item->data.dat);
113 free(item->data.dat);
util.c 231 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0)
233 if (ln.len > 0 && ln.dat[ln.len - 1] == line_sep)
308 (unsigned char *)l->dat,
313 r = regexec(&r_pattern[i], l->dat, 1,
331 sscanf(&l->dat[pmatch.rm_so - 1],
335 sscanf(&l->dat[pmatch.rm_eo],
476 fwrite(line->dat + a, matches[i].rm_so - a, 1,
481 fwrite(line->dat + matches[i].rm_so,
493 fwrite(line->dat + a, line->len - a, 1, stdout);
497 fwrite(line->dat, line->len, 1, stdout)
    [all...]
grep.h 92 char *dat; member in struct:str
  /src/tests/lib/libc/regex/
Makefile 50 FILES+= data/att/basic.dat
51 FILES+= data/att/categorization.dat
52 FILES+= data/att/forcedassoc.dat
53 FILES+= data/att/leftassoc.dat
54 FILES+= data/att/nullsubexpr.dat
55 FILES+= data/att/repetition.dat
56 FILES+= data/att/rightassoc.dat
  /src/sys/dev/ic/
hd44780var.h 66 uint8_t dat; member in struct:hd44780_io
124 #define hd44780_ir_write(sc, en, dat) \
127 (sc)->sc_writereg((sc), (en), 0, (dat)); \
133 #define hd44780_dr_write(sc, en, dat) \
134 (sc)->sc_writereg((sc), (en), 1, (dat))
hd44780_subr.c 422 uint8_t cmd, dat; local in function:hd44780_chipinit
462 (dat = hd44780_ir_read(sc, en) & 0x7f) != 0x6) {
531 hd44780_io()->dat = (hd44780_ir_read(sc, en) & 0x7f);
536 hd44780_ir_write(sc, en, cmd_ddramset(hd44780_io()->dat));
543 hd44780_io()->dat = hd44780_dr_read(sc, en);
548 hd44780_dr_write(sc, en, hd44780_io()->dat);
583 hd44780_ir_write(sc, en, hd44780_io()->dat);
588 hd44780_dr_write(sc, en, hd44780_io()->dat);
623 if (io->dat < sc->sc_vcols) {
625 addr = HD_ROW1_ADDR + io->dat;
768 uint8_t rd, dat; local in function:hd44780_readreg
    [all...]
  /src/sys/arch/hp300/dev/
dnkbd.c 411 int dat, rc, flags; local in function:dnkbd_probe
441 dat = dnkbd_pollin(sc, 10000);
442 if (dat == -1)
446 rspbuf[i] = dat;
557 dnkbd_input(struct dnkbd_softc *sc, int dat)
563 switch (dat) {
581 if (dat == DNKEY_CHANNEL && sc->sc_mousepos == 0) {
585 sc->sc_mousepkt[sc->sc_mousepos++] = dat;
594 switch (dat) {
639 device_xname(sc->sc_dev), dat);
818 int cnt, rc, dat; local in function:dnkbd_send
1075 int dat; local in function:dnkbd_cngetc
    [all...]
  /src/usr.sbin/bthcid/
config.c 126 prop_data_t dat; local in function:save_key
159 dat = prop_data_create_nocopy(key, HCI_KEY_SIZE);
160 if (dat == NULL) {
166 if (!prop_dictionary_set(dev, bt_ntoa(raddr, NULL), dat)) {
168 prop_object_release(dat);
173 prop_object_release(dat);
  /src/usr.sbin/ypserv/yppush/
yppush.c 112 datum dat; local in function:main
177 dat.dptr = YP_LAST_KEY;
178 dat.dsize = YP_LAST_LEN;
179 dat = ypdb_fetch(ypdb, dat);
180 if (dat.dptr == NULL)
185 cp = dat.dptr;
186 while (cp < dat.dptr + dat.dsize) {
  /src/sys/arch/arm/xscale/
ixp425-fw.mk 13 NPE_MICROCODE= $S/arch/arm/xscale/IxNpeMicrocode.dat
  /src/sys/arch/powerpc/ibm4xx/dev/
ecc_plb.c 144 u_long tmp, msr, dat; local in function:ecc_plb_intr
228 : "=&r" (msr), "=&r" (tmp), "=&r" (dat)
266 : "=&r" (msr), "=&r" (tmp), "=&r" (dat)
  /src/sys/arch/arm/broadcom/
bcm2835_pwm.c 61 int rng, dat; member in struct:bcm_pwm_channel
153 sc->sc_channels[0].dat = PWM_DAT1;
163 sc->sc_channels[1].dat = PWM_DAT2;
203 pwm->datsave = PWM_READ(pwm->sc, pwm->dat);
220 PWM_WRITE(pwm->sc, pwm->dat, pwm->datsave);
321 PWM_WRITE(sc, pwm->dat, w);
  /src/sys/arch/cobalt/dev/
lcdpanel.c 170 io.dat = 0;
198 io.dat = 0;
221 uint8_t dat)
225 bus_space_write_4(hd->sc_iot, hd->sc_iodr, 0x00, dat << 24);
227 bus_space_write_4(hd->sc_iot, hd->sc_ioir, 0x00, dat << 24);
284 io.dat = 0;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ni/
169445.dts 46 reg-names = "dat";
54 reg-names = "dat";
  /src/sys/nfs/
rpcv2.h 145 #define NFS_KERBW1(t) (*((u_long *)(&((t).dat[((t).length + 3) & ~0x3]))))
  /src/lib/libedit/
refresh.c 394 * at dat, maximum length of d is dlen
399 wchar_t *d, int dat, int dlen, wchar_t *s, int num)
405 if (num > dlen - dat)
406 num = dlen - dat;
410 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
418 while (a >= &d[dat])
425 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
430 for (a = d + dat; (a < d + dlen) && (num > 0); num--)
438 num, dat, dlen, d, s));
445 * delete num characters d at dat, maximum length of d is dle
    [all...]
  /src/sys/dev/usb/
vhci.c 192 bool dat:1; member in struct:vhci_packet::__anon32e6285d0108
282 vhci_packet_t *req, *res = NULL, *dat = NULL; local in function:vhci_pkt_ctrl_create
324 dat = kmem_zalloc(sizeof(*dat), KM_SLEEP);
325 dat->vxfer = vxfer;
326 dat->utoh = utoh;
327 dat->addr = addr;
328 dat->type.dat = true;
329 dat->buf = xfer->ux_buf
    [all...]
  /src/sys/arch/x68k/dev/
opm.c 129 writeopm(int reg, int dat)
134 bus_space_write_1(opm0->sc_bst, opm0->sc_bht, OPM_DATA, dat);
135 opm0->sc_regs[reg] = dat;
  /src/common/dist/zlib/examples/
gznorm.c 127 unsigned char dat[CHUNK]; local in function:gzip_normalize
128 strm.avail_in = fread(dat, 1, CHUNK, in);
132 strm.next_in = put = dat;
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 438 char *dat; local in function:msdosfs_wfile
466 if ((dat = mmap(0, nsize, PROT_READ, MAP_FILE | MAP_PRIVATE, fd, 0))
505 memcpy((char *)bp->b_data + on, dat + offs, cpsize);
510 munmap(dat, nsize);
513 munmap(dat, nsize);
  /src/sys/net/npf/
npf_mbuf.c 309 uint32_t *dat; local in function:npf_mbuf_add_tag
317 dat = (uint32_t *)(mt + 1);
318 *dat = val;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap2420-n8x0-common.dtsi 18 &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
mt7623.dtsi 1065 pins-cmd-dat {
1091 pins-cmd-dat {
1119 pins-cmd-dat {
1149 pins-cmd-dat {
1174 pins-dat {
1243 pins-dat {
1250 pins-dat {
1257 pins-dat {
1264 pins-dat {

Completed in 40 milliseconds

1 2