Searched refs:cap (Results 76 - 100 of 327) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/usb/wlan/
H A Dif_uath.c798 uath_get_capability(struct uath_softc *sc, uint32_t cap, uint32_t *val) argument
802 cap = htobe32(cap);
804 &cap, sizeof cap, val, sizeof(uint32_t), UATH_CMD_FLAG_MAGIC);
807 be32toh(cap));
824 struct uath_devcap *cap = &sc->sc_devcap; local
828 GETCAP(CAP_TARGET_VERSION, cap->targetVersion);
829 GETCAP(CAP_TARGET_REVISION, cap->targetRevision);
830 GETCAP(CAP_MAC_VERSION, cap
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c901 #define SAME_CAP(n,cap) (&tterm->Strings[n] == &cap)
1311 kill_string(TERMTYPE2 *tterm, char *cap) argument
1315 if (cap == tterm->Strings[n]) {
1330 char *cap = tterm->Strings[n]; local
1331 if (VALID_STRING(cap)) {
1332 return cap;
1349 char *cap; local
1354 cap = find_string(tterm, name);
1355 if (VALID_STRING(cap)
1375 char *cap; local
[all...]
/freebsd-current/sys/dev/hptmv/
H A Dgui_lib.c54 static int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
356 int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap) argument
358 ZeroMemory(cap, sizeof(DRIVER_CAPABILITIES));
359 cap->dwSize = sizeof(DRIVER_CAPABILITIES);
360 cap->MaximumControllers = MAX_VBUS;
362 /* cap->SupportCrossControllerRAID = 0; */
364 cap->SupportCrossControllerRAID = 0;
367 cap->MinimumBlockSizeShift = MinBlockSizeShift;
368 cap->MaximumBlockSizeShift = MaxBlockSizeShift;
369 cap
1380 PDRIVER_CAPABILITIES cap; local
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dhw_features_common.c671 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, argument
674 u32 req_cap = conf & cap;
678 * NOTE: We assume that 'cap' represents a capability mask,
710 #define VHT_CAP_CHECK(cap) \
712 if (!_ieee80211ac_cap_check(hw, conf, cap, #cap)) \
716 #define VHT_CAP_CHECK_MAX(cap) \
718 if (!ieee80211ac_cap_check_max(hw, conf, cap, cap ## _SHIFT, \
719 #cap)) \
[all...]
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin.c447 cap_t cap; local
449 cap = cap_from_text("all=");
451 cap = cap_from_text(ucap->ca_default);
452 if(cap == NULL)
454 if(cap_set_proc(cap) < 0)
456 cap_free(cap);
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c79 .cap.max_send_wr = SDP_TX_SIZE,
80 .cap.max_recv_wr = SDP_RX_SIZE,
94 qp_init_attr.cap.max_send_sge = MIN(ssk->max_sge, SDP_MAX_SEND_SGES);
96 qp_init_attr.cap.max_send_sge);
98 qp_init_attr.cap.max_recv_sge = MIN(ssk->max_sge, SDP_MAX_RECV_SGES);
100 qp_init_attr.cap.max_recv_sge);
/freebsd-current/sys/amd64/vmm/
H A Dx86.c631 vm_cpuid_capability(struct vcpu *vcpu, enum vm_cpuid_capability cap) argument
635 KASSERT(cap > 0 && cap < VCC_LAST, ("%s: invalid vm_cpu_capability %d",
636 __func__, cap));
642 switch (cap) {
656 panic("%s: unknown vm_cpu_capability %d", __func__, cap);
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c543 if (HDA_PARAM_PIN_CAP_PRESENCE_DETECT_CAP(w->wclass.pin.cap) == 0 ||
692 if (HDA_PARAM_PIN_CAP_PRESENCE_DETECT_CAP(w->wclass.pin.cap) == 0 ||
765 if (HDA_PARAM_PIN_CAP_PRESENCE_DETECT_CAP(w->wclass.pin.cap) == 0 ||
784 if (!HDA_PARAM_PIN_CAP_DP(w->wclass.pin.cap) &&
785 !HDA_PARAM_PIN_CAP_HDMI(w->wclass.pin.cap))
981 uint32_t cap; local
983 cap = fcap;
984 if (cap != 0) {
985 sbuf_printf(sb, " Stream cap: 0x%08x", cap);
1113 hdaa_dump_amp_sb(struct sbuf *sb, uint32_t cap, const char *banner) argument
1469 uint32_t wcap, cap; local
5273 uint32_t cap, fmtcap, pcmcap; local
5624 uint32_t cap; local
5782 hdaa_dump_amp(device_t dev, uint32_t cap, const char *banner) argument
[all...]
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c609 HPT_U32 cap; local
633 cap = 0xffffffff;
635 cap = new_cap - 1;
637 rbuf[0] = (HPT_U8)(cap>>24);
638 rbuf[1] = (HPT_U8)(cap>>16);
639 rbuf[2] = (HPT_U8)(cap>>8);
640 rbuf[3] = (HPT_U8)cap;
660 HPT_U64 cap = 0; local
680 cap = (vd->capacity >> sector_size_shift) - 1;
682 rbuf[0] = (HPT_U8)(cap>>5
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp43 TypeSummaryOptions::SetCapping(lldb::TypeSummaryCapping cap) { argument
44 m_capping = cap;
/freebsd-current/sys/dev/acpica/
H A Dacpiio.h43 int cap; /* percent */ member in struct:acpi_battinfo
145 uint32_t cap; /* Remaining Capacity */ member in struct:acpi_bst
/freebsd-current/lib/libutil/
H A Dlogin_ok.c88 login_timelist(login_cap_t *lc, char const *cap, int *ltno, argument
95 if ((tl = login_getcaplist(lc, cap, NULL)) != NULL) {
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c353 init_device(device_t dev, struct cyapa_cap *cap, int probe) argument
407 if (cap) {
409 (void *)cap, sizeof(*cap));
411 if (strncmp(cap->prod_ida, "CYTRA", 5) != 0) {
413 cap->prod_ida);
492 struct cyapa_cap cap; local
505 error = init_device(dev, &cap, 1);
518 struct cyapa_cap cap; local
528 if (init_device(dev, &cap,
[all...]
/freebsd-current/contrib/unbound/util/
H A Dwinsock_event.h141 int cap; member in struct:event_base
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A DMKnames.awk83 $1 ~ /^(cap|info)alias/ {next;}
H A Dlib_termcap.c78 #define ValidCap(cap) (((cap)[0] != '\0') && ((cap)[1] != '\0'))
/freebsd-current/crypto/heimdal/kdc/
H A Dmain.c42 #include <cap-ng.h>
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/usb/
H A Dpd.h208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \
209 (((ver) & 0x7) << 29 | ((cap) & 0xf) << 24 | ((conn) & 0x3) << 22 \
230 #define VDO_DFP(ver, cap, conn, pnum) \
231 (((ver) & 0x7) << 29 | ((cap) & 0x7) << 24 | ((conn) & 0x3) << 22 \
/freebsd-current/contrib/libedit/
H A Dterminal.c336 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) argument
344 if (cap == NULL || *cap == '\0') {
348 clen = strlen(cap);
357 (void) strcpy(*str, cap); /* XXX strcpy is safe */
366 el->el_terminal.t_loc], cap);
392 cap);
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) argument
1213 (void)tputs(cap, affcnt, terminal_putc);
1455 char *cap, *sca local
[all...]
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c607 HPT_U32 cap; local
610 cap = 0xfffffffful;
612 cap = vd->capacity - 1;
614 rbuf[0] = (HPT_U8)(cap>>24);
615 rbuf[1] = (HPT_U8)(cap>>16);
616 rbuf[2] = (HPT_U8)(cap>>8);
617 rbuf[3] = (HPT_U8)cap;
630 HPT_U64 cap = vd->capacity - 1; local
632 rbuf[0] = (HPT_U8)(cap>>56);
633 rbuf[1] = (HPT_U8)(cap>>4
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c250 dev->mphy.sband_2g.sband.ht_cap.cap |=
253 dev->mphy.sband_5g.sband.ht_cap.cap |=
256 dev->mphy.sband_5g.sband.vht_cap.cap |=
263 dev->mphy.sband_5g.sband.vht_cap.cap |=
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c622 u32 cap = 0; local
629 cap |= STA_REC_HE_CAP_HTC;
632 cap |= STA_REC_HE_CAP_BSR;
635 cap |= STA_REC_HE_CAP_OM;
638 cap |= STA_REC_HE_CAP_AMSDU_IN_AMPDU;
641 cap |= STA_REC_HE_CAP_BQR;
646 cap |= STA_REC_HE_CAP_BW20_RU242_SUPPORT;
650 cap |= STA_REC_HE_CAP_LDPC;
654 cap |= STA_REC_HE_CAP_SU_PPDU_1LTF_8US_GI;
658 cap |
1399 const struct ieee80211_sta_he_cap *cap; local
1967 } __packed * cap; local
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Dcmd.c881 if (qp_attr->cap.max_send_wr)
894 cmd->max_send_wr = qp_attr->cap.max_send_wr;
895 cmd->max_recv_wr = qp_attr->cap.max_recv_wr;
896 cmd->max_send_sge = qp_attr->cap.max_send_sge;
897 cmd->max_recv_sge = qp_attr->cap.max_recv_sge;
898 cmd->max_inline_data = qp_attr->cap.max_inline_data;
940 qp_attr->cap.max_recv_sge = resp->max_recv_sge;
941 qp_attr->cap.max_send_sge = resp->max_send_sge;
942 qp_attr->cap.max_recv_wr = resp->max_recv_wr;
943 qp_attr->cap
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h304 * @cap: capabilities for all channels which matches the MCC
316 u8 cap; member in struct:iwl_mcc_update_resp_v3
331 * @cap: capabilities for all channels which matches the MCC
344 __le16 cap; member in struct:iwl_mcc_update_resp_v4
361 * @cap: capabilities for all channels which matches the MCC
375 __le32 cap; member in struct:iwl_mcc_update_resp_v8
/freebsd-current/sys/arm/arm/
H A Didentcpu-v6.c254 add_cap(char *cap) argument
258 len = strlen(cap);
271 hw_buf_idx += sprintf(hw_buf + hw_buf_idx, "%s", cap);

Completed in 406 milliseconds

1234567891011>>