Home
last modified time | relevance | path

Searched refs:nsd (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/nvmecontrol/
H A Dformat.c115 struct nvme_namespace_data nsd; in format() local
177 if (read_namespace_data(fd, nsid, &nsd)) in format()
180 lbaf = nvme_ns_data_format_index(&nsd); in format()
181 if (lbaf > nsd.nlbaf) in format()
184 ms = NVMEV(NVME_NS_DATA_FLBAS_EXTENDED, nsd.flbas); in format()
186 pi = NVMEV(NVME_NS_DATA_DPS_MD_START, nsd.dps); in format()
188 pil = NVMEV(NVME_NS_DATA_DPS_PIT, nsd.dps); in format()
/freebsd/sys/geom/raid/
H A Dtr_raid1.c656 struct g_raid_subdisk *nsd; in g_raid_tr_iodone_raid1() local
718 nsd = trs->trso_failed_sd; in g_raid_tr_iodone_raid1()
724 nsd, nsd->sd_disk); in g_raid_tr_iodone_raid1()
731 nsd = trs->trso_failed_sd; in g_raid_tr_iodone_raid1()
735 nsd->sd_rebuild_pos += bp->bio_length; in g_raid_tr_iodone_raid1()
736 if (nsd->sd_rebuild_pos >= nsd->sd_size) { in g_raid_tr_iodone_raid1()
750 vol, nsd, nsd->sd_disk); in g_raid_tr_iodone_raid1()
805 nsd = g_raid_tr_raid1_select_read_disk(vol, pbp, *mask); in g_raid_tr_iodone_raid1()
806 if (nsd != NULL && (cbp = g_clone_bio(pbp)) != NULL) { in g_raid_tr_iodone_raid1()
809 nsd->sd_pos); in g_raid_tr_iodone_raid1()
[all …]
H A Dtr_raid1e.c885 struct g_raid_subdisk *nsd; in g_raid_tr_iodone_raid1e() local
897 nsd = trs->trso_failed_sd; in g_raid_tr_iodone_raid1e()
923 bp->bio_offset = nsd->sd_rebuild_pos; in g_raid_tr_iodone_raid1e()
925 g_raid_subdisk_iostart(nsd, bp); in g_raid_tr_iodone_raid1e()
940 nsd, nsd->sd_disk); in g_raid_tr_iodone_raid1e()
950 nsd->sd_rebuild_pos += bp->bio_length; in g_raid_tr_iodone_raid1e()
951 if (nsd->sd_rebuild_pos >= nsd->sd_size) { in g_raid_tr_iodone_raid1e()
965 vol, nsd, nsd->sd_disk); in g_raid_tr_iodone_raid1e()
1041 nsd = &vol->v_subdisks[disk]; in g_raid_tr_iodone_raid1e()
1043 nsd->sd_pos); in g_raid_tr_iodone_raid1e()
[all …]
H A Dmd_promise.c261 promise_meta_unused_range(struct promise_raid_conf **metaarr, int nsd, in promise_meta_unused_range() argument
274 for (j = 0; j < nsd; j++) { in promise_meta_unused_range()
284 if (i >= nsd) in promise_meta_unused_range()
429 struct promise_raid_conf **metaarr, int nsd) in promise_meta_write() argument
444 if (subdisk < nsd) { in promise_meta_write()
446 } else if (!fake && promise_meta_unused_range(metaarr, nsd, in promise_meta_write()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c2090 struct i40e_hw_port_stats *nsd = &pf->stats; in ixl_update_stats_counters() local
2096 &osd->crc_errors, &nsd->crc_errors); in ixl_update_stats_counters()
2099 &osd->illegal_bytes, &nsd->illegal_bytes); in ixl_update_stats_counters()
2102 &osd->eth.rx_bytes, &nsd->eth.rx_bytes); in ixl_update_stats_counters()
2105 &osd->eth.tx_bytes, &nsd->eth.tx_bytes); in ixl_update_stats_counters()
2109 &nsd->eth.rx_discards); in ixl_update_stats_counters()
2113 &nsd->eth.rx_unicast); in ixl_update_stats_counters()
2117 &nsd->eth.tx_unicast); in ixl_update_stats_counters()
2121 &nsd->eth.rx_multicast); in ixl_update_stats_counters()
2125 &nsd->eth.tx_multicast); in ixl_update_stats_counters()
[all …]
/freebsd/sys/cam/nvme/
H A Dnvme_da.c298 const struct nvme_namespace_data *nsd; in ndasetgeom() local
303 nsd = nvme_get_identify_ns(periph); in ndasetgeom()
313 flbas_fmt = nvme_ns_data_format_index(nsd); in ndasetgeom()
314 lbads = NVMEV(NVME_NS_DATA_LBAF_LBADS, nsd->lbaf[flbas_fmt]); in ndasetgeom()
316 disk->d_mediasize = (off_t)(disk->d_sectorsize * nsd->nsze); in ndasetgeom()
954 const struct nvme_namespace_data *nsd; in ndaregister() local
961 nsd = nvme_get_identify_ns(periph); in ndaregister()
965 nsd->lbaf[NVMEV(NVME_NS_DATA_FLBAS_FORMAT, nsd->flbas)]); in ndaregister()
1044 if (NVMEV(NVME_NS_DATA_NSFEAT_NPVALID, nsd in ndaregister()
[all...]
/freebsd/contrib/unbound/doc/
H A Dunbound.rst73 If authoritative DNS is needed as well using :external+nsd:doc:`manpages/nsd`,
119 :external+nsd:doc:`manpages/nsd`.
H A Dunbound.conf.rst297 compatibility with :external+nsd:doc:`manpages/nsd.conf`).
H A DChangelog4505 - Fix for posix shell syntax for trap in nsd-control-setup.
8795 consistency with nsd.conf syntax.
10459 - acx_nlnetlabs.m4 synchronised with nsd's version.
13296 - feature, addresses can be specified with @portnumber, like nsd.conf.
13692 - import of region-allocator code from nsd.
/freebsd/contrib/ldns/
H A DREADME.git23 (cd examples/nsd-test && autoreconf && ./configure && make)
/freebsd/sys/geom/stripe/
H A Dg_stripe.c316 off_t nstripe, start, end, soff, ns, nsd; in g_stripe_start_delete() local
326 nsd = ns / sc->sc_ndisks; /* Number of stripes per disk. */ in g_stripe_start_delete()
337 cbp->bio_length = ((nsd + (p < rem)) << sc->sc_stripebits) - in g_stripe_start_delete()
384 off_t stripesize, start, end, soff, boff, b, bs, be, poff, o, ns, nsd; in g_stripe_start_pages() local
421 nsd = ns / sc->sc_ndisks; /* Number of stripes per disk. */ in g_stripe_start_pages()
435 cbp->bio_length = ((nsd + (p < rem)) << sc->sc_stripebits) - in g_stripe_start_pages()
/freebsd/contrib/libpcap/
H A DCREDITS203 Nicolas Dade <ndade at nsd dot dyndns dot org>
/freebsd/contrib/sendmail/src/
H A DREADME134 MAP_NSD nsd map support (IRIX 6.5 and later).
555 MAP_NSD Define this to get nsd support for maps.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3883 Fix return values for IRIX nsd map. From Kari Hurtta of the Finnish
5199 IRIX nsd map support from Bob Mende of SGI.