Home
last modified time | relevance | path

Searched refs:bf (Results 1 – 25 of 241) sorted by path

12345678910

/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c259 basl_open(struct basl_fio *bf, int suffix) in basl_open() argument
267 bf->fd = mkstemps(bf->f_name, strlen(BHYVE_ASL_SUFFIX)); in basl_open()
270 bf->fd = mkstemp(bf->f_name); in basl_open()
273 if (bf->fd > 0) { in basl_open()
274 bf->fp = fdopen(bf->fd, "w+"); in basl_open()
275 if (bf->fp == NULL) { in basl_open()
276 unlink(bf->f_name); in basl_open()
277 close(bf->fd); in basl_open()
287 basl_close(struct basl_fio *bf) in basl_close() argument
291 unlink(bf->f_name); in basl_close()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c79 static struct bf { struct
126 struct bf *b; in readit()
148 struct bf *b; in read_ahead()
219 struct bf *b; in write_behind()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Diso21 | b8 � | b9 � | ba � | bb � | bc � | bd � | be � | bf � |
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c88 static void rdfs(daddr_t bno, int size, char *bf);
89 static void wtfs(daddr_t bno, int size, char *bf);
1132 rdfs(daddr_t bno, int size, char *bf) in rdfs() argument
1143 n = read(fsi, bf, size); in rdfs()
1157 wtfs(daddr_t bno, int size, char *bf) in wtfs() argument
1173 n = write(fso, bf, size); in wtfs()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c404 static void rdfs(diskaddr_t bno, int size, char *bf);
405 static void wtfs(diskaddr_t bno, int size, char *bf);
3209 rdfs(diskaddr_t bno, int size, char *bf) in rdfs() argument
3231 n = read(fsi, bf, size); in rdfs()
3250 wtfs(diskaddr_t bno, int size, char *bf) in wtfs() argument
3271 n = write(fso, bf, size); in wtfs()
3307 freebuf(bf); in awtfs()
3311 transp->buffer = bf; in awtfs()
3349 wtfs_breakup(diskaddr_t bno, int size, char *bf) in wtfs_breakup() argument
3376 n = write(fso, bf, wsize); in wtfs_breakup()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c131 a->bf = 0; in avl_ll()
133 b->bf = 0; in avl_ll()
157 a->bf = 0; in avl_rr()
159 b->bf = 0; in avl_rr()
195 a->bf = 0; in avl_lr()
196 b->bf = 1; in avl_lr()
200 a->bf = 0; in avl_lr()
201 b->bf = 0; in avl_lr()
209 c->bf = 0; in avl_lr()
259 c->bf = 0; in avl_rl()
[all …]
H A Disns_htab.h54 int bf; member
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A Dreset119 key 75 all bf(8)
145 key 99 base bf(8) shift 0 caps bf(8) ctrl pad0 altg nop numl pad0
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dcanadian_french_561 key 44 all bf(8)
H A Dcanadian_french_5_tbits568 key 44 all bf(8)
H A Dcanadian_french_hobo67 key 44 all bf(8)
H A Dczech_559 key 44 all bf(8)
H A Ddenmark_553 key 50 all bf(10) numl padsep
57 key 44 all bf(8)
H A Ddenmark_hobo61 key 50 all bf(10) numl padsep
65 key 44 all bf(8)
H A Dfrance_564 key 44 all bf(8)
H A Dfrance_hobo71 key 44 all bf(8)
H A Dgermany_560 key 50 all bf(10) numl padsep
64 key 44 all bf(8)
H A Dgermany_hobo67 key 50 all bf(10) numl padsep
71 key 44 all bf(8)
H A Dhungary_564 key 44 all bf(8)
H A Ditaly_554 key 44 all bf(8)
H A Ditaly_hobo62 key 44 all bf(8)
H A Djapan28 key 13 all bf(4)
45 key 115 all bf(1)
47 key 116 all bf(2)
H A Djapan_532 key 13 all bf(4)
49 key 115 all bf(1)
51 key 116 all bf(2)
57 key 44 all bf(8)
H A Djapan_hobo32 key 13 all bf(4)
60 key 115 all bf(1)
62 key 116 all bf(2)
68 key 44 all bf(8)
H A Dkorea78 key 48 all bf(13)
80 key 50 all bf(10) numl paddot
97 key 67 all bf(4)
101 key 71 all bf(15) numl padminus
120 key 90 all bf(11) numl padenter
124 key 94 all bf(8) numl pad0
141 key 111 all bf(3)
155 key 125 all bf(14) numl padplus

12345678910