| /freebsd/sbin/nvmecontrol/ |
| H A D | format.c | 115 struct nvme_namespace_data nsd; in format() local 177 if (read_namespace_data(fd, nsid, &nsd)) in format() 180 lbaf = NVMEV(NVME_NS_DATA_FLBAS_FORMAT, nsd.flbas); 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 D | tr_raid1.c | 656 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 D | tr_raid1e.c | 885 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 D | md_promise.c | 261 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 D | ixl_pf_main.c | 2093 struct i40e_hw_port_stats *nsd = &pf->stats; in ixl_update_stats_counters() local 2099 &osd->crc_errors, &nsd->crc_errors); in ixl_update_stats_counters() 2102 &osd->illegal_bytes, &nsd->illegal_bytes); in ixl_update_stats_counters() 2105 &osd->eth.rx_bytes, &nsd->eth.rx_bytes); in ixl_update_stats_counters() 2108 &osd->eth.tx_bytes, &nsd->eth.tx_bytes); in ixl_update_stats_counters() 2112 &nsd->eth.rx_discards); in ixl_update_stats_counters() 2116 &nsd->eth.rx_unicast); in ixl_update_stats_counters() 2120 &nsd->eth.tx_unicast); in ixl_update_stats_counters() 2124 &nsd->eth.rx_multicast); in ixl_update_stats_counters() 2128 &nsd->eth.tx_multicast); in ixl_update_stats_counters() [all …]
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.rst | 73 If authoritative DNS is needed as well using :external+nsd:doc:`manpages/nsd`, 119 :external+nsd:doc:`manpages/nsd`.
|
| H A D | Changelog | 3414 - Fix for posix shell syntax for trap in nsd-control-setup. 7704 consistency with nsd.conf syntax. 9368 - acx_nlnetlabs.m4 synchronised with nsd's version. 12205 - feature, addresses can be specified with @portnumber, like nsd.conf. 12601 - import of region-allocator code from nsd.
|
| H A D | unbound.conf.rst | 238 compatibility with :external+nsd:doc:`manpages/nsd.conf`).
|
| /freebsd/sys/cam/nvme/ |
| H A D | nvme_da.c | 294 const struct nvme_namespace_data *nsd; in ndasetgeom() local 299 nsd = nvme_get_identify_ns(periph); in ndasetgeom() 309 flbas_fmt = NVMEV(NVME_NS_DATA_FLBAS_FORMAT, nsd->flbas); in ndasetgeom() 310 lbads = NVMEV(NVME_NS_DATA_LBAF_LBADS, nsd->lbaf[flbas_fmt]); in ndasetgeom() 312 disk->d_mediasize = (off_t)(disk->d_sectorsize * nsd->nsze); in ndasetgeom() 950 const struct nvme_namespace_data *nsd; in ndaregister() local 956 nsd = nvme_get_identify_ns(periph); in ndaregister() 1031 if (NVMEV(NVME_NS_DATA_NSFEAT_NPVALID, nsd->nsfeat) != 0 && in ndaregister() 1032 nsd->npwg != 0) in ndaregister() 1033 disk->d_stripesize = ((nsd->npwg + 1) * disk->d_sectorsize); in ndaregister() [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | README.git | 23 (cd examples/nsd-test && autoreconf && ./configure && make)
|
| /freebsd/contrib/libpcap/ |
| H A D | CREDITS | 203 Nicolas Dade <ndade at nsd dot dyndns dot org>
|
| /freebsd/contrib/sendmail/src/ |
| H A D | README | 134 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 D | RELEASE_NOTES | 3883 Fix return values for IRIX nsd map. From Kari Hurtta of the Finnish 5199 IRIX nsd map support from Bob Mende of SGI.
|