/dflybsd-src/contrib/tcpdump/ |
H A D | netdissect.h | 114 #define roundup2(x, y) (((x)+((u_int)((y)-1)))&(~((u_int)((y)-1)))) 139 u_int v; /* value */ 143 extern const char *tok2strbuf(const struct tok *, const char *, u_int, 147 extern const char *tok2str(const struct tok *, const char *, u_int); 148 extern char *bittok2str(const struct tok *, const char *, u_int); 149 extern char *bittok2str_nosep(const struct tok *, const char *, u_int); 249 const u_char *bp, u_int length); 377 #define ND_BYTES_BETWEEN(p1, p2) ((u_int)(((const uint8_t *)(p1)) - (const uint8_t *)(p2))) 394 extern u_int nd_printztn(netdissect_options *, const u_char *, u_int, const u_char *); 395 extern int nd_printn(netdissect_options *, const u_char *, u_int, const u_char *); [all …]
|
H A D | print-tipc.c | 160 u_int user; in print_payload() 161 u_int hsize; in print_payload() 162 u_int msize; in print_payload() 163 u_int mtype; in print_payload() 164 u_int broadcast_ack; in print_payload() 165 u_int link_ack; in print_payload() 166 u_int link_seq; in print_payload() 167 u_int prev_node; in print_payload() 168 u_int orig_port; in print_payload() 169 u_int dest_port; in print_payload() [all …]
|
/dflybsd-src/sys/sys/ |
H A D | vmmeter.h | 50 u_int v_swtch; /* context switches */ 51 u_int v_trap; /* calls to trap */ 52 u_int v_syscall; /* calls to syscall() */ 53 u_int v_intr; /* device interrupts */ 54 u_int v_ipi; /* inter processor interrupts */ 55 u_int v_timer; /* LAPIC timer interrupts */ 56 u_int v_soft; /* software interrupts */ 60 u_int v_vm_faults; /* number of address memory faults */ 61 u_int v_cow_faults; /* number of copy-on-writes */ 62 u_int v_cow_optim; /* number of optimized copy-on-writes */ [all …]
|
H A D | refcount.h | 40 void _refcount_wait(volatile u_int *countp, const char *wstr); 43 refcount_init(volatile u_int *countp, u_int value) in refcount_init() 49 refcount_acquire(volatile u_int *countp) in refcount_acquire() 55 refcount_acquire_n(volatile u_int *countp, u_int i) in refcount_acquire_n() 61 refcount_release(volatile u_int *countp) in refcount_release() 67 refcount_release_n(volatile u_int *countp, u_int i) in refcount_release_n() 87 refcount_release_wakeup(volatile u_int *countp) in refcount_release_wakeup() 89 u_int n; in refcount_release_wakeup() 101 refcount_release_wakeup_n(volatile u_int *countp, u_int i) in refcount_release_wakeup_n() 103 u_int n; in refcount_release_wakeup_n() [all …]
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | iscsi.h | 90 u_int AHSLength:8; // in 4byte words 91 u_int DSLength:24; // in bytes 93 u_int LUN[2]; // or Opcode-specific fields 94 u_int itt; 95 u_int OpcodeSpecificFields[7]; 102 u_int len:16; 103 u_int type:8; 104 u_int spec:8; 174 u_int len; 175 u_int lun[2]; [all …]
|
/dflybsd-src/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 …]
|
H A D | ar9300_stub_funcs.h | 42 extern HAL_BOOL ar9300_Stub_EepromRead(struct ath_hal *, u_int off, uint16_t *data); 43 extern HAL_BOOL ar9300_Stub_EepromWrite(struct ath_hal *, u_int off, uint16_t data); 46 extern u_int ar9300_Stub_GetWirelessModes(struct ath_hal *ah); 53 extern void ar9300_Stub_GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel); 69 extern u_int ar9300_Stub_GetDefAntenna(struct ath_hal *ah); 70 extern void ar9300_Stub_SetDefAntenna(struct ath_hal *ah, u_int antenna); 74 extern HAL_BOOL ar9300_Stub_SetSifsTime(struct ath_hal *, u_int); 75 extern u_int ar9300_Stub_GetSifsTime(struct ath_hal *); 76 extern HAL_BOOL ar9300_Stub_SetSlotTime(struct ath_hal *, u_int); 77 extern u_int ar9300_Stub_GetSlotTime(struct ath_hal *); [all …]
|
/dflybsd-src/sys/net/netmap/ |
H A D | netmap_mem2.h | 114 u_int size; 115 u_int num; 123 u_int objtotal; /* actual total number of objects. */ 124 u_int memtotal; /* actual total memory space */ 125 u_int numclusters; /* actual number of clusters */ 127 u_int objfree; /* number of free objects. */ 135 u_int objminsize; /* minimum object size */ 136 u_int objmaxsize; /* maximum object size */ 137 u_int nummin; /* minimum number of objects */ 138 u_int nummax; /* maximum number of objects */ [all …]
|
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | cpufunc.h | 82 static __inline u_int 83 bsfl(u_int mask) in bsfl() 85 u_int result; in bsfl() 109 static __inline u_int 110 bsrl(u_int mask) in bsrl() 112 u_int result; in bsrl() 134 do_cpuid(u_int ax, u_int *p) in do_cpuid() 142 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() 282 return (mask == 0 ? mask : (int)bsrl((u_int)mask) + 1); in fls() 340 inbc(u_int port) in inbc() [all …]
|
/dflybsd-src/sys/dev/netif/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 …]
|
/dflybsd-src/sys/dev/netif/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 …]
|
/dflybsd-src/sys/platform/pc64/include/ |
H A D | md_var.h | 48 extern u_int cpu_exthigh; 49 extern u_int via_feature_rng; 50 extern u_int via_feature_xcrypt; 51 extern u_int amd_feature; 52 extern u_int amd_feature2; 54 extern u_int cpu_clflush_line_size; 55 extern u_int cpu_stdext_feature; 56 extern u_int cpu_stdext_feature2; 57 extern u_int cpu_stdext_feature3; 58 extern u_int cpu_thermal_feature; [all …]
|
/dflybsd-src/sys/net/ |
H A D | bpf.h | 73 u_int bf_len; 81 u_int bs_recv; /* number of packets received */ 82 u_int bs_drop; /* number of packets dropped */ 104 #define BIOCGBLEN _IOR('B',102, u_int) 105 #define BIOCSBLEN _IOWR('B',102, u_int) 109 #define BIOCGDLT _IOR('B',106, u_int) 115 #define BIOCIMMEDIATE _IOW('B',112, u_int) 117 #define BIOCGRSIG _IOR('B',114, u_int) 118 #define BIOCSRSIG _IOW('B',115, u_int) 119 #define BIOCGHDRCMPLT _IOR('B',116, u_int) [all …]
|
/dflybsd-src/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 …]
|
H A D | uidswap.c | 68 (u_int)pw->pw_uid, (u_int)pw->pw_gid, in temporarily_use_uid() 69 (u_int)saved_euid, (u_int)saved_egid); in temporarily_use_uid() 125 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno)); in temporarily_use_uid() 128 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno)); in temporarily_use_uid() 131 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid() 134 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid() 153 debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid); in restore_uid() 156 fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno)); in restore_uid() 158 fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno)); in restore_uid() 192 debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid, in permanently_set_uid() [all …]
|
H A D | sftp-usergroup.c | 37 u_int id; 65 idname_enter(struct idname_tree *tree, u_int id, const char *name) in idname_enter() 78 idname_lookup(struct idname_tree *tree, u_int id) in idname_lookup() 90 freenames(char **names, u_int nnames) in freenames() 92 u_int i; in freenames() 103 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record() 106 u_int i; in lookup_and_record() 135 has_id(u_int id, u_int *ids, u_int nids) in has_id() 137 u_int i; in has_id() 151 collect_ids_from_glob(glob_t *g, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_glob() [all …]
|
/dflybsd-src/sbin/fsck_msdosfs/ |
H A D | dosfs.h | 46 u_int bpbBytesPerSec; /* bytes per sector */ 47 u_int bpbSecPerClust; /* sectors per cluster */ 48 u_int bpbResSectors; /* number of reserved sectors */ 49 u_int bpbFATs; /* number of bpbFATs */ 50 u_int bpbRootDirEnts; /* number of root directory entries */ 52 u_int bpbMedia; /* media descriptor */ 53 u_int bpbFATsmall; /* number of sectors per FAT */ 54 u_int SecPerTrack; /* sectors per track */ 55 u_int bpbHeads; /* number of heads */ 59 u_int bpbFSInfo; /* FSInfo sector */ [all …]
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | initcpu.c | 55 u_int cpu_feature; /* Feature flags */ 56 u_int cpu_feature2; /* Feature flags */ 57 u_int amd_feature; /* AMD feature flags */ 58 u_int amd_feature2; /* AMD feature flags */ 59 u_int via_feature_rng; /* VIA RNG features */ 60 u_int via_feature_xcrypt; /* VIA ACE features */ 61 u_int cpu_high; /* Highest arg to CPUID */ 62 u_int cpu_exthigh; /* Highest arg to extended CPUID */ 63 u_int cpu_id; /* Stepping ID */ 64 u_int cpu_procinfo; /* HyperThreading Info / Brand Index / CLFUSH */ [all …]
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/ |
H A D | ar5416.h | 113 u_int ah_globaltxtimeout; /* global tx timeout */ 114 u_int ah_gpioMask; 222 extern HAL_BOOL ar5416EepromRead(struct ath_hal *, u_int off, uint16_t *data); 223 extern HAL_BOOL ar5416EepromWrite(struct ath_hal *, u_int off, uint16_t data); 234 extern void ar5416GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel); 236 extern u_int ar5416GetWirelessModes(struct ath_hal *ah); 299 struct ath_desc *, uint32_t size, u_int flags); 375 extern HAL_BOOL ar5416StopTxDma(struct ath_hal *ah, u_int q); 377 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, 378 u_int txRate0, u_int txTries0, [all …]
|
/dflybsd-src/sys/dev/disk/advansys/ |
H A D | adwlib.h | 627 u_int memsize; 640 u_int max_acbs; 641 u_int num_acbs; 642 u_int initiator_id; 643 u_int init_level; 644 u_int unit; 679 static __inline u_int adw_lram_read_8(struct adw_softc *adw, u_int addr); 680 static __inline u_int adw_lram_read_16(struct adw_softc *adw, u_int addr); 681 static __inline u_int adw_lram_read_32(struct adw_softc *adw, u_int addr); 682 static __inline void adw_lram_write_8(struct adw_softc *adw, u_int addr, [all …]
|
/dflybsd-src/contrib/openbsd_libm/include/amd64/ |
H A D | ieee.h | 97 u_int sng_frac:23; 98 u_int sng_exp:8; 99 u_int sng_sign:1; 103 u_int dbl_fracl; 104 u_int dbl_frach:20; 105 u_int dbl_exp:11; 106 u_int dbl_sign:1; 110 u_int ext_fracl; 111 u_int ext_frach; 112 u_int ext_exp:15; [all …]
|
/dflybsd-src/stand/lib/ |
H A D | dosfs.h | 98 u_int bufsec; /* buffered sector */ 99 u_int links; /* active links to structure */ 100 u_int spc; /* sectors per cluster */ 101 u_int bsize; /* cluster size in bytes */ 102 u_int bshift; /* cluster conversion shift */ 103 u_int dirents; /* root directory entries */ 104 u_int spf; /* sectors per fat */ 105 u_int rdcl; /* root directory start cluster */ 106 u_int lsnfat; /* start of fat */ 107 u_int lsndir; /* start of root dir */ [all …]
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah.h | 685 u_int rs_count; /* number of valid entries */ 698 u_int Tries; 699 u_int Rate; /* hardware rate code */ 700 u_int RateIndex; /* rate series table index */ 701 u_int PktDuration; 702 u_int ChSel; 703 u_int RateFlags; 708 u_int tx_power_cap; /* in 1/2 dBm units XXX TODO */ 1352 u_int mode); 1370 struct ieee80211_channel *, u_int chainMask, [all …]
|
/dflybsd-src/sys/net/altq/ |
H A D | altq_rmclass.h | 120 u_int handle; 121 u_int depth; 125 u_int over; /* # times went over limit */ 126 u_int borrows; /* # times tried to borrow */ 127 u_int overactions; /* # times invoked overlimit action */ 128 u_int delays; /* # times invoked delay actions */ 139 u_int ns_per_byte_; /* NanoSeconds per byte. */ 140 u_int maxrate_; /* Bytes per second for this class. */ 141 u_int allotment_; /* Fraction of link bandwidth. */ 142 u_int w_allotment_; /* Weighted allotment for WRR */ [all …]
|
/dflybsd-src/sys/dev/netif/fxp/ |
H A D | if_fxpreg.h | 133 volatile u_int byte_count:6, member 135 volatile u_int rx_fifo_limit:4, member 139 volatile u_int mwi_enable:1, /* 8,9 */ member 144 volatile u_int rx_dma_bytecount:7, member 146 volatile u_int tx_dma_bytecount:7, 148 volatile u_int late_scb:1, /* 7 */ 156 volatile u_int disc_short_rx:1, member 161 volatile u_int mediatype:1, /* 7 */ member 164 volatile u_int tcp_udp_cksum:1, /* 9 */ member 170 volatile u_int :3, member [all …]
|