Home
last modified time | relevance | path

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

1234

/titanic_44/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
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c319 bmp_set(bmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in bmp_set()
346 bmp_get(bmap_chunk_t *cp, u_quad_t bn) in bmp_get()
368 bm_chunk_setup(bitmap_t *bmp, bmap_chunk_t *cp, u_quad_t bn) in bm_chunk_setup()
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
852 dbmp_set(dbmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in dbmp_set()
892 dbmp_get(dbmap_chunk_t *cp, u_quad_t bn) in dbmp_get()
[all …]
/titanic_44/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()
/titanic_44/usr/src/cmd/format/
H A Dmenu_command.c1212 diskaddr_t bn; in c_repair() local
1434 diskaddr_t bn; in c_show() local
1861 diskaddr_t bn; in c_backup() local
2106 diskaddr_t bn; in c_verify() local
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 Dctlr_ata.c369 ata_repair(diskaddr_t bn, int flag) in ata_repair()
H A Dmenu_defect.c266 diskaddr_t bn; in d_add() local
H A Danalyze.c458 scan_repair(bn, mode) in scan_repair() argument
H A Dio.c453 blkaddr_t bn; local
2158 pr_dblock(void (*func)(char *, ...), diskaddr_t bn) in pr_dblock()
/titanic_44/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c151 topo_instance_t bi, di_node_t bn, did_t *hbdid) in hb_process()
166 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t rci, di_node_t bn) in rc_process()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c79 daddr_t bn; in ufs_rdwr_data() local
249 daddr_t bn; in ufs_alloc_data() local
H A Dquota.c169 daddr_t bn; in getdiskquota() local
H A Dufs_directio.c353 daddr_t bn; in ufs_directio_write() local
824 daddr_t bn; in ufs_directio_read() local
/titanic_44/usr/src/cmd/lastcomm/
H A Dlc_pacct.c43 int bn, cc; in lc_pacct() local
/titanic_44/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c137 char *bn = NULL; /* block name */ in _dev_unmount() local
562 char *spcl, char *bn) in call_unmount_prog()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c612 long bn; in dbm_access() local
668 long bn; in getbit() local
691 long bn; in setbit() local
/titanic_44/usr/src/lib/libnsl/yp/
H A Ddbm.c345 long bn; in getbit() local
373 long bn; in setbit() local
/titanic_44/usr/src/ucblib/libdbm/
H A Ddbm.c355 long bn; in getbit() local
382 long bn; in setbit() local
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c434 char *bn; in openLocal() local
/titanic_44/usr/src/lib/libc/port/gen/
H A Dndbm.c720 long bn; in dbm_access() local
784 long bn; in getbit() local
809 long bn; in setbit() local
/titanic_44/usr/src/uts/common/os/
H A Dfbio.c189 fbiwrite(struct fbuf *fbp, vnode_t *devvp, daddr_t bn, int bsize) in fbiwrite()
/titanic_44/usr/src/uts/common/tnf/
H A Dtnf_buf.c78 ulong_t tmp_bn, bn, new_bn; in tnfw_b_alloc_block() local
/titanic_44/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()
/titanic_44/usr/src/cmd/addbadsec/
H A Daddbadsec.c342 hardware_remap(bn) in hardware_remap() argument
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c168 sbmap(grub_daddr32_t bn) in sbmap()

1234