| /src/sys/dev/ir/ |
| cirio.h | 38 unsigned int raw; member in struct:cir_params
|
| /src/sys/dev/dec/ |
| vsxxxvar.h | 36 u_int8_t raw[4]; member in union:vsxxx_softc::__anon2537
|
| /src/common/dist/zlib/examples/ |
| fitblk.c | 8 Use fixed-size, stack-allocated raw buffers 76 unsigned char raw[RAWLEN]; local 80 def->avail_in = fread(raw, 1, RAWLEN, in); 83 def->next_in = raw; 99 unsigned char raw[RAWLEN]; local 105 inf->next_out = raw; 114 def->next_in = raw;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| i2caux_interface.h | 78 uint32_t raw; member in union:aux_config
|
| /src/usr.sbin/tpctl/ |
| tp.c | 98 struct wsmouse_calibcoords raw; local 100 memset(&raw, 0, sizeof(raw)); 101 raw.samplelen = WSMOUSE_CALIBCOORDS_RESET; 103 return ioctl(tp->fd, WSMOUSEIO_SCALIBCOORDS, &raw);
|
| main.c | 386 struct termios tm, raw; local 390 raw = tm; 391 cfmakeraw(&raw); 392 if (tcsetattr(fd, TCSANOW, &raw) < 0)
|
| /src/sbin/svhlabel/ |
| svhlabel.c | 83 * correctly, albeit they seem to set the raw partition ok! 296 int raw; /* update on-disk label as well */ local 301 raw = 0; 313 raw = 1; 350 raw ? "and on-disk " : ""); 351 raw = 0; /* XXX */ 352 setlabel(sd, raw);
|
| /src/sys/arch/evbppc/nintendo/ |
| pic_pi.c | 119 uint32_t raw, pend; local 133 raw = RD4(pic_s[cpu_num].intsr); 134 pend = raw & pic_s[cpu_num].irqmask;
|
| /src/usr.bin/rump_dhcpclient/ |
| main.c | 133 uint8_t *raw; local 139 raw = xmalloc(udp_dhcp_len); 151 raw, udp_dhcp_len)) < 1) 154 if (valid_udp_packet(raw, n, NULL) == -1) { 159 n = get_udp_data(&data, raw); 182 *rawp = raw; 190 uint8_t *raw; local 193 get_network(ifp, &raw, &dhcp); 209 free(raw); 216 uint8_t *raw; local [all...] |
| /src/lib/libcurses/ |
| tty.c | 153 * to 8 bits, no parity in raw(), but this is considered to be an 156 * calls that switch to/from "raw" mode. 169 * raw -- 170 * Put the terminal into raw mode 173 raw(void) function 175 __CTRACE(__CTRACE_MISC, "raw()\n");
|
| /src/sbin/apmlabel/ |
| apmlabel.c | 78 * correctly, albeit they seem to set the raw partition ok! 302 int raw; /* update on-disk label as well */ local 307 raw = 0; 319 raw = 1; 352 raw ? "and on-disk " : ""); 353 setlabel(sd, raw);
|
| /src/sbin/fsck/ |
| fsutil.c | 188 const char *newname, *raw, *cooked; local 215 raw = getdiskrawname(buf, sizeof(buf), newname); 216 if (raw == NULL) { 217 perr("Can't convert to raw `%s'", newname); 220 if (stat(raw, &stchar) < 0) { 221 perr("Can't stat `%s'", raw); 225 return raw; 227 perr("%s is not a character device\n", raw);
|
| /src/sbin/mbrlabel/ |
| mbrlabel.c | 77 * correctly, albeit they seem to set the raw partition ok! 289 int raw; /* update on-disk label as well */ local 296 raw = 0; 309 raw = 1; 356 raw ? "and on-disk " : ""); 357 setlabel(sd, raw);
|
| /src/sys/arch/evbppc/nintendo/dev/ |
| ahb.c | 192 uint32_t raw, pend; local 195 raw = RD4(HW_PPCIRQFLAGS); 196 pend = raw & pic_irqmask[0]; 244 uint32_t raw, pend; local 247 raw = RD4(LT_PPCnINT1STS(0)); 248 pend = raw & pic_irqmask[0]; 250 raw = RD4(LT_PPCnINT2STS(0)); 251 pend = raw & pic_irqmask[1];
|
| /src/sys/arch/sun3/sun3x/ |
| iommu.h | 119 uint32_t raw; /* For unstructured access to the above */ member in union:iommu_pde_struct::__anon2136 129 #define IOMMU_PA_PDE(pde) ((pde).addr.raw & IOMMU_PDE_PA) 130 #define IOMMU_VALID_DT(pde) ((pde).addr.raw & IOMMU_PDE_DT) /* X1 */
|
| /src/sys/dev/ic/ |
| ld_aac.c | 145 struct aac_raw_io *raw; local 149 raw = (struct aac_raw_io *)&fib->data[0]; 151 raw->BlockNumber = htole64(blkno); 152 raw->ByteCount = htole32(datasize); 153 raw->ContainerId = htole16(sc->sc_hwunit); 154 raw->BpTotal = 0; 155 raw->BpComplete = 0; 157 sgt = &raw->SgMapRaw; 158 raw->Flags = (dowrite ? 0 : 1);
|
| mfiio.h | 55 uint8_t raw[128]; member in union:mfi_ioc_packet::__anon2951 86 uint8_t raw[128]; member in union:mfi_ioc_packet32::__anon2952
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| dsc.h | 74 uint8_t raw; member in union:dsc_enc_slice_caps
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
| color_gamma.h | 41 unsigned int raw; member in union:regamma_flags
|
| /src/games/backgammon/common_source/ |
| init.c | 94 struct termios old, noech, raw; variable in typeref:struct:
|
| /src/games/warp/ |
| term.h | 205 #define raw() ((bizarre=1),_tty.c_lflag &=~ISIG,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) macro 219 #define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty)) macro 220 #define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty))
|
| /src/sbin/umount/ |
| umount.c | 98 int ch, errs, raw = 0; local 118 raw = 1; 151 if ((argc == 0 && !all) || (argc != 0 && all) || (all && raw)) 185 if (umountfs(mntfromname, typelist, raw) != 0) 192 umountfs(const char *name, const char **typelist, int raw) 208 if (raw) { 288 if (!raw && verbose > 1) { 303 if (!raw) {
|
| /src/sys/arch/acorn32/mainbus/ |
| fdreg.h | 125 u_char raw[1]; /* to have continuous indexed access */ member in union:ne7_fd_formb::__anon867
|
| /src/sys/arch/atari/dev/ |
| hdfdreg.h | 138 u_char raw[1]; /* to have continuous indexed access */ member in union:ne7_fd_formb::__anon1212
|
| /src/sys/arch/hpcmips/vr/ |
| vrc4172pwm.c | 316 int raw; local 327 raw = vrc4172pwm_brightness2rawduty(sc); 328 vrc4172pwm_write(sc, VRC2_PWM_LCDDUTY, raw); 329 DPRINTF(("vrc4172pwm_set_brightness: val=%d raw=0x%x\n", val, raw)); 367 * brightness to raw duty
|