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

1234567891011>>

/freebsd-current/contrib/mandoc/
H A Ddba_write.h24 int32_t dba_tell(void);
25 void dba_seek(int32_t);
26 int32_t dba_align(void);
27 int32_t dba_skip(int32_t, int32_t);
30 void dba_int_write(int32_t);
H A Ddbm_map.h26 void *dbm_get(int32_t);
27 int32_t *dbm_getint(int32_t);
28 int32_t dbm_addr(const void *);
H A Ddbm.h35 int32_t page;
36 int32_t bits;
45 int32_t addr;
50 const int32_t *pp;
56 int32_t dbm_page_count(void);
57 struct dbm_page *dbm_page_get(int32_t);
62 void dbm_page_bymacro(int32_t, const struct dbm_match *);
65 int32_t dbm_macro_count(int32_t);
66 struct dbm_macro *dbm_macro_get(int32_t, int32_
[all...]
H A Ddba_array.h33 struct dba_array *dba_array_new(int32_t, int);
35 void dba_array_set(struct dba_array *, int32_t, void *);
37 void *dba_array_get(struct dba_array *, int32_t);
42 void dba_array_setpos(struct dba_array *, int32_t, int32_t);
43 int32_t dba_array_getpos(struct dba_array *);
45 int32_t dba_array_writelen(struct dba_array *, int32_t);
H A Ddba.h37 struct dba *dba_new(int32_t);
44 void dba_page_add(struct dba_array *, int32_t, const char *);
47 void dba_macro_new(struct dba *, int32_t,
48 const char *, const int32_t *);
49 void dba_macro_add(struct dba_array *, int32_t,
/freebsd-current/tools/tools/find-sb/
H A Dmini_ufs.h33 int32_t cs_ndir; /* number of directories */
34 int32_t cs_nbfree; /* number of free blocks */
35 int32_t cs_nifree; /* number of free inodes */
36 int32_t cs_nffree; /* number of free frags */
52 int32_t fs_firstfield; /* historic filesystem linked list, */
53 int32_t fs_unused_1; /* used for incore super blocks */
54 int32_t fs_sblkno; /* offset of super-block in filesys */
55 int32_t fs_cblkno; /* offset of cyl-block in filesys */
56 int32_t fs_iblkno; /* offset of inode-blocks in filesys */
57 int32_t fs_dblkn
[all...]
/freebsd-current/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.h32 int32_t uinput_open_mouse(hid_device_p const d, bdaddr_p local);
33 int32_t uinput_open_keyboard(hid_device_p const d, bdaddr_p local);
34 int32_t uinput_rep_mouse(int32_t fd, int32_t x, int32_t y, int32_t z,
35 int32_t t, int32_t buttons, int32_t obutton
[all...]
H A Dkbd.h38 int32_t kbd_maxkey (void);
39 int32_t kbd_process_keys (bthid_session_p s);
40 int32_t kbd_status_changed(bthid_session_p s, uint8_t *data, int32_t len);
H A Dbthidd.h46 int32_t cons; /* /dev/consolectl */
47 int32_t ctrl; /* control channel (listen) */
48 int32_t intr; /* intr. channel (listen) */
49 int32_t maxfd; /* max fd in sets */
50 int32_t uinput; /* enable evdev support */
62 int32_t ctrl; /* control channel */
63 int32_t intr; /* interrupt channel */
64 int32_t vkbd; /* virual keyboard */
66 int32_t ukbd; /* evdev user input */
67 int32_t umous
[all...]
/freebsd-current/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-current/include/
H A Dnl_types.h56 int32_t __magic;
57 int32_t __nsets;
58 int32_t __mem;
59 int32_t __msg_hdr_offset;
60 int32_t __msg_txt_offset;
64 int32_t __setno; /* set number: 0 < x <= NL_SETMAX */
65 int32_t __nmsgs; /* number of messages in the set */
66 int32_t __index; /* index of first msg_hdr in msg_hdr table */
70 int32_t __msgno; /* msg number: 0 < x <= NL_MSGMAX */
71 int32_t __msgle
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes32.h33 typedef int32_t daddr32_t;
34 typedef int32_t time32_t;
/freebsd-current/include/protocols/
H A Ddumprestore.h78 int32_t c_type; /* record type (see below) */
79 int32_t c_old_date; /* date of this dump */
80 int32_t c_old_ddate; /* date of previous dump */
81 int32_t c_volume; /* dump volume number */
82 int32_t c_old_tapea; /* logical block of this record */
84 int32_t c_magic; /* magic number (see above) */
85 int32_t c_checksum; /* record checksum */
93 int32_t c_old_atime; /* old last access time, seconds */
94 int32_t c_atimensec; /* last access time, nanoseconds */
95 int32_t c_old_mtim
[all...]
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dserver.h65 int32_t maxfd; /* max. descriptor is the set */
78 int32_t server_init(server_p srv, const char *control);
80 int32_t server_do(server_p srv);
82 int32_t server_prepare_service_search_response(server_p srv, int32_t fd);
83 int32_t server_send_service_search_response(server_p srv, int32_t fd);
85 int32_t server_prepare_service_attribute_response(server_p srv, int32_t fd);
86 int32_t server_send_service_attribute_respons
[all...]
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_atomic.h73 int32_t cl_atomic_inc(IN atomic32_t * const p_value);
103 int32_t cl_atomic_dec(IN atomic32_t * const p_value);
133 int32_t
134 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment);
167 int32_t
168 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement);
/freebsd-current/contrib/ntp/include/
H A Dntp_calendar.h39 int32_t hi;
40 int32_t lo;
171 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);
178 ntpcal_weekjoin(int32_t /* weeks */, int32_t /* seconds */);
183 extern int32_t
184 ntpcal_leapyears_in_years(int32_t /* years */);
189 extern int32_t
190 ntpcal_days_in_years(int32_t /* year
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtypes32.h30 typedef int32_t daddr32_t;
31 typedef int32_t time32_t;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_unsol.h40 extern int32_t ocs_unsol_rq_thread(ocs_thread_t *mythread);
41 extern int32_t ocs_unsolicited_cb(void *arg, ocs_hw_sequence_t *seq);
42 extern int32_t ocs_node_purge_pending(ocs_node_t *node);
43 extern int32_t ocs_process_node_pending(ocs_node_t *node);
44 extern int32_t ocs_domain_process_pending(ocs_domain_t *domain);
45 extern int32_t ocs_domain_purge_pending(ocs_domain_t *domain);
46 extern int32_t ocs_dispatch_unsolicited_bls(ocs_node_t *node, ocs_hw_sequence_t *seq);
50 extern int32_t ocs_sframe_send_bls_acc(ocs_node_t *node, ocs_hw_sequence_t *seq);
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtypes32.h47 typedef int32_t daddr32_t;
48 typedef int32_t off32_t;
50 typedef int32_t blkcnt32_t;
53 typedef int32_t id32_t;
56 typedef int32_t key32_t;
62 typedef int32_t pid32_t;
64 typedef int32_t ssize32_t;
65 typedef int32_t time32_t;
66 typedef int32_t clock32_t;
70 int32_t tv_use
[all...]
/freebsd-current/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-current/sys/contrib/vchiq/interface/vchi/
H A Dvchi_mh.h39 typedef int32_t VCHI_MEM_HANDLE_T;
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h59 int32_t enum_val;
69 int32_t is_enum;
70 int32_t is_bits;
115 int32_t error;
128 int32_t done;
170 int32_t objects;
236 int32_t snmp_import_file(struct snmp_toolinfo *, struct fname *);
237 int32_t snmp_import_all(struct snmp_toolinfo *);
238 int32_t add_filename(struct snmp_toolinfo *, const char *,
239 const struct asn_oid *, int32_t);
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h63 typedef int32_t (*VCHI_CONNECTION_CRC_CONTROL_T)( VCHI_CONNECTION_STATE_T *state_handle,
67 typedef int32_t (*VCHI_CONNECTION_SERVICE_CONNECT_T)( VCHI_CONNECTION_STATE_T *state_handle,
68 int32_t service_id,
74 int32_t want_crc,
75 int32_t want_unaligned_bulk_rx,
76 int32_t want_unaligned_bulk_tx,
80 typedef int32_t (*VCHI_CONNECTION_SERVICE_DISCONNECT_T)( VCHI_CONNECTION_SERVICE_HANDLE_T service_handle );
83 typedef int32_t (*VCHI_CONNECTION_SERVICE_QUEUE_MESSAGE_T)( VCHI_CONNECTION_SERVICE_HANDLE_T service_handle,
90 typedef int32_t (*VCHI_CONNECTION_SERVICE_QUEUE_MESSAGEV_T)( VCHI_CONNECTION_SERVICE_HANDLE_T service_handle,
97 typedef int32_t (*VCHI_CONNECTION_SERVICE_DEQUEUE_MESSAGE_
[all...]
/freebsd-current/sys/sys/
H A Dhhook.h75 typedef int (*hhook_func_t)(int32_t hhook_type, int32_t hhook_id, void *udata,
86 int32_t hook_id;
87 int32_t hook_type;
98 int32_t hhh_id;
99 int32_t hhh_nhooks;
100 int32_t hhh_type;
119 int hhook_head_register(int32_t hhook_type, int32_t hhook_id,
124 int hhook_head_deregister_lookup(int32_t hhook_typ
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBUnixSignals.h33 const char *GetSignalAsCString(int32_t signo) const;
35 int32_t GetSignalNumberFromName(const char *name) const;
37 bool GetShouldSuppress(int32_t signo) const;
39 bool SetShouldSuppress(int32_t signo, bool value);
41 bool GetShouldStop(int32_t signo) const;
43 bool SetShouldStop(int32_t signo, bool value);
45 bool GetShouldNotify(int32_t signo) const;
47 bool SetShouldNotify(int32_t signo, bool value);
49 int32_t GetNumSignals() const;
51 int32_t GetSignalAtInde
[all...]

Completed in 268 milliseconds

1234567891011>>