Searched refs:nsi (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_sufile.c472 struct nandfs_suinfo *nsi; local
478 nsi = malloc(sizeof(struct nandfs_suinfo) * nargv->nv_nmembs,
481 error = nandfs_get_segment_info(fsdev, nsi, nargv->nv_nmembs,
485 error = copyout(nsi, (void *)(uintptr_t)nargv->nv_base,
488 free(nsi, M_NANDFSTEMP);
493 nandfs_get_segment_info(struct nandfs_device *fsdev, struct nandfs_suinfo *nsi, argument
497 return (nandfs_get_segment_info_filter(fsdev, nsi, nmembs, segment,
503 struct nandfs_suinfo *nsi, uint32_t nmembs, uint64_t segment,
552 nsi->nsi_num = segment;
553 nsi
502 nandfs_get_segment_info_filter(struct nandfs_device *fsdev, struct nandfs_suinfo *nsi, uint32_t nmembs, uint64_t segment, uint64_t *nsegs, uint32_t filter, uint32_t nfilter) argument
[all...]
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c208 int nsi; local
220 nsi = 2;
223 nsi = 1;
237 ftprintf(fp, T("n%d:"), nsi);
243 ftprintf(fp, T(" xmlns:n%d"), nsi++);

Completed in 133 milliseconds