Home
last modified time | relevance | path

Searched refs:bf (Results 126 – 150 of 241) sorted by relevance

12345678910

/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/loadkeys/type_4/
H A Ditaly_554 key 44 all bf(8)
H A Ditaly_hobo62 key 44 all bf(8)
H A Dportugal_556 key 44 all bf(8)
H A Dspain_557 key 44 all bf(8)
H A Dspain_hobo65 key 44 all bf(8)
H A Dswiss_french_559 key 44 all bf(8)
H A Dswiss_german_559 key 44 all bf(8)
H A Dcanadian_french_561 key 44 all bf(8)
H A Dczech_559 key 44 all bf(8)
H A Dportugal_hobo64 key 44 all bf(8)
H A Dswiss_french_hobo67 key 44 all bf(8)
H A Dswiss_german_hobo67 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 Dfrance_564 key 44 all bf(8)
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3002 struct flock64 bf; in chklock() local
3005 bf.l_type = (iomode & FWRITE) ? F_WRLCK : F_RDLCK; in chklock()
3006 bf.l_whence = 0; in chklock()
3007 bf.l_start = offset; in chklock()
3008 bf.l_len = len; in chklock()
3010 bf.l_pid = curproc->p_pid; in chklock()
3011 bf.l_sysid = 0; in chklock()
3013 bf.l_pid = ct->cc_pid; in chklock()
3014 bf.l_sysid = ct->cc_sysid; in chklock()
3017 if ((i = reclock(vp, &bf, i, 0, offset, NULL)) != 0 || in chklock()
[all …]
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Ditaly52 key 73 all bf(8)
H A Dlatinamerica56 key 73 all bf(8)
H A Dportugal54 key 73 all bf(8)
H A Dspain56 key 73 all bf(8)
H A Dswiss_french57 key 73 all bf(8)
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-cpqary3.p5m41 alias=pci103c,21bf \
H A Ddriver-storage-smrt.p5m46 # alias=pci103c,21bf
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c186 struct flock64 bf; in rfs_setattr() local
300 bf.l_type = F_WRLCK; in rfs_setattr()
301 bf.l_whence = 0; in rfs_setattr()
302 bf.l_start = (off64_t)va.va_size; in rfs_setattr()
303 bf.l_len = 0; in rfs_setattr()
304 bf.l_sysid = 0; in rfs_setattr()
305 bf.l_pid = 0; in rfs_setattr()
307 error = VOP_SPACE(vp, F_FREESP, &bf, FWRITE, in rfs_setattr()

12345678910