Home
last modified time | relevance | path

Searched refs:psd (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinumrevive.c67 int psd; /* parity subdisk number */ in revive_block() local
127 if (sd->plexsdno > psd) /* beyond the parity stripe, */ in revive_block()
360 int psd; /* parity subdisk number */ in parityrebuild() local
390 if ((sdno != psd) || (op != rebuildparity)) { in parityrebuild()
394 if (sdno == psd) in parityrebuild()
419 bpp[psd ? 0 : 1], in parityrebuild()
429 if ((sdno != psd) || (op != rebuildparity)) { in parityrebuild()
443 if ((sdno != psd) || (op != rebuildparity)) { in parityrebuild()
447 else if (sdno != psd) { /* update parity */ in parityrebuild()
453 if (sdno != psd) { /* release all bps except parity */ in parityrebuild()
[all …]
H A Dvinumraid5.c444 struct sd *psd = &SD[plex->sdnos[m.psdno]]; in bre5() local
446 if (psd->state == sd_down) in bre5()
447 set_sd_state(psd->sdno, sd_obsolete, setstate_force); /* it's obsolete now */ in bre5()
448 else if (psd->state == sd_crashed) in bre5()
449 set_sd_state(psd->sdno, sd_stale, setstate_force); /* it's stale now */ in bre5()
/dragonfly/contrib/binutils-2.34/gold/
H A Dstringpool.cc178 Stringdata* psd = this->strings_.front(); in add_string() local
179 if (len > psd->alc - psd->len) in add_string()
183 char* ret = psd->data + psd->len; in add_string()
188 psd->len += len; in add_string()
195 psd->alc = alc - sizeof(Stringdata); in add_string()
196 memcpy(psd->data, s, len - sizeof(Stringpool_char)); in add_string()
197 memset(psd->data + len - sizeof(Stringpool_char), 0, in add_string()
199 psd->len = len; in add_string()
202 this->strings_.push_front(psd); in add_string()
204 this->strings_.push_back(psd); in add_string()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dstringpool.cc178 Stringdata* psd = this->strings_.front(); in add_string() local
179 if (len > psd->alc - psd->len) in add_string()
183 char* ret = psd->data + psd->len; in add_string()
188 psd->len += len; in add_string()
195 psd->alc = alc - sizeof(Stringdata); in add_string()
196 memcpy(psd->data, s, len - sizeof(Stringpool_char)); in add_string()
197 memset(psd->data + len - sizeof(Stringpool_char), 0, in add_string()
199 psd->len = len; in add_string()
202 this->strings_.push_front(psd); in add_string()
204 this->strings_.push_back(psd); in add_string()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; in physmem_available() local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available()
205 double pages = psd.psd_free; in physmem_available()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; in physmem_available() local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available()
205 double pages = psd.psd_free; in physmem_available()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; in physmem_available() local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available()
205 double pages = psd.psd_free; in physmem_available()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; in physmem_available() local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available()
205 double pages = psd.psd_free; in physmem_available()
/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c2059 struct siba_dev_softc *psd = spc->spc_dev; in siba_pcicore_setup() local
2060 struct siba_softc *siba = psd->sd_bus; in siba_pcicore_setup()
2068 if (psd->sd_id.sd_rev < 5) { in siba_pcicore_setup()
2069 tmp = siba_read_4_sub(psd, SIBA_IMCFGLO); in siba_pcicore_setup()
2086 } else if (psd->sd_id.sd_rev >= 11) { in siba_pcicore_setup()
2093 if ((psd->sd_id.sd_rev == 0) || (psd->sd_id.sd_rev == 1)) in siba_pcicore_setup()
2096 if (psd->sd_id.sd_rev == 0) { in siba_pcicore_setup()
2100 } else if (psd->sd_id.sd_rev == 1) in siba_pcicore_setup()
2113 struct siba_dev_softc *psd = spc->spc_dev; in siba_pcicore_intr() local
2123 (psd->sd_id.sd_rev >= 6 || in siba_pcicore_intr()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dimages1698 # Note: verfied by XnView `nconvert -fullinfo *.psd *.psb *.pdd`
1701 # skip DROID x-fmt-92-signature-id-277.psd by checking valid width
1712 !:ext psd
1737 # 6 reserved bytes; must be zero, but spaces inside ImageMagick input.psd
1739 # ImageMagick-7.0.11-11\PerlMagick\t\input.psd
/dragonfly/contrib/bmake/
H A Dconfigure1025 -psdir | --psdir | --psdi | --psd | --ps)
1027 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)