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

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c281 struct nsr_desc *ndsc; local
305 ndsc = (struct nsr_desc *)buf;
309 if ((ndsc->nsr_str_type == 0) &&
310 (ndsc->nsr_ver == 1) &&
311 (ndsc->nsr_id[0] == 'N') &&
312 (ndsc->nsr_id[1] == 'S') &&
313 (ndsc->nsr_id[2] == 'R') &&
314 (ndsc->nsr_id[3] == '0') &&
315 ((ndsc->nsr_id[4] == '2') ||
316 (ndsc
[all...]

Completed in 46 milliseconds