Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 1742) sorted by relevance

12345678910>>...70

/freebsd/sys/teken/
H A Dteken_subr.h36 teken_tab_isset(const teken_t *t, unsigned int col) in teken_tab_isset()
50 teken_tab_clear(teken_t *t, unsigned int col) in teken_tab_clear()
64 teken_tab_set(teken_t *t, unsigned int col) in teken_tab_set()
78 teken_tab_default(teken_t *t) in teken_tab_default()
89 teken_subr_do_scroll(const teken_t *t, int amount) in teken_subr_do_scroll()
150 teken_subr_do_cpr(const teken_t *t, unsigned int cmd, char response[16]) in teken_subr_do_cpr()
184 teken_subr_alignment_test(teken_t *t) in teken_subr_alignment_test()
202 teken_subr_backspace(teken_t *t) in teken_subr_backspace()
226 teken_subr_bell(const teken_t *t) in teken_subr_bell()
233 teken_subr_carriage_return(teken_t *t) in teken_subr_carriage_return()
[all …]
H A Dteken.c80 teken_funcs_bell(const teken_t *t) in teken_funcs_bell()
88 teken_funcs_cursor(const teken_t *t) in teken_funcs_cursor()
99 teken_funcs_putchar(const teken_t *t, const teken_pos_t *p, teken_char_t c, in teken_funcs_putchar()
111 teken_funcs_fill(const teken_t *t, const teken_rect_t *r, in teken_funcs_fill()
125 teken_funcs_copy(const teken_t *t, const teken_rect_t *r, const teken_pos_t *p) in teken_funcs_copy()
140 teken_funcs_pre_input(const teken_t *t) in teken_funcs_pre_input()
148 teken_funcs_post_input(const teken_t *t) in teken_funcs_post_input()
156 teken_funcs_param(const teken_t *t, int cmd, unsigned int value) in teken_funcs_param()
164 teken_funcs_respond(const teken_t *t, const void *buf, size_t len) in teken_funcs_respond()
179 teken_init(teken_t *t, const teken_funcs_t *tf, void *softc) in teken_init()
[all …]
H A Dteken_subr_compat.h30 teken_subr_cons25_set_border(const teken_t *t, unsigned int c) in teken_subr_cons25_set_border()
37 teken_subr_cons25_set_global_cursor_shape(const teken_t *t, unsigned int ncmds, in teken_subr_cons25_set_global_cursor_shape()
59 teken_subr_cons25_set_local_cursor_type(const teken_t *t, unsigned int type) in teken_subr_cons25_set_local_cursor_type()
69 teken_subr_cons25_set_default_background(teken_t *t, unsigned int c) in teken_subr_cons25_set_default_background()
77 teken_subr_cons25_set_default_foreground(teken_t *t, unsigned int c) in teken_subr_cons25_set_default_foreground()
87 teken_get_defattr_cons25(const teken_t *t, int *fg, int *bg) in teken_get_defattr_cons25()
97 teken_subr_cons25_switch_virtual_terminal(const teken_t *t, unsigned int vt) in teken_subr_cons25_switch_virtual_terminal()
104 teken_subr_cons25_set_bell_pitch_duration(const teken_t *t, unsigned int pitch, in teken_subr_cons25_set_bell_pitch_duration()
113 teken_subr_cons25_set_graphic_rendition(teken_t *t, unsigned int cmd, in teken_subr_cons25_set_graphic_rendition()
128 teken_subr_cons25_set_terminal_mode(teken_t *t, unsigned int mode) in teken_subr_cons25_set_terminal_mode()
/freebsd/usr.sbin/ppp/
H A Dthroughput.c46 throughput_init(struct pppThroughput *t, int period) in throughput_init()
70 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
82 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
134 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
162 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
232 throughput_stop(struct pppThroughput *t) in throughput_stop()
240 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
[all …]
/freebsd/contrib/lua/src/
H A Dltable.c75 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument
81 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) argument
84 #define hashstr(t,str) hashpow2(t, (str)->hash) argument
85 #define hashboolean(t,p) hashpow2(t, p) argument
88 #define hashpointer(t,p) hashmod(t, point2uint(p)) argument
108 static Node *hashint (const Table *t, lua_Integer i) { in hashint()
151 static Node *mainpositionTV (const Table *t, const TValue *key) { in mainpositionTV()
189 l_sinline Node *mainpositionfromnode (const Table *t, Node *nd) { in mainpositionfromnode()
244 #define limitequalsasize(t) (isrealasize(t) || ispow2((t)->alimit)) argument
250 LUAI_FUNC unsigned int luaH_realasize (const Table *t) { in luaH_realasize()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument
52 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) argument
53 #define hashboolean(t,p) hashpow2(t, p) argument
60 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) argument
63 #define hashpointer(t,p) hashmod(t, IntPoint(p)) argument
79 static Node *hashnum (const Table *t, lua_Number n) { in hashnum()
96 static Node *mainposition (const Table *t, const TValue *key) { in mainposition()
143 static int findindex (lua_State *L, Table *t, StkId key) { in findindex()
168 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
228 static int numusearray (const Table *t, int *nums) { in numusearray()
[all …]
/freebsd/sys/arm64/include/
H A Dbus.h75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
293 #define __bs_rs(sz, t, h, o) \ argument
295 #define __bs_ws(sz, t, h, o, v) \ argument
297 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
299 #define __bs_set(type, sz, t, h, o, v, c) \ argument
301 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
305 #define __bs_rs_s(sz, t, h, o) \ argument
307 #define __bs_ws_s(sz, t, h, o, v) \ argument
309 #define __bs_peek(sz, t, h, o, vp) \ argument
311 #define __bs_poke(sz, t, h, o, v) \ argument
[all …]
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c44 static char const * const t[] = { in hci_link2str() local
55 static char const * const t[] = { in hci_pin2str() local
66 static char const * const t[] = { in hci_scan2str() local
79 static char const * const t[] = { in hci_encrypt2str() local
100 static char const * const t[] = { in hci_coding2str() local
113 static char const * const t[] = { in hci_vdata2str() local
126 static char const * const t[] = { in hci_hmode2str() local
153 static char const * const t[] = { in hci_ver2str() local
174 static char const * const t[] = { in hci_lmpver2str() local
195 static char const * const t[] = { in hci_manufacturer2str() local
[all …]
/freebsd/sys/riscv/include/
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
262 #define __bs_rs(sz, t, h, o) \ argument
264 #define __bs_ws(sz, t, h, o, v) \ argument
266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
268 #define __bs_set(type, sz, t, h, o, v, c) \ argument
270 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
274 #define __bs_rs_s(sz, t, h, o) \ argument
276 #define __bs_ws_s(sz, t, h, o, v) \ argument
278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
284 #define bus_space_map(t, a, s, c, hp) \ argument
[all …]
/freebsd/sys/fs/nfs/
H A Dxdr_subs.h49 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
52 #define fxdr_nfsv2time(f, t) do { \ argument
60 #define txdr_nfsv2time(f, t) do { \ argument
68 #define fxdr_nfsv3time(f, t) do { \ argument
73 #define txdr_nfsv3time(f, t) do { \ argument
78 #define fxdr_nfsv4time(f, t) do { \ argument
84 #define txdr_nfsv4time(f, t) do { \ argument
95 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcodec.c42 EncTicketPart *t, in krb5_decode_EncTicketPart()
53 EncTicketPart *t, in krb5_encode_EncTicketPart()
64 EncASRepPart *t, in krb5_decode_EncASRepPart()
75 EncASRepPart *t, in krb5_encode_EncASRepPart()
86 EncTGSRepPart *t, in krb5_decode_EncTGSRepPart()
97 EncTGSRepPart *t, in krb5_encode_EncTGSRepPart()
108 EncAPRepPart *t, in krb5_decode_EncAPRepPart()
119 EncAPRepPart *t, in krb5_encode_EncAPRepPart()
130 Authenticator *t, in krb5_decode_Authenticator()
141 Authenticator *t, in krb5_encode_Authenticator()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dtime.c117 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { in isc_time_set()
126 isc_time_settoepoch(isc_time_t *t) { in isc_time_settoepoch()
134 isc_time_isepoch(const isc_time_t *t) { in isc_time_isepoch()
146 isc_time_now(isc_time_t *t) { in isc_time_now()
188 isc_time_nowplusinterval(isc_time_t *t, const isc_interval_t *i) { in isc_time_nowplusinterval()
255 isc_time_add(const isc_time_t *t, const isc_interval_t *i, isc_time_t *result) in isc_time_add()
281 isc_time_subtract(const isc_time_t *t, const isc_interval_t *i, in isc_time_subtract()
328 isc_time_seconds(const isc_time_t *t) { in isc_time_seconds()
336 isc_time_secondsastimet(const isc_time_t *t, time_t *secondsp) { in isc_time_secondsastimet()
373 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds()
[all …]
/freebsd/sys/powerpc/include/
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
264 #define __bs_rs(sz, t, h, o) \ argument
266 #define __bs_ws(sz, t, h, o, v) \ argument
268 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
270 #define __bs_set(type, sz, t, h, o, v, c) \ argument
272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
278 #define bus_space_map(t, a, s, c, hp) (*(t)->bs_map)(a, s, c, hp) argument
279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument
280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument
285 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
[all …]
/freebsd/stand/kshim/
H A Dbsd_busspace.c40 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in bus_space_subregion()
49 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1()
58 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2()
67 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4()
78 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1()
89 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2()
100 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4()
111 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1()
118 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2()
125 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4()
[all …]
/freebsd/contrib/bmake/
H A Dhash.c114 HashTable_Find(HashTable *t, Substring key, unsigned int h) in HashTable_Find()
136 HashTable_Init(HashTable *t) in HashTable_Init()
154 HashTable_Done(HashTable *t) in HashTable_Done()
176 HashTable_FindEntry(HashTable *t, const char *key) in HashTable_FindEntry()
185 HashTable_FindValue(HashTable *t, const char *key) in HashTable_FindValue()
196 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash()
203 HashTable_MaxChain(const HashTable *t) in HashTable_MaxChain()
221 HashTable_Enlarge(HashTable *t) in HashTable_Enlarge()
257 HashTable_CreateEntry(HashTable *t, const char *key, bool *out_isNew) in HashTable_CreateEntry()
287 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set()
[all …]
/freebsd/sys/ddb/
H A Ddb_expr.c53 int t; in db_term() local
112 int t; in db_unary() local
161 int t; in db_mult_expr() local
206 int t; in db_add_expr() local
243 int t; in db_shift_expr() local
278 int t; in db_logical_relation_expr() local
328 int t; in db_logical_and_expr() local
353 int t; in db_logical_or_expr() local
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_token.c79 #define GET_TOKEN_AREA(t, dptr, length) do { \ argument
104 token_t *t; in au_to_upriv() local
130 token_t *t; in au_to_privset() local
156 token_t *t; in au_to_arg32() local
180 token_t *t; in au_to_arg64() local
221 token_t *t; in au_to_attr32() local
270 token_t *t; in au_to_attr64() local
334 token_t *t; in au_to_data() local
391 token_t *t; in au_to_exit() local
422 token_t *t; in au_to_newgroups() local
[all …]
/freebsd/sys/security/audit/
H A Dbsm_token.c58 #define GET_TOKEN_AREA(t, dptr, length) do { \ argument
76 token_t *t; in au_to_upriv() local
101 token_t *t; in au_to_privset() local
126 token_t *t; in au_to_arg32() local
148 token_t *t; in au_to_arg64() local
187 token_t *t; in au_to_attr32() local
234 token_t *t; in au_to_attr64() local
296 token_t *t; in au_to_data() local
349 token_t *t; in au_to_exit() local
378 token_t *t; in au_to_newgroups() local
[all …]
/freebsd/sys/nfs/
H A Dxdr_subs.h49 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
52 #define fxdr_nfsv2time(f, t) \ argument
60 #define txdr_nfsv2time(f, t) \ argument
69 #define fxdr_nfsv3time(f, t) \ argument
74 #define txdr_nfsv3time(f, t) \ argument
85 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/contrib/bc/include/
H A Dfile.h103 bc_file_putchar(f,t,c) global() argument
104 bc_file_flushErr(f,t) global() argument
105 bc_file_flush(f,t) global() argument
106 bc_file_write(f,t,b,n) global() argument
107 bc_file_puts(f,t,s) global() argument
114 bc_file_putchar(f,t,c) global() argument
115 bc_file_flushErr(f,t) global() argument
116 bc_file_flush(f,t) global() argument
117 bc_file_write(f,t,b,n) global() argument
118 bc_file_puts(f,t,s) global() argument
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c237 zthr_t *t = arg; in zthr_procedure() local
291 zthr_t *t = kmem_zalloc(sizeof (*t), KM_SLEEP); in zthr_create_timer() local
314 zthr_destroy(zthr_t *t) in zthr_destroy()
331 zthr_wakeup(zthr_t *t) in zthr_wakeup()
364 zthr_cancel(zthr_t *t) in zthr_cancel()
408 zthr_resume(zthr_t *t) in zthr_resume()
450 zthr_iscancelled(zthr_t *t) in zthr_iscancelled()
473 zthr_iscurthread(zthr_t *t) in zthr_iscurthread()
485 zthr_wait_cycle_done(zthr_t *t) in zthr_wait_cycle_done()
533 zthr_has_waiters(zthr_t *t) in zthr_has_waiters()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dtime.c84 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { in isc_time_set()
105 isc_time_settoepoch(isc_time_t *t) { in isc_time_settoepoch()
113 isc_time_isepoch(const isc_time_t *t) { in isc_time_isepoch()
124 isc_time_now(isc_time_t *t) { in isc_time_now()
133 isc_time_nowplusinterval(isc_time_t *t, const isc_interval_t *i) { in isc_time_nowplusinterval()
163 isc_time_add(const isc_time_t *t, const isc_interval_t *i, isc_time_t *result) in isc_time_add()
184 isc_time_subtract(const isc_time_t *t, const isc_interval_t *i, in isc_time_subtract()
228 isc_time_seconds(const isc_time_t *t) { in isc_time_seconds()
247 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds()
256 isc_time_formattimestamp(const isc_time_t *t, char *buf, unsigned int len) { in isc_time_formattimestamp()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) in tcgetattr()
53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr()
80 speed_t cfgetospeed(const struct termios *t) in cfgetospeed()
85 speed_t cfgetispeed(const struct termios *t) in cfgetispeed()
91 cfsetospeed(struct termios *t,int speed) in cfsetospeed()
98 cfsetispeed(struct termios *t, int speed) in cfsetispeed()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.cpp21 #define ompd_declare_access(t, m) uint64_t ompd_access__##t##__##m; argument
25 #define ompd_declare_sizeof_member(t, m) uint64_t ompd_sizeof__##t##__##m; argument
29 #define ompd_declare_bitfield(t, m) uint64_t ompd_bitfield__##t##__##m; argument
33 #define ompd_declare_sizeof(t) uint64_t ompd_sizeof__##t; argument
54 #define ompd_init_access(t, m) \ in ompd_init() argument
63 #define ompd_init_bitfield(t, m) \ in ompd_init() argument
73 #define ompd_init_sizeof_member(t, m) \ in ompd_init() argument
78 #define ompd_init_sizeof(t) ompd_sizeof__##t = sizeof(t); in ompd_init() argument
/freebsd/tools/tools/ath/athalq/
H A Dtdma.c37 struct if_ath_alq_tdma_beacon_state t; in ath_tdma_beacon_state() local
56 struct if_ath_alq_tdma_timer_config t; in ath_tdma_timer_config() local
64 struct if_ath_alq_tdma_slot_calc t; in ath_tdma_slot_calc() local
82 struct if_ath_alq_tdma_tsf_adjust t; in ath_tdma_tsf_adjust() local
98 struct if_ath_alq_tdma_timer_set t; in ath_tdma_timer_set() local

12345678910>>...70