Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbitfield-size.c6 unsigned int get__bfu_a(struct bfu bf) { return bf.a; } in get__bfu_a()
7 unsigned int get__bfu_b(struct bfu bf) { return bf.b; } in get__bfu_b()
8 unsigned int get_pbfu_a(struct bfu *bf) { return bf->a; } in get_pbfu_a()
9 unsigned int get_pbfu_b(struct bfu *bf) { return bf->b; } in get_pbfu_b()
17 signed int get__bfs_a(struct bfs bf) { return bf.a; } in get__bfs_a()
18 signed int get__bfs_b(struct bfs bf) { return bf.b; } in get__bfs_b()
19 signed int get_pbfs_a(struct bfs *bf) { return bf->a; } in get_pbfs_a()
20 signed int get_pbfs_b(struct bfs *bf) { return bf->b; } in get_pbfs_b()
28 unsigned int get__bfi_a(struct bfi bf) { return bf.a; } in get__bfi_a()
29 unsigned int get__bfi_b(struct bfi bf) { return bf.b; } in get__bfi_b()
[all …]
H A Dbitfield-init-zero.c10 struct bfu bf = { .f = a, }; in bfuu_init() local
16 struct bfu bf = { .f = a, }; in bfus_init() local
22 struct bfu bf = { }; in bfu_get0() local
36 struct bfs bf = { .f = a, }; in bfsu_init() local
42 struct bfs bf = { .f = a, }; in bfss_init() local
48 struct bfs bf = { }; in bfs_get0() local
H A Dbitfield-store-load0.c6 } bf; in ufoo() local
17 } bf; in sfoo() local
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c45 clearok(WINDOW *w, bool bf) in clearok()
59 immedok(WINDOW *w, bool bf) in immedok()
73 leaveok(WINDOW *w, bool bf) in leaveok()
87 notimeout(WINDOW *w, bool bf) in notimeout()
101 scrollok(WINDOW *w, bool bf) in scrollok()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c48 clearok(WINDOW *w, bool bf) in clearok()
58 immedok(WINDOW *w, bool bf) in immedok()
66 leaveok(WINDOW *w, bool bf) in leaveok()
76 notimeout(WINDOW *w, bool bf) in notimeout()
86 scrollok(WINDOW *w, bool bf) in scrollok()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c53 struct bf struct
55 bool bf_committed; /* Has this buffered file been committed? */ argument
56 bool bf_ondisk; /* On disk: committed or buffer overflow */ argument
57 long bf_flags; argument
58 int bf_disk_fd; /* If on disk, associated file descriptor */ argument
59 char *bf_buf; /* Memory buffer */ argument
60 int bf_bufsize; /* Length of above buffer */ argument
61 int bf_buffilled; /* Bytes of buffer actually filled */ argument
62 char *bf_filename; /* Name of buffered file, if ever committed */ argument
64 off_t bf_offset; /* Currect file offset */ argument
[all …]
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c162 typedef struct bf { struct
163 struct bf *next; argument
164 struct bf *prev; argument
165 int len;
166 char *l;
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dshift-undef.c77 struct bf { struct
82 int bf(struct bf *p) in bf() function
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c215 struct ath_buf *bf; in arn_tx_flush_tid() local
262 struct ath_buf *bf) in arn_tx_addto_baw()
293 struct ath_buf *bf; in arn_tid_drain() local
724 struct ath_buf *bf; in arn_tx_sched_aggr() local
797 struct ath_buf *bf; in arn_tx_aggr_stop() local
1000 struct ath_buf *bf, in assign_aggr_tid_seqno()
1089 struct ath_buf *bf; in arn_tx_send_ht_normal() local
1112 struct ath_buf *bf; in arn_tx_txqaddbuf() local
1291 struct ath_buf *bf, in ath_buf_set_rate()
1653 struct ath_buf *bf; in arn_tx_draintxq() local
[all …]
H A Darn_beacon.c38 arn_beacon_setup(struct arn_softc *sc, struct ath_buf *bf) in arn_beacon_setup()
120 struct ath_buf *bf = list_head(&sc->sc_bcbuf_list); in arn_beacon_start_adhoc() local
171 struct ath_buf *bf; in arn_beacon_alloc() local
203 struct ath_buf *bf; in arn_beacon_return() local
H A Darn_recv.c35 arn_rx_buf_link(struct arn_softc *sc, struct ath_buf *bf) in arn_rx_buf_link()
277 struct ath_buf *bf; in arn_startrecv() local
401 arn_printrxbuf(struct ath_buf *bf, int32_t done) in arn_printrxbuf()
423 struct ath_buf *bf; in arn_rx_handler() local
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_record *pd, in __bigfloat_to_decimal()
533 _big_float bf; in single_to_decimal() local
605 _big_float bf; in double_to_decimal() local
650 _big_float bf; in extended_to_decimal() local
706 _big_float bf; in quadruple_to_decimal() local
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c303 ath_setup_desc(ath_t *asc, struct ath_buf *bf) in ath_setup_desc()
391 struct ath_buf *bf = *pbf; in ath_buflist_setup() local
421 struct ath_buf *bf; in ath_buflist_cleanup() local
464 struct ath_buf *bf; in ath_desc_alloc() local
513 ath_printrxbuf(struct ath_buf *bf, int32_t done) in ath_printrxbuf()
531 struct ath_buf *bf; in ath_rx_handler() local
647 ath_printtxbuf(struct ath_buf *bf, int done) in ath_printtxbuf()
669 ath_tx_start(ath_t *asc, struct ieee80211_node *in, struct ath_buf *bf, in ath_tx_start()
960 struct ath_buf *bf = NULL; in ath_xmit() local
1100 struct ath_buf *bf; in ath_tx_processq() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c79 static struct bf { struct
85 /* Values for bf.counter */ argument
/illumos-gate/usr/src/lib/libcurses/screen/
H A Duse_env.c45 use_env(int bf) in use_env()
H A Dmeta.c48 _meta(int bf) in _meta()
H A Dsetecho.c46 _setecho(int bf) in _setecho()
H A Dsetnonl.c46 _setnonl(int bf) in _setnonl()
H A Dkeypad.c48 keypad(WINDOW *win, bool bf) in keypad()
H A Dleaveok.c46 leaveok(WINDOW *win, bool bf) in leaveok()
H A Dnodelay.c55 nodelay(WINDOW *win, bool bf) in nodelay()
H A Dsyncok.c46 syncok(WINDOW *win, bool bf) in syncok()
H A Dclearok.c46 clearok(WINDOW *win, bool bf) in clearok()
H A Didcok.c46 idcok(WINDOW *win, bool bf) in idcok()
H A Dimmedok.c47 immedok(WINDOW *win, bool bf) in immedok()

1234