/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/prep/pnpbus/ |
mkclock_pnpbus.c | 71 pna->subtype == RealTimeClock && pna->chipid == MOTmk48)
|
mcclock_pnpbus.c | 88 pna->subtype == RealTimeClock && pna->chipid == DallasRTC) 91 pna->subtype == RealTimeClock && pna->chipid == Dallas1585)
|
pnpbusvar.h | 106 uint8_t subtype; /* PNP subtype */ member in struct:pnpbus_dev_attach_args
|
/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/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/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/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/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_ipwreg.h | 159 u_int32_t subtype; member in struct:ipw_hdr 200 u_int32_t subtype; member in struct:ipw_cmd
|
/src/bin/sh/ |
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...] |
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...] |
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...] |
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...] |
/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/dev/ |
sequencervar.h | 65 int subtype; member in struct:midi_dev
|
/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/sbin/efi/ |
bootvar.c | 68 new_blk(uint8_t type, uint8_t subtype, uint16_t length) 84 bb->u.path->SubType = subtype;
|
/src/sys/dev/usb/ |
usbdi_util.c | 797 usb_find_desc(struct usbd_device *dev, int type, int subtype) 809 if (subtype == USBD_CDCSUBTYPE_ANY || 810 subtype == desc->bDescriptorSubtype) 821 usb_find_desc_if(struct usbd_device *dev, int type, int subtype, 828 return usb_find_desc(dev, type, subtype); 842 (subtype == USBD_CDCSUBTYPE_ANY || 843 subtype == desc->bDescriptorSubtype))
|
/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/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 42 subtype Chars_Ptr is Interfaces.C.Strings.chars_ptr; 47 subtype Voidp is System.Address; -- zconf.h:232 49 subtype Byte_Access is Voidp;
|
mtest.adb | 28 subtype Visible_Symbols is Stream_Element range 16#20# .. 16#7E#;
|
/src/sys/arch/mvme68k/mvme68k/ |
disksubr.c | 188 clp->subtype = lp->d_subtype; 263 lp->d_subtype = clp->subtype;
|