Lines Matching refs:nsp
608 struct nsr_desc *nsp; in volseqinit() local
653 nsp = (struct nsr_desc *)buf; in volseqinit()
654 nsp->nsr_str_type = 0; in volseqinit()
655 nsp->nsr_ver = 1; in volseqinit()
656 (void) strncpy((int8_t *)nsp->nsr_id, "BEA01", 5); in volseqinit()
658 nsp = (struct nsr_desc *)&buf[2048]; in volseqinit()
659 nsp->nsr_str_type = 0; in volseqinit()
660 nsp->nsr_ver = 1; in volseqinit()
661 (void) strncpy((int8_t *)nsp->nsr_id, "NSR02", 5); in volseqinit()
663 nsp = (struct nsr_desc *)&buf[4096]; in volseqinit()
664 nsp->nsr_str_type = 0; in volseqinit()
665 nsp->nsr_ver = 1; in volseqinit()
666 (void) strncpy((int8_t *)nsp->nsr_id, "TEA01", 5); in volseqinit()