/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_reg_print.c | 17 ahd_mode_ptr_print(u_int regvalue, u_int *cur_col, u_int wrap) 36 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 73 ahd_seqintcode_print(u_int regvalue, u_int *cur_col, u_int wrap) 91 ahd_clrint_print(u_int regvalu [all...] |
H A D | aic7xxx_reg_print.c | 23 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap) 40 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap) 57 ahc_sxfrctl1_print(u_int regvalue, u_int *cur_col, u_int wrap) 84 ahc_scsisigi_print(u_int regvalu [all...] |
/freebsd/sys/x86/iommu/ |
H A D | amd_reg.h | 281 u_int v:1; /* Valid */ 282 u_int tv:1; /* Translation Valid */ 283 u_int rsrv0:5; 284 u_int had:2; /* Host Access Dirty */ 285 u_int pgmode:3; /* Paging Mode */ 287 u_int ppr:1; /* PPR En */ 288 u_int gprp:1; /* Guest PPR Resp with PASID */ 289 u_int giov:1; /* Guest IO Prot Valid */ 290 u_int gv:1; /* Guest Translation Valid */ 291 u_int glx:2; /* Guest Levels Translated */ [all …]
|
/freebsd/lib/libipsec/ |
H A D | libpfkey.h | 40 int ipsec_check_keylen(u_int, u_int, u_int); 41 int ipsec_check_keylen2(u_int, u_int, u_int); 42 int ipsec_get_keylen(u_int, u_int, struct sadb_alg *); 43 u_int pfkey_set_softrate(u_int, u_int); 44 u_int pfkey_get_softrate(u_int); 45 int pfkey_send_getspi(int, u_int, u_int, struct sockaddr *, struct sockaddr *, 47 int pfkey_send_update(int, u_int, u_int, struct sockaddr *, struct sockaddr *, 48 u_int32_t, u_int32_t, u_int, caddr_t, u_int, u_int, u_int, u_int, 49 u_int, u_int32_t, u_int64_t, u_int64_t, u_int64_t, u_int32_t); 50 int pfkey_send_add(int, u_int, u_int, struct sockaddr *, struct sockaddr *, [all …]
|
H A D | pfkey.c | 55 static struct sadb_alg *findsupportedalg(u_int, u_int); 56 static int pfkey_send_x1(int, u_int, u_int, u_int, struct sockaddr *, 57 struct sockaddr *, u_int32_t, u_int32_t, u_int, caddr_t, 58 u_int, u_int, u_int, u_int, u_in [all...] |
/freebsd/contrib/tcpdump/ |
H A D | netdissect.h | 124 #define roundup2(x, y) (((x)+((u_int)((y)-1)))&(~((u_int)((y)-1)))) 149 u_int v; /* value */ 154 extern const char *tok2str(const struct tok *, const char *, u_int); 155 extern char *bittok2str(const struct tok *, const char *, u_int); 156 extern char *bittok2str_nosep(const struct tok *, const char *, u_int); 256 const u_char *bp, u_int length); 273 …WARN_UNUSED_RESULT int nd_push_buffer(netdissect_options *, u_char *, const u_char *, const u_int); 274 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int); 275 extern void nd_change_snaplen(netdissect_options *, const u_char *, const u_int); 388 #define ND_BYTES_BETWEEN(p1, p2) ((const u_char *)(p1) >= (const u_char *)(p2) ? 0 : ((u_int)(((con… [all …]
|
H A D | print-tipc.c | 157 u_int user; in print_payload() 158 u_int hsize; in print_payload() 159 u_int msize; in print_payload() 160 u_int mtype; in print_payload() 161 u_int broadcast_ack; in print_payload() 162 u_int link_ack; in print_payload() 163 u_int link_seq; in print_payload() 164 u_int prev_node; in print_payload() 165 u_int orig_port; in print_payload() 166 u_int dest_port; in print_payload() [all …]
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_instr.h | 53 u_int i_opcd:6; /* first-level decode */ 54 u_int :25; 55 u_int i_rc:1; 62 u_int i_opcd:6; 63 u_int i_frt:5; 64 u_int i_fra:5; 65 u_int i_frb:5; 66 u_int i_frc:5; 67 u_int i_xo:5; 68 u_int i_rc:1; [all …]
|
/freebsd/sys/x86/include/ |
H A D | x86_var.h | 38 extern u_int basemem; 39 extern u_int cpu_exthigh; 40 extern u_int cpu_feature; 41 extern u_int cpu_feature2; 42 extern u_int amd_feature; 43 extern u_int amd_feature2; 44 extern u_int amd_rascap; 45 extern u_int amd_pminfo; 46 extern u_int amd_extended_feature_extensions; 47 extern u_int via_feature_rng; [all …]
|
H A D | apicvar.h | 197 extern void (*ipi_vectored)(u_int, int); 203 int ioapic_disable_pin(ioapic_drv_t cookie, u_int pin); 204 int ioapic_get_vector(ioapic_drv_t cookie, u_int pin); 206 int ioapic_remap_vector(ioapic_drv_t cookie, u_int pin, int vector); 207 int ioapic_set_bus(ioapic_drv_t cookie, u_int pin, int bus_type); 208 int ioapic_set_extint(ioapic_drv_t cookie, u_int pin); 209 int ioapic_set_nmi(ioapic_drv_t cookie, u_int pin); 210 int ioapic_set_polarity(ioapic_drv_t cookie, u_int pin, enum intr_polarity pol); 211 int ioapic_set_triggermode(ioapic_drv_t cookie, u_int pin, 213 int ioapic_set_smi(ioapic_drv_t cookie, u_int pin); [all …]
|
H A D | apm_bios.h | 184 u_int ai_major; /* APM major version */ 185 u_int ai_minor; /* APM minor version */ 186 u_int ai_acline; /* AC line status */ 187 u_int ai_batt_stat; /* Battery status */ 188 u_int ai_batt_life; /* Remaining battery life */ 189 u_int ai_status; /* Status of APM support (enabled/disabled) */ 199 u_int ai_infoversion; /* Indicates which fields are valid */ 200 u_int ai_major; /* APM major version (0) */ 201 u_int ai_minor; /* APM minor version (0) */ 202 u_int ai_acline; /* AC line status (0) */ [all …]
|
/freebsd/sys/net/ |
H A D | netisr.h | 86 u_int snp_version; /* Length of struct. */ 88 u_int snp_proto; /* nh_proto */ 89 u_int snp_qlimit; /* nh_qlimit */ 90 u_int snp_policy; /* nh_policy */ 91 u_int snp_flags; /* Various flags. */ 92 u_int snp_dispatch; /* Dispatch policy. */ 93 u_int _snp_ispare[6]; 108 u_int snws_version; /* Length of struct. */ 109 u_int snws_flags; /* Various flags. */ 110 u_int snws_wsid; /* Workstream ID. */ [all …]
|
H A D | bpf.h | 68 u_int bf_len; 76 u_int bs_recv; /* number of packets received */ 77 u_int bs_drop; /* number of packets dropped */ 120 #define BIOCGBLEN _IOR('B', 102, u_int) 121 #define BIOCSBLEN _IOWR('B', 102, u_int) 125 #define BIOCGDLT _IOR('B', 106, u_int) 131 #define BIOCIMMEDIATE _IOW('B', 112, u_int) 133 #define BIOCGRSIG _IOR('B', 114, u_int) 134 #define BIOCSRSIG _IOW('B', 115, u_int) 135 #define BIOCGHDRCMPLT _IOR('B', 116, u_int) [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 11 extern HAL_BOOL ar9300_stop_tx_dma_freebsd(struct ath_hal *ah, u_int q); 22 struct ieee80211_channel *chan, u_int rxchainmask, 36 struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, 37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, 38 u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsCtsDuration, 39 u_int compicvLen, u_int compivLen, u_int comp); 41 struct ath_desc *ds, u_int txRate1, u_int txTries1, 42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3); 45 uint32_t *segLenList, u_int descId, u_int qId, HAL_BOOL firstSeg, 50 struct ath_desc *, u_int, u_int, HAL_11N_RATE_SERIES series[], [all …]
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qatreg.h | 902 u_int mfh_fid; 903 u_int mfh_csum; 920 u_int muh_reserved; 927 u_int much_name; /* uof name string-table offset */ 928 u_int much_reserved; 952 u_int ufch_csum; /* chunk checksum */ 953 u_int ufch_offset; /* offset of the chunk in the file */ 954 u_int ufch_size; /* size of the chunk */ 958 u_int uoh_cpu_type; /* CPU type */ 963 u_int uoh_reserved1; [all …]
|
/freebsd/sys/sys/ |
H A D | refcount.h | 49 _refcount_update_saturated(volatile u_int *count) in _refcount_update_saturated() 59 refcount_init(volatile u_int *count, u_int value) in refcount_init() 66 static __inline u_int 67 refcount_load(volatile const u_int *count) in refcount_load() 72 static __inline u_int 73 refcount_acquire(volatile u_int *count) in refcount_acquire() 75 u_int old; in refcount_acquire() 84 static __inline u_int 85 refcount_acquiren(volatile u_int *count, u_int n) in refcount_acquiren() 87 u_int old; in refcount_acquiren() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210.h | 119 u_int ah_sifstime; /* user-specified sifs time */ 120 u_int ah_slottime; /* user-specified slot time */ 121 u_int ah_acktimeout; /* user-specified ack timeout */ 122 u_int ah_ctstimeout; /* user-specified cts timeout */ 140 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone); 157 extern HAL_BOOL ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q); 158 extern HAL_BOOL ar5210ResetTxQueue(struct ath_hal *ah, u_int q); 159 extern uint32_t ar5210GetTxDP(struct ath_hal *, u_int); 160 extern HAL_BOOL ar5210SetTxDP(struct ath_hal *, u_int, uint32_t txdp); 162 extern uint32_t ar5210NumTxPending(struct ath_hal *, u_int); [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211.h | 131 u_int ah_sifstime; /* user-specified sifs time */ 132 u_int ah_slottime; /* user-specified slot time */ 133 u_int ah_acktimeout; /* user-specified ack timeout */ 134 u_int ah_ctstimeout; /* user-specified cts timeout */ 158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone); 178 extern HAL_BOOL ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q); 179 extern HAL_BOOL ar5211ResetTxQueue(struct ath_hal *ah, u_int q); 180 extern uint32_t ar5211GetTxDP(struct ath_hal *, u_int); 181 extern HAL_BOOL ar5211SetTxDP(struct ath_hal *, u_int, uint32_t txdp); 183 extern HAL_BOOL ar5211StartTxDma(struct ath_hal *, u_int); [all …]
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 180 static __inline u_int 181 atomic_fetchadd_int(volatile u_int *p, u_int v) in atomic_fetchadd_int() 194 atomic_testandset_int(volatile u_int *p, u_int v) in atomic_testandset_int() 210 atomic_testandclear_int(volatile u_int *p, u_int v) in atomic_testandclear_int() 614 return (atomic_cmpset_int((volatile u_int *)dst, (u_int)expect, in atomic_cmpset_long() 615 (u_int)src)); in atomic_cmpset_long() 622 return (atomic_fcmpset_int((volatile u_int *)dst, (u_int *)expect, in atomic_fcmpset_long() 623 (u_int)src)); in atomic_fcmpset_long() 630 return (atomic_fetchadd_int((volatile u_int *)p, (u_int)v)); in atomic_fetchadd_long() 634 atomic_testandset_long(volatile u_long *p, u_int v) in atomic_testandset_long() [all …]
|
/freebsd/sys/dev/agp/ |
H A D | agp_i810.h | 76 void agp_intel_gtt_clear_range(device_t dev, u_int first_entry, 77 u_int num_entries); 78 int agp_intel_gtt_map_memory(device_t dev, vm_page_t *pages, u_int num_entries, 81 u_int pg_start, u_int flags); 82 void agp_intel_gtt_insert_pages(device_t dev, u_int first_entry, 83 u_int num_entries, vm_page_t *pages, u_int flags); 88 void intel_gtt_clear_range(u_int first_entry, u_int num_entries); 89 void intel_gtt_install_pte(u_int index, vm_paddr_t addr, u_int flags); 90 int intel_gtt_map_memory(vm_page_t *pages, u_int num_entries, 92 void intel_gtt_insert_sg_entries(struct sglist *sg_list, u_int pg_start, [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_altq.h | 38 u_int minburst; 39 u_int maxburst; 40 u_int pktsize; 41 u_int maxpktsize; 42 u_int ns_per_byte; 43 u_int maxidle; 45 u_int offtime; 50 u_int target; 51 u_int interval; 61 u_int rtsc_m1; /* slope of the 1st segment in bps */ [all …]
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | sibavar.h | 66 u_int siba_get_intr_count(device_t dev, device_t child); 68 u_int intr, u_int *ivec); 81 u_int siba_port_count(struct siba_core_id *core_id, 84 bhnd_port_type port_type, u_int port); 86 u_int siba_port_region_count( 88 bhnd_port_type port_type, u_int port); 91 bhnd_port_type type, u_int port, u_int region, 92 u_int *cfgidx); 95 bhnd_port_type type, u_int port, u_int region, 96 u_int *addridx); [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-util.c | 51 u_int caplen = hdr->caplen; in swap_pflog_header() 52 u_int length = hdr->len; in swap_pflog_header() 53 u_int pfloghdr_length; in swap_pflog_header() 56 if (caplen < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid) || in swap_pflog_header() 57 length < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid)) { in swap_pflog_header() 64 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid)) { in swap_pflog_header() 70 if (caplen < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid) || in swap_pflog_header() 71 length < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid)) { in swap_pflog_header() 75 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid)) { in swap_pflog_header() 81 if (caplen < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid) || in swap_pflog_header() [all …]
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_var.h | 48 u_int r_blocks; 49 u_int r_blksz; 60 u_int sc_size; /* Flash size. */ 61 u_int sc_width; /* Interface width. */ 62 u_int sc_regions; /* Erase regions. */ 65 u_int sc_cmdset; 68 u_int sc_tto_counts[3]; 69 u_int sc_mto_counts[3]; 71 u_int sc_maxbuf; 78 u_int sc_wrbufsz; [all …]
|
/freebsd/crypto/openssh/ |
H A D | cipher.h | 59 const u_char *, u_int, const u_char *, u_int, int); 60 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *, 61 u_int, u_int, u_int); 62 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, 63 const u_char *, u_int); 65 u_int cipher_blocksize(const struct sshcipher *); 66 u_int cipher_keylen(const struct sshcipher *); 67 u_int cipher_seclen(const struct sshcipher *); 68 u_int cipher_authlen(const struct sshcipher *); 69 u_int cipher_ivlen(const struct sshcipher *); [all …]
|