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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c599 struct long_ad *lad; local
601 lad = (struct long_ad *)use->use_ad;
610 for (index = 0; index < count; index++, lad++) {
611 temp = SWAP_32(lad->lad_ext_len) >>
630 *start_blkno = SWAP_32(lad->lad_ext_loc);
634 lad->lad_ext_len = SWAP_32(temp);
635 temp = SWAP_32(lad->lad_ext_loc) + blkcount;
636 lad->lad_ext_loc = SWAP_32(temp);
658 lad = (struct long_ad *)use->use_ad;
659 lad
918 struct long_ad *lad; local
[all...]
H A Dudf_inode.c555 struct long_ad *lad; local
557 lad = &ie->ie_indirecticb;
558 ip->i_icb_prn = SWAP_16(lad->lad_ext_prn);
559 ip->i_icb_block = SWAP_32(lad->lad_ext_loc);
788 struct long_ad *lad; local
806 lad = (struct long_ad *)
810 length = SWAP_32(lad->lad_ext_len);
825 con->ib_prn = SWAP_16(lad->lad_ext_prn);
826 con->ib_block = SWAP_32(lad->lad_ext_loc);
830 lad
1318 struct long_ad *lad; local
1525 ud_make_lad(struct icb_ext *iext, struct long_ad *lad, int32_t count) argument
[all...]
H A Dudf_bmap.c609 long_ad_t *lad; local
619 lad = addr;
620 ndesc = length / sizeof (*lad);
648 length = SWAP_32(lad->lad_ext_len);
673 con->ib_prn = SWAP_16(lad->lad_ext_prn);
674 con->ib_block = SWAP_32(lad->lad_ext_loc);
686 iext->ib_prn = SWAP_16(lad->lad_ext_prn);
687 iext->ib_block = SWAP_32(lad->lad_ext_loc);
688 lad++;
H A Dudf_vfsops.c1661 struct long_ad *lad; local
1731 lad = (struct long_ad *)
1733 lad += i;
1734 count = SWAP_32(lad->lad_ext_len);
1735 blk = SWAP_32(lad->lad_ext_loc);
1736 ASSERT(SWAP_16(lad->lad_ext_prn) == udm->udm_pn);
H A Dudf_subr.c275 uint16_t prn, daddr_t blkno, int32_t lad)
282 if (lad == 0) {
274 ud_xlate_to_addr(struct udf_vfs *udf_vfsp, uint16_t prn, daddr_t blkno, int32_t lad) argument
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh243 ls -lad /tmp/filemutex*/*
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c804 struct long_ad *lad; local
825 lad = (struct long_ad *)
850 prn = SWAP_16(lad->lad_ext_prn);
851 bno = SWAP_32(lad->lad_ext_loc);
852 len = SWAP_32(lad->lad_ext_len);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c2001 print_long_ad(FILE *fout, char *name, struct long_ad *lad) argument
2005 SWAP_16(lad->lad_ext_prn), SWAP_32(lad->lad_ext_loc),
2006 SWAP_32(lad->lad_ext_len));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3899 struct ladvalues *lad; local
4220 for (lad = LDAPAliasDereference;
4221 lad != NULL && lad->lad_name != NULL; lad++)
4223 if (sm_strncasecmp(p, lad->lad_name,
4224 strlen(lad->lad_name)) == 0)
4227 if (lad->lad_name != NULL)
4228 lmap->ldap_deref = lad->lad_code;

Completed in 76 milliseconds