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

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c320 struct stat sb, nsb; local
428 if (fstat(fileno(outfile), &nsb) != 0) {
431 if (((sb.st_uid != nsb.st_uid) ||
432 (sb.st_gid != nsb.st_gid)) &&
436 if ((sb.st_mode != nsb.st_mode) &&
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1706 uint16_t nsb[4]; member in union:__anon6523
1742 u.nsb[i] = ddi_swap16(*a++);

Completed in 448 milliseconds