Home
last modified time | relevance | path

Searched refs:statbuf2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/idmap/
H A Didmaptest.c36 idmap_stat *statbuf2; member
74 b->statbuf2[i] = idmap_get_mappings(h); in get_idmap_batch()
125 b[i].statbuf2 = calloc(BATCHSIZE, sizeof (idmap_stat)); in test_idmap()
162 if (b[i].statbuf2[j]) { in test_idmap()
164 i, j, b[i].statbuf2[j]); in test_idmap()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c102 statbuf2; in putprinter() local
168 Stat(path, &statbuf2) == -1 in putprinter()
169 || statbuf1.st_dev != statbuf2.st_dev in putprinter()
170 || statbuf1.st_ino != statbuf2.st_ino in putprinter()