Searched refs:nsr_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c311 (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->nsr_id[4] == '3'))) {
319 (char *)ndsc->nsr_id, 5);
321 switch (ndsc->nsr_id[4]) {
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c656 (void) strncpy((int8_t *)nsp->nsr_id, "BEA01", 5);
661 (void) strncpy((int8_t *)nsp->nsr_id, "NSR02", 5);
666 (void) strncpy((int8_t *)nsp->nsr_id, "TEA01", 5);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h868 uint8_t nsr_id[5]; member in struct:nsr_desc

Completed in 53 milliseconds