Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 25 of 75) sorted by relevance

123

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dbitmap.h152 #define bm_setone(bmd, bn) bm_set((bmd), (bn), 1, 1) argument
153 #define dbm_setone(bmd, bn) dbm_set((bmd), (bn), 1, 1) argument
154 #define bm_unsetone(bmd, bn) bm_set((bmd), (bn), 1, 0) argument
155 #define dbm_unsetone(bmd, bn) dbm_set((bmd), (bn), 1, 0) argument
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c346 bmp_get(bmap_chunk_t *cp, u_quad_t bn) in bmp_get()
407 bm_chunk_new(bitmap_t *bmp, u_quad_t bn) in bm_chunk_new()
436 bm_chunk_alloc(bitmap_t *bmp, u_quad_t bn) in bm_chunk_alloc()
511 bm_chunk_find(bitmap_t *bmp, u_quad_t bn) in bm_chunk_find()
547 u_quad_t bn; in bmp_setval() local
592 u_quad_t bn; in bmp_getval() local
892 dbmp_get(dbmap_chunk_t *cp, u_quad_t bn) in dbmp_get()
914 dbm_chunk_seek(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_seek()
1017 dbm_chunk_new(dbitmap_t *bmp, u_quad_t bn) in dbm_chunk_new()
1163 u_quad_t bn; in dbmp_setval() local
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dglobal.h149 #define bn2c(bn) (uint_t)((diskaddr_t)(bn) / spc()) argument
150 #define bn2h(bn) (uint_t)(((diskaddr_t)(bn) % spc()) / nsect) argument
151 #define bn2s(bn) (uint_t)(((diskaddr_t)(bn) % spc()) % nsect) argument
H A Dmenu_command.c1221 diskaddr_t bn; in c_repair() local
1443 diskaddr_t bn; in c_show() local
1871 diskaddr_t bn; in c_backup() local
2119 diskaddr_t bn; in c_verify() local
H A Dctlr_ata.c356 ata_repair(diskaddr_t bn, int flag) in ata_repair()
H A Dio.c415 blkaddr_t bn; in input() local
2121 pr_dblock(void (*func)(char *, ...), diskaddr_t bn) in pr_dblock()
H A Danalyze.c447 scan_repair(diskaddr_t bn, int mode) in scan_repair()
H A Dmenu_defect.c257 diskaddr_t bn; in d_add() local
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c37 hb_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) in hb_process()
56 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) in rc_process()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c77 daddr_t bn; in ufs_rdwr_data() local
247 daddr_t bn; in ufs_alloc_data() local
H A Dquota.c166 daddr_t bn; in getdiskquota() local
H A Dufs_directio.c336 daddr_t bn; in ufs_directio_write() local
807 daddr_t bn; in ufs_directio_read() local
H A Dufs_bmap.c992 register daddr_t bn, nextbn; in findextent() local
1330 bmap_set_bn(struct vnode *vp, u_offset_t off, daddr32_t bn) in bmap_set_bn()
H A Dufs_inode.c1046 indirtrunc(struct inode *ip, daddr_t bn, daddr_t lastbn, int level, int flags) in indirtrunc()
1166 daddr_t bn, lastiblock[NIADDR]; in ufs_itrunc() local
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c138 char *bn = NULL; /* block name */ in _dev_unmount() local
563 char *spcl, char *bn) in call_unmount_prog()
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c41 int bn, cc; in lc_pacct() local
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c359 long bn; in getbit() local
386 long bn; in setbit() local
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c343 long bn; in getbit() local
371 long bn; in setbit() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c722 long bn; in dbm_access() local
786 long bn; in getbit() local
811 long bn; in setbit() local
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c434 char *bn; in openLocal() local
/illumos-gate/usr/src/uts/common/os/
H A Dfbio.c187 fbiwrite(struct fbuf *fbp, vnode_t *devvp, daddr_t bn, int bsize) in fbiwrite()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c168 sbmap(grub_daddr32_t bn) in sbmap()
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c342 hardware_remap(bn) in hardware_remap() argument
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c163 pci_process(topo_mod_t *mod, tnode_t *tn_hbr, di_node_t bn) in pci_process()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c105 nfs_dump(vnode_t *dumpvp, caddr_t addr, offset_t bn, offset_t count, in nfs_dump()

123