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

1 2 3

  /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);
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) {
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) {
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);
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,
  /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...]
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
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
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;
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...]
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...]
  /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",

Completed in 37 milliseconds

1 2 3