HomeSort by: relevance | last modified time | path
    Searched defs:subtype (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/usr.bin/mail/
mime_detach.c 182 const char *subtype; local in function:detach_open_target
190 subtype = mip->mi_subtype ? mip->mi_subtype : "unknown";
204 partstr, subtype);
  /src/sys/dev/mii/
ipgphy.c 327 u_int subtype = IFM_SUBTYPE(media); local in function:ipgphy_mii_phy_auto
338 if (subtype == IFM_AUTO)
346 if (subtype == IFM_AUTO)
348 else if (subtype == IFM_1000_T) {
mii_physubr.c 141 u_int subtype; local in function:mii_phy_setmedia
146 subtype = IFM_SUBTYPE(ife->ifm_media);
147 if ((subtype == IFM_AUTO) || (subtype == IFM_1000_T)) {
164 switch (subtype) {
  /src/sys/dev/pci/
mfi_pci.c 200 const char *subtype = NULL; local in function:mfi_pci_attach
264 subtype = st->st_string;
269 if (subtype) {
270 aprint_normal(": %s\n", subtype);
if_ipw.c 911 le32toh(cmd->subtype), le32toh(cmd->seq), le32toh(cmd->len),
974 uint8_t subtype; local in function:ipw_fix_channel
982 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
984 if (subtype != IEEE80211_FC0_SUBTYPE_BEACON &&
985 subtype != IEEE80211_FC0_SUBTYPE_PROBE_RESP)
1315 sc->cmd.subtype = 0;
1383 shdr->hdr->subtype = 0;
1455 shdr->hdr->type, shdr->hdr->subtype, shdr->hdr->encrypted,
if_iwi.c 1088 uint8_t subtype; local in function:iwi_fix_channel
1096 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
1098 if (subtype != IEEE80211_FC0_SUBTYPE_BEACON &&
1099 subtype != IEEE80211_FC0_SUBTYPE_PROBE_RESP)
if_ipwreg.h 159 u_int32_t subtype; member in struct:ipw_hdr
200 u_int32_t subtype; member in struct:ipw_cmd
  /src/sbin/ifconfig/
media.c 174 int type, subtype, inst; local in function:setmedia
199 /* Look up the subtype. */
200 subtype = get_media_subtype(type, val);
201 if (subtype == -1)
202 media_error(type, val, "subtype");
205 media_current = IFM_MAKEWORD(type, subtype, 0, inst);
274 int type, subtype, options; local in function:setmediainst
287 subtype = IFM_SUBTYPE(media_current);
290 media_current = IFM_MAKEWORD(type, subtype, options, inst);
299 int type, subtype, options, inst, mode local in function:setmediamode
    [all...]
  /src/sys/arch/prep/pnpbus/
pnpbusvar.h 106 uint8_t subtype; /* PNP subtype */ member in struct:pnpbus_dev_attach_args
  /src/sys/dev/
sequencervar.h 65 int subtype; member in struct:midi_dev
  /src/sys/net/agr/
ieee8023ad_lacp.c 688 u_int subtype = IFM_SUBTYPE(media); local in function:lacp_compose_key
691 KASSERT((subtype & 0x1f) == subtype);
694 key = subtype;
  /src/bin/sh/
show.c 635 int subtype = 0; local in function:sharg
659 subtype = *++p;
660 if (!quoted != !(subtype & VSQUOTE))
664 if ((subtype & VSTYPE) == VSLENGTH)
666 if (subtype & VSLINENO)
672 if (subtype & VSNUL)
675 switch (subtype & VSTYPE) {
679 if (!quoted != !(subtype & VSQUOTE))
712 "<subtype %d>", subtype);
    [all...]
parser.c 2215 int subtype; local in function:readtoken1
2240 subtype = VSNORMAL;
2248 subtype = VSLENGTH;
2262 subtype = VSLENGTH;
2271 subtype = 0; /* .. or similar */
2276 subtype = 0;
2280 subtype = 0;
2281 VTRACE(DBG_LEXER, ("${ st=%d ", subtype));
2318 } while (subtype != VSNORMAL && is_digit(c));
2327 subtype = VSUNKNOWN
    [all...]
jobs.c 2048 int subtype = 0; local in function:cmdputs
2065 subtype = *p++;
2066 if (subtype & VSLINENO) { /* undo LINENO hack */
2067 if ((subtype & VSTYPE) == VSLENGTH)
2073 } else if ((subtype & VSTYPE) == VSLENGTH)
2077 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
2089 subtype = 0;
2118 if (subtype == 0)
2120 str = vstype[subtype & VSTYPE];
2121 if (subtype & VSNUL
    [all...]
expand.c 732 subevalvar(const char *p, const char *str, int subtype, int startloc,
740 subtype, p, p-str, str, startloc, varflags));
741 argstr(p, subtype == VSASSIGN ? EXP_VARTILDE : EXP_TILDE);
746 switch (subtype) {
771 subevalvar_trim(const char *p, int strloc, int subtype, int startloc,
782 switch (subtype) {
795 p, strloc, subtype, startloc, varflags, quotes));
803 switch (subtype) {
890 int subtype; local in function:evalvar
904 subtype = varflags & VSTYPE
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 100 char *class, *version, *subtype, *desc, *tcpopts; local in function:pfctl_file_fingerprints
109 class = version = subtype = desc = tcpopts = NULL;
120 if (subtype)
121 free(subtype);
126 class = version = subtype = desc = tcpopts = NULL;
164 GET_STR(subtype, "OS subtype", 0) ||
244 strlcpy(fp.fp_os.fp_subtype_nm, subtype,
258 if (subtype)
259 free(subtype);
342 int class, version, subtype; local in function:pfctl_get_fingerprint
460 int class, version, subtype; local in function:pfctl_lookup_fingerprint
553 int class, version, subtype; local in function:add_fingerprint
662 int class, version, subtype; local in function:import_fingerprint
    [all...]
  /src/sys/arch/evbcf/include/
disklabel.h 82 u_short subtype; /* 2 */ member in struct:cpu_disklabel
  /src/sys/arch/mvme68k/include/
disklabel.h 82 u_short subtype; /* 2 */ member in struct:cpu_disklabel
  /src/sys/arch/x86/include/
efi.h 70 uint8_t subtype; member in struct:__anond9271d5a0108
  /src/sbin/nvmectl/
logpage.c 511 typedef void (*subprint_fn_t)(void *buf, uint16_t subtype, uint8_t res,
545 print_hgst_info_subpage_gen(void *buf, uint16_t subtype __unused, uint32_t size,
570 print_hgst_info_write_errors(void *buf, uint16_t subtype, uint8_t res __unused,
586 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
590 print_hgst_info_read_errors(void *buf, uint16_t subtype, uint8_t res __unused,
607 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
611 print_hgst_info_verify_errors(void *buf, uint16_t subtype, uint8_t res __unused,
626 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
630 print_hgst_info_self_test(void *buf, uint16_t subtype __unused, uint8_t res __unused,
669 print_hgst_info_background_scan(void *buf, uint16_t subtype __unused
889 uint8_t subtype, res; local in function:print_hgst_info_log
    [all...]
  /src/sys/arch/arm/gemini/
if_gpn.c 252 unsigned int subtype = gd->gd_subtype; local in function:gpn_process_data
255 if ((subtype & GPN_SOF) == 0 && sc->sc_rxmbuf == NULL) {
260 if ((subtype & GPN_SOF) && sc->sc_rxmbuf != NULL) {
297 if (subtype & GPN_EOF) {
722 printf("\ttag %d, subtype %d, id %d, pktlen64 %d\n",
  /src/sys/net/
if_ethersubr.c 833 uint8_t subtype; local in function:ether_input
835 if (m->m_pkthdr.len < sizeof(*eh) + sizeof(subtype))
838 m_copydata(m, sizeof(*eh), sizeof(subtype), &subtype);
839 switch (subtype) {
857 if (subtype == 0 || subtype > 10) {
861 /* unknown subtype */
  /src/sys/net80211/
ieee80211_input.c 88 doprint(struct ieee80211com *ic, int subtype)
90 switch (subtype) {
139 const u_int8_t *mac, int subtype, int arg);
163 u_int8_t dir, subtype; local in function:ieee80211_input_data
170 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
320 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA)
391 u_int8_t dir, subtype; local in function:ieee80211_input_management
397 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
413 if ((ieee80211_msg_debug(ic) && doprint(ic, subtype)) ||
416 ieee80211_mgt_subtype_name[subtype >>
482 u_int8_t subtype; local in function:ieee80211_input_control
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
kvmgt.c 79 u32 subtype; member in struct:vfio_region
548 unsigned int type, unsigned int subtype,
562 vgpu->vdev.region[vgpu->vdev.num_regions].subtype = subtype;
1408 cap_type.subtype = vgpu->vdev.region[i].subtype;
  /src/sys/dev/usb/
uvideo.c 974 "type=0x%02x subtype=0x%02x\n",
1226 "len=%d type=0x%02x subtype=0x%02x\n",
1255 "subtype=0x%02x\n",
1329 uint8_t subtype, subtypelen, default_index, index; local in function:uvideo_stream_init_frame_based_format
1333 DPRINTF(("%s: ifaceno=%d subtype=%d probelen=%d\n", __func__,
1347 subtype = UDESC_VS_FRAME_UNCOMPRESSED;
1376 subtype = UDESC_VS_FRAME_FRAME_BASED;
1389 subtype = UDESC_VS_FRAME_MJPEG;
1431 if (uvdesc->bDescriptorSubtype != subtype)
1458 " truncated CS subtype-0x%x descriptor,
    [all...]

Completed in 128 milliseconds

1 2