Searched refs:raw (Results 176 - 200 of 229) sorted by relevance

12345678910

/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c289 if (p->handler && p->handler->raw)
290 return (*p->handler->raw)(p);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); local
216 GCObject *o = obj2gco(raw + offset);
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in194 print-raw.c \
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6482 uint8_t *raw = plcp->o.raw; local
6496 raw[1] = 0x84;
6498 raw[1] = 0x04;
6500 raw[1] = 0x04;
6502 raw[0] = bwn_plcp_getcck(rate);
6835 switch (plcp->o.raw[0] & 0xf) {
6854 plcp->o.raw[0] & 0xf);
6863 switch (plcp->o.raw[0]) {
6873 device_printf(sc->sc_dev, "incorrect CCK rate %d\n", plcp->o.raw[
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h2260 uint8_t raw[16]; member in union:_ib_gid
2273 * raw
2297 return (p_gid->raw[0] == 0xFF);
2311 return (p_gid->raw[1] & 0x0F);
2326 p_gid->raw[1] &= 0xF0;
2327 p_gid->raw[1] |= scope & 0x0F;
2533 * Global routing parameters: hop count, flow label and raw bit.
6785 * Global routing parameters: hop count, flow label and raw bit.
9733 * Maximum number of IPV6 and raw ether QP's supported by this HCA.
9754 * Indicates support for raw packe
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1149 goto raw;
1152 goto raw;
1209 raw:
1367 * this is a vector open, we just print the raw address or string.
1402 * string from the string table instead of the raw
1516 * printing raw addresses in the vectored case.
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c419 memcpy(ib_ah_attr->grh.dgid.raw,
420 path->rgid, sizeof ib_ah_attr->grh.dgid.raw);
536 memcpy(path->rgid, ah->grh.dgid.raw, 16);
H A Dmthca_provider.c282 memcpy(gid->raw, out_mad->data + 8, 8);
293 memcpy(gid->raw + 8, out_mad->data + (index % 8) * 8, 8);
614 /* Don't support raw QPs */
H A Dmthca_eq.c130 u32 raw[6]; member in union:mthca_eqe::__anon7268
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1653 * XXX raw path
2698 * Retrieve the "Received Signal Strength Indicator" from the raw values
2703 rt2661_get_rssi(struct rt2661_softc *sc, uint8_t raw) argument
2707 lna = (raw >> 5) & 0x3;
2708 agc = raw & 0x1f;
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c107 * Flag which indicates raw mode output.
219 static void raw (struct parse *, FILE *);
306 { "raw", raw, { NO, NO, NO, NO },
308 "do raw mode variable output" },
2750 * raw - set raw mode output
2754 raw( function
2760 (void) fprintf(fp, "Output set to raw\n");
3385 * rawprint - do a printout of the data in raw mod
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h4825 uint64_t raw : 32; /**< RAWFULL + RAWSCH Packets without an L1/L2 error member in struct:cvmx_pip_stat2_x::cvmx_pip_stat2_x_s
4828 uint64_t raw : 32;
4848 uint64_t raw : 32; /**< RAWFULL + RAWSCH Packets without an L1/L2 error member in struct:cvmx_pip_stat2_prtx::cvmx_pip_stat2_prtx_s
4851 uint64_t raw : 32;
5370 * Its the raw counts of everything that comes into the block. The counts
5412 * Its the raw counts of everything that comes into the block. The counts
5440 * Its the raw counts of everything that comes into the block. The counts
5483 * Its the raw counts of everything that comes into the block. The counts
5512 * Its the raw counts of everything that comes into the block. The counts
5554 * Its the raw count
5932 uint64_t raw : 32; /**< RAWFULL + RAWSCH Packets without an L1/L2 error member in struct:cvmx_pip_xstat2_prtx::cvmx_pip_xstat2_prtx_s
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c241 u8 *raw = (u8 *)edid; local
247 if (!drm_edid_block_valid(raw + i * EDID_LENGTH, i, true))
1811 * Convert raw EDID values to millisecond.
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc2196 std::unique_ptr<input_buffer> raw(new input_buffer(val, strlen(val)));
2197 text_input_buffer in(std::move(raw),
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1038 p->qp->qp_num, pathrec->dgid.raw, qpn);
1184 tx->path->pathrec.dgid.raw);
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h258 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
259 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
347 /* 10bit raw bayer DPCM compressed to 8 bits */
350 * 10bit raw bayer, expanded to 16 bits
1477 } raw; member in union:v4l2_encoder_cmd::__anon8851
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c67 "netgraph_btsocks_l2cap_raw", "Netgraph Bluetooth raw L2CAP sockets");
129 static SYSCTL_NODE(_net_bluetooth_l2cap_sockets, OID_AUTO, raw, CTLFLAG_RW,
130 0, "Bluetooth raw L2CAP sockets family");
134 "Bluetooth raw L2CAP sockets debug level");
138 "Bluetooth raw L2CAP sockets ioctl timeout");
142 "Bluetooth raw L2CAP sockets input queue length");
146 "Bluetooth raw L2CAP sockets input queue max. length");
150 "Bluetooth raw L2CAP sockets input queue drops");
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_combios.c459 unsigned char *raw; local
464 raw = rdev->bios + edid_info;
465 size = EDID_LENGTH * (raw[0x7e] + 1);
470 memcpy((unsigned char *)edid, raw, size);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c654 pki_ih3->raw = 1;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_runreg.h1655 uint32_t raw; member in union:run_stats
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1895 return !memcmp(sgid.raw, rwc->recv_buf.grh->dgid.raw,
1903 return !memcmp(attr.grh.dgid.raw, rwc->recv_buf.grh->sgid.raw,
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c3194 bcopy(ioc->mfi_frame.raw, cm->cm_frame,
3336 bcopy(&ioc->mfi_frame.raw[ioc->mfi_sense_off],
3507 bcopy(l_ioc.lioc_frame.raw, cm->cm_frame,
3593 ->lioc_frame.raw[l_ioc.lioc_sense_off],
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h112 u64 raw() const { function in class:__tsan::FastState
H A Dtsan_rtl_report.cpp605 thr->racy_state[1] = s.raw();
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h584 __be32 raw[7]; member in union:ev_data

Completed in 916 milliseconds

12345678910