Searched defs:pext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c201 struct icb_ext *iext, *pext; local
513 pext = &ip->i_ext[i - 1];
514 if (pext->ib_flags != IB_UN_RE_AL) {
515 prox = pext->ib_block +
516 (CEIL(pext->ib_count) >> l2b);
539 ((pext->ib_count + acount) < mext_sz)) {
549 pext = &ip->i_ext[i - 1];
550 pext->ib_count += acount;
1095 struct icb_ext *iext, *pext; local
1183 pext
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1987 sndctl_mix_extinfo(audio_client_t *c, oss_mixext *pext) argument
1996 if (((dev = pext->dev) != -1) && (dev != (auclnt_get_dev_index(d) - 1)))
2000 (pext->ctrl >= odev->d_nctrl)) {
2004 bcopy(&odev->d_exts[pext->ctrl], pext, sizeof (*pext));
2005 pext->enumbit = 0;
2006 pext->dev = dev;

Completed in 728 milliseconds