HomeSort by: relevance | last modified time | path
    Searched defs:xbuf (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_auxg94.c 88 u32 xbuf[4] = {}; local in function:g94_i2c_aux_xfer
105 memcpy(xbuf, data, *size);
107 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]);
108 nvkm_wr32(device, 0x00e4c0 + base + i, xbuf[i / 4]);
156 xbuf[i / 4] = nvkm_rd32(device, 0x00e4d0 + base + i);
157 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]);
159 memcpy(data, xbuf, *size);
nouveau_nvkm_subdev_i2c_auxgm200.c 88 u32 xbuf[4] = {}; local in function:gm200_i2c_aux_xfer
105 memcpy(xbuf, data, *size);
107 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]);
108 nvkm_wr32(device, 0x00d930 + base + i, xbuf[i / 4]);
156 xbuf[i / 4] = nvkm_rd32(device, 0x00d940 + base + i);
157 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]);
159 memcpy(data, xbuf, *size);
  /src/games/monop/
execute.c 360 char xbuf[80]; local in function:rest_f
424 strcpy(xbuf, ctime(&sbuf.st_mtime));
425 for (sp = xbuf; *sp != '\n'; sp++)
428 printf("[%s]\n", xbuf);
  /src/libexec/telnetd/
utility.c 1061 char xbuf[30]; local in function:printdata
1074 xbuf[i] = *ptr;
1076 xbuf[i] = '.';
1083 xbuf[i] = '\0';
1084 output_data(" %s\r\n", xbuf);
  /src/sys/dev/i2c/
ds2482ow.c 141 uint8_t xcmd, xbuf; local in function:ds2482_wait_with_status
146 xbuf = DS2482_REGISTER_STATUS;
149 &xbuf, 1, 0);
177 uint8_t xbuf; local in function:ds2482_cmd
192 error = ds2482_wait_with_status(tag, addr, &xbuf,
224 error = ds2482_wait_with_status(tag, addr, &xbuf,
254 xbuf = DS2482_REGISTER_STATUS;
256 &xbuf, 1, 0);
258 error = ds2482_wait_with_status(tag, addr, &xbuf,
264 xbuf = DS2482_ONEWIRE_BIT_ZERO
    [all...]
  /src/sys/fs/ntfs/
ntfs_subr.c 1662 char *xbuf = xbufv; local in function:ntfs_procfixups
1663 struct fixuphdr *fhp = (struct fixuphdr *) xbuf;
1684 fxp = (u_int16_t *) (xbuf + fhp->fh_foff);
1685 cfxp = (u_int16_t *) (xbuf + ntmp->ntm_bps - 2);
  /src/usr.sbin/ldpd/
socketops.c 934 struct rt_msg xbuf; local in function:the_big_loop
935 int l, rtmlen = sizeof(xbuf);
937 l = recv(route_socket, &xbuf,
940 rtmlen = xbuf.m_rtm.rtm_msglen;
942 l = recv(route_socket, &xbuf,
949 check_route(&xbuf, l);
  /src/usr.sbin/dumpfs/
dumpfs.c 945 char rawspec[MAXPATHLEN], xbuf[MAXPATHLEN], *p; local in function:openpartition
952 fsspec = getfsspecname(xbuf, sizeof(xbuf), fs->fs_spec);
954 warn("%s", xbuf);
  /src/sbin/gpt/
gpt.c 1253 char xbuf[24]; local in function:gpt_attr_list
1281 * xbuf is big enough for "=65535\0"
1284 snprintf(xbuf, sizeof xbuf, "=%ju",
1290 strlcat(buf, xbuf, len);
1298 snprintf(xbuf, sizeof xbuf, "[%#jx]", (uintmax_t)attributes);
1300 strlcat(buf, xbuf, len);
  /src/bin/ksh/
emacs.c 84 static char *xbuf; /* beg input buffer */ variable in typeref:typename:char *
329 xbp = xbuf = buf; xend = buf + len;
387 i = xep - xbuf;
499 int col = xcp - xbuf;
624 if (cp == xbuf) {
630 while (cp != xbuf && is_mfs(cp[-1]))
635 while (cp != xbuf && !is_mfs(cp[-1]))
759 int col = xcp - xbuf;
798 && (cp = strchr(xbuf, c)) == NULL))
817 if (p-- == xbuf)
    [all...]

Completed in 18 milliseconds