Searched refs:int32_t (Results 1 - 25 of 1105) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/find-sb/
H A Dmini_ufs.h35 int32_t cs_ndir; /* number of directories */
36 int32_t cs_nbfree; /* number of free blocks */
37 int32_t cs_nifree; /* number of free inodes */
38 int32_t cs_nffree; /* number of free frags */
54 int32_t fs_firstfield; /* historic filesystem linked list, */
55 int32_t fs_unused_1; /* used for incore super blocks */
56 int32_t fs_sblkno; /* offset of super-block in filesys */
57 int32_t fs_cblkno; /* offset of cyl-block in filesys */
58 int32_t fs_iblkno; /* offset of inode-blocks in filesys */
59 int32_t fs_dblkn
[all...]
/freebsd-10.0-release/lib/libc/locale/
H A Drunefile.h39 int32_t min;
40 int32_t max;
41 int32_t map;
49 int32_t maplower[_CACHED_RUNES];
50 int32_t mapupper[_CACHED_RUNES];
52 int32_t runetype_ext_nranges;
53 int32_t maplower_ext_nranges;
54 int32_t mapupper_ext_nranges;
56 int32_t variable_len;
/freebsd-10.0-release/contrib/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.h37 int32_t kbd_maxkey (void);
38 int32_t kbd_process_keys (bthid_session_p s);
39 int32_t kbd_status_changed(bthid_session_p s, uint8_t *data, int32_t len);
H A Dbthidd.h45 int32_t cons; /* /dev/consolectl */
46 int32_t ctrl; /* control channel (listen) */
47 int32_t intr; /* intr. channel (listen) */
48 int32_t maxfd; /* max fd in sets */
60 int32_t ctrl; /* control channel */
61 int32_t intr; /* interrupt channel */
62 int32_t vkbd; /* virual keyboard */
77 int32_t server_init (bthid_server_p srv);
79 int32_t server_do (bthid_server_p srv);
81 int32_t client_resca
[all...]
/freebsd-10.0-release/include/
H A Dnl_types.h57 int32_t __magic;
58 int32_t __nsets;
59 int32_t __mem;
60 int32_t __msg_hdr_offset;
61 int32_t __msg_txt_offset;
65 int32_t __setno; /* set number: 0 < x <= NL_SETMAX */
66 int32_t __nmsgs; /* number of messages in the set */
67 int32_t __index; /* index of first msg_hdr in msg_hdr table */
71 int32_t __msgno; /* msg number: 0 < x <= NL_MSGMAX */
72 int32_t __msgle
[all...]
/freebsd-10.0-release/include/protocols/
H A Ddumprestore.h80 int32_t c_type; /* record type (see below) */
81 int32_t c_old_date; /* date of this dump */
82 int32_t c_old_ddate; /* date of previous dump */
83 int32_t c_volume; /* dump volume number */
84 int32_t c_old_tapea; /* logical block of this record */
86 int32_t c_magic; /* magic number (see above) */
87 int32_t c_checksum; /* record checksum */
95 int32_t c_old_atime; /* old last access time, seconds */
96 int32_t c_atimensec; /* last access time, nanoseconds */
97 int32_t c_old_mtim
[all...]
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dserver.h64 int32_t maxfd; /* max. descriptor is the set */
77 int32_t server_init(server_p srv, const char *control);
79 int32_t server_do(server_p srv);
81 int32_t server_prepare_service_search_response(server_p srv, int32_t fd);
82 int32_t server_send_service_search_response(server_p srv, int32_t fd);
84 int32_t server_prepare_service_attribute_response(server_p srv, int32_t fd);
85 int32_t server_send_service_attribute_respons
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_atomic.h73 int32_t cl_atomic_inc(IN atomic32_t * const p_value);
104 int32_t cl_atomic_dec(IN atomic32_t * const p_value);
135 int32_t
136 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment);
170 int32_t
171 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement);
H A Dcl_atomic_osd.h57 static inline int32_t cl_atomic_inc(IN atomic32_t * const p_value)
59 int32_t new_val;
68 static inline int32_t cl_atomic_dec(IN atomic32_t * const p_value)
70 int32_t new_val;
79 static inline int32_t
80 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment)
82 int32_t new_val;
91 static inline int32_t
92 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement)
94 int32_t new_va
[all...]
/freebsd-10.0-release/lib/libusbhid/
H A Dusbhid.h45 int32_t logical_minimum;
46 int32_t logical_maximum;
47 int32_t physical_minimum;
48 int32_t physical_maximum;
49 int32_t unit_exponent;
50 int32_t unit;
51 int32_t report_size;
52 int32_t report_ID;
54 int32_t report_count;
57 int32_t usage_minimu
[all...]
/freebsd-10.0-release/sys/dev/wtap/wtap_hal/
H A Dhal.h50 int32_t new_wtap(struct wtap_hal *, int32_t id);
51 int32_t free_wtap(struct wtap_hal *, int32_t id);
/freebsd-10.0-release/lib/csu/common/
H A Dcrtbrand.c55 int32_t namesz;
56 int32_t descsz;
57 int32_t type;
59 int32_t desc;
62 .descsz = sizeof(int32_t),
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h46 int32_t sem_otime;
47 int32_t sem_ctime;
65 int32_t msg_stime;
66 int32_t msg_rtime;
67 int32_t msg_ctime;
72 int32_t shm_segsz;
76 int32_t shm_atime;
77 int32_t shm_dtime;
78 int32_t shm_ctime;
82 int32_t used_id
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h38 GetSignalAsCString (int32_t signo) const;
41 SignalIsValid (int32_t signo) const;
43 int32_t
47 GetSignalInfo (int32_t signo,
53 GetShouldSuppress (int32_t signo) const;
56 SetShouldSuppress (int32_t signo,
64 GetShouldStop (int32_t signo) const;
67 SetShouldStop (int32_t signo,
74 GetShouldNotify (int32_t signo) const;
77 SetShouldNotify (int32_t sign
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Ddinode.h90 typedef int32_t ufs1_daddr_t;
137 int32_t di_mtimensec; /* 64: Last modified time. */
138 int32_t di_atimensec; /* 68: Last access time. */
139 int32_t di_ctimensec; /* 72: Last inode change time. */
140 int32_t di_birthnsec; /* 76: Inode creation time. */
144 int32_t di_extsize; /* 92: External attributes block. */
173 int32_t di_atime; /* 16: Last access time. */
174 int32_t di_atimensec; /* 20: Last access time. */
175 int32_t di_mtime; /* 24: Last modified time. */
176 int32_t di_mtimense
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h61 int32_t enum_val;
71 int32_t is_enum;
72 int32_t is_bits;
117 int32_t error;
130 int32_t done;
172 int32_t objects;
238 int32_t snmp_import_file(struct snmp_toolinfo *, struct fname *);
239 int32_t snmp_import_all(struct snmp_toolinfo *);
240 int32_t add_filename(struct snmp_toolinfo *, const char *,
241 const struct asn_oid *, int32_t);
[all...]
/freebsd-10.0-release/sys/mips/include/
H A Dsigframe.h57 int32_t sf_signum;
58 int32_t sf_siginfo; /* code or pointer to sf_si */
59 int32_t sf_ucontext; /* points to sf_uc */
60 int32_t sf_addr; /* undocumented 4th arg */
/freebsd-10.0-release/usr.bin/mklocale/
H A Dldef.h43 int32_t min;
44 int32_t max;
45 int32_t map;
/freebsd-10.0-release/sys/sys/
H A Dhhook.h72 typedef int (*hhook_func_t)(int32_t hhook_type, int32_t hhook_id, void *udata,
83 int32_t hook_id;
84 int32_t hook_type;
95 int32_t hhh_id;
96 int32_t hhh_nhooks;
97 int32_t hhh_type;
116 int hhook_head_register(int32_t hhook_type, int32_t hhook_id,
121 int hhook_head_deregister_lookup(int32_t hhook_typ
[all...]
/freebsd-10.0-release/sys/xen/interface/io/
H A Dfbif.h47 int32_t x; /* source x */
48 int32_t y; /* source y */
49 int32_t width; /* rect width */
50 int32_t height; /* rect height */
62 int32_t width; /* width in pixels */
63 int32_t height; /* height in pixels */
64 int32_t stride; /* stride in bytes */
65 int32_t depth; /* depth in bits */
66 int32_t offset; /* offset of the framebuffer in bytes */
136 int32_t widt
[all...]
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dffs_extern.h54 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
57 void ffs_clusteracct(struct fs *, struct cg *, int32_t, int);
70 void ffs_fragacct(struct fs *, int, int32_t[], int, int);
71 int ffs_isblock(struct fs *, u_char *, int32_t);
72 int ffs_isfreeblock(struct fs *, u_char *, int32_t);
73 void ffs_clrblock(struct fs *, u_char *, int32_t);
74 void ffs_setblock(struct fs *, u_char *, int32_t);
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h86 int32_t port_no;
102 int32_t port_no; /* The bridge member system index. */
103 int32_t if_idx; /* SNMP ifIndex from mibII. */
108 int32_t status; /* The entry status. */
112 int32_t path_cost;
113 int32_t priority;
114 int32_t design_cost;
124 int32_t admin_path_cost;
132 int32_t max_info;
133 int32_t in_frame
[all...]
/freebsd-10.0-release/sys/ufs/ffs/
H A Dfs.h229 int32_t version; /* version of command structure */
230 int32_t handle; /* reference to filesystem to be changed */
243 int32_t cs_ndir; /* number of directories */
244 int32_t cs_nbfree; /* number of free blocks */
245 int32_t cs_nifree; /* number of free inodes */
246 int32_t cs_nffree; /* number of free frags */
261 int32_t fs_firstfield; /* historic filesystem linked list, */
262 int32_t fs_unused_1; /* used for incore super blocks */
263 int32_t fs_sblkno; /* offset of super-block in filesys */
264 int32_t fs_cblkn
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Dbptypes.h13 #define int32 int32_t

Completed in 341 milliseconds

1234567891011>>