Searched refs:prn (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c270 prn(un);
272 prn(us);
274 prn((uintptr_t)bloktop - (uintptr_t)brkbegin - (un + us));
H A Dprint.c124 prn(int n) function
H A Dcmd.c611 prn(standin->flin);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c418 uint16_t prn; local
422 prn = udh->udfs.fsds_prn;
427 prn = ricb_prn;
434 udh, prn, i)) == 0) {
437 "prn %x loc %x\n"),
438 prn, i);
790 uint16_t prn; member in struct:ext
801 uint16_t prn, flags, elen; local
846 prn = 0;
850 prn
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c121 * near "proximity" block in partion defined by prn.
129 ud_alloc_space(struct vfs *vfsp, uint16_t prn, argument
155 if (prn == ud_part->udp_number) {
690 ud_free_space(struct vfs *vfsp, uint16_t prn, argument
706 if (prn == ud_part->udp_number) {
986 uint16_t prn, flags; local
1011 prn = pip->i_icb_prn;
1013 if ((err = ud_alloc_space(pip->i_vfs, prn,
1017 loc = ud_xlate_to_daddr(udf_vfsp, prn, blkno, 1, &dummy);
1022 ud_free_space(pip->i_vfs, prn, blkn
[all...]
H A Dudf_dir.c233 uint16_t prn; local
237 prn = SWAP_16(fid->fid_icb.lad_ext_prn);
242 (prn == old_prn)) {
266 error = ud_iget(dip->i_vfs, prn,
282 old_prn = prn;
294 error = ud_iget(dip->i_vfs, prn,
940 uint16_t prn; local
943 prn = SWAP_16(fid->fid_icb.lad_ext_prn);
945 if ((error = ud_iget(tdp->i_vfs, prn,
1128 uint16_t prn; local
[all...]
H A Dudf_inode.c131 ud_search_icache(struct vfs *vfsp, uint16_t prn, uint32_t ploc) argument
140 loc = ud_xlate_to_daddr(udf_vfsp, prn, ploc, 1, &dummy);
148 if ((prn == ip->i_icb_prn) && (ploc == ip->i_icb_block) &&
161 ud_iget(struct vfs *vfsp, uint16_t prn, uint32_t ploc, argument
187 loc = ud_xlate_to_daddr(udf_vfsp, prn, ploc, 1, &dummy);
197 if ((prn == ip->i_icb_prn) &&
409 ip->i_icb_prn = prn;
H A Dudf_subr.c153 * Search for the prn in the array
159 uint16_t prn, uint32_t blkno, int32_t nblks, uint32_t *count)
170 /* Is prn valid */
171 if (prn < udf_vfsp->udf_nmaps) {
172 map = &(udf_vfsp->udf_maps[prn]);
275 uint16_t prn, daddr_t blkno, int32_t lad)
287 if (prn == ud_parts->udp_number) {
158 ud_xlate_to_daddr(struct udf_vfs *udf_vfsp, uint16_t prn, uint32_t blkno, int32_t nblks, uint32_t *count) argument
274 ud_xlate_to_addr(struct udf_vfs *udf_vfsp, uint16_t prn, daddr_t blkno, int32_t lad) argument
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c982 ud_xlate_to_daddr(ud_handle_t h, uint16_t prn, uint32_t blkno) argument
989 if (prn < h->n_maps) {
990 m = &h->maps[prn];
1901 "ftype : %s prn : %x loc : %x flags : %x\n",
1969 (void) fprintf(fout, "VSN %x prn %x\n",
1977 (void) fprintf(fout, "VSN %x prn %x\n",
2004 "%s prn : %x loc : %x len : %x\n", name,

Completed in 74 milliseconds