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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c322 struct stat stat_buf; local
329 if ((stat(fsmnt_list->mountp, &stat_buf) == 0)) {
330 mrp->nml_fsid = stat_buf.st_dev;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c128 struct stat stat_buf; local
268 if (stat(dev_path, &stat_buf) == -1) {
H A Dmon.c3270 struct stat stat_buf; local
3401 if (stat(temp_path, &stat_buf) == -1) {
3514 if (stat(temp_path, &stat_buf) == -1) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c554 struct stat stat_buf; local
577 if (stat(file_out, &stat_buf) >= 0)
587 (void) chmod(file_out, stat_buf.st_mode);
H A Ddevinfo_devperm.c491 struct stat stat_buf; local
512 if (stat(path, &stat_buf) == -1) {
528 if (!S_ISDIR(stat_buf.st_mode)) {
539 if (is_login_user(stat_buf.st_uid)) {
H A Ddevfsinfo.c1422 struct stat stat_buf; local
1430 if (stat(path, &stat_buf) == 0) {
1472 if (stat(path, &stat_buf) == 0) {
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c881 struct stat stat_buf; local
905 if (stat(ttyname, &stat_buf) < 0) {
909 p_term->at_port = stat_buf.st_rdev;
/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c179 struct stat stat_buf; local
256 if (stat(path, &stat_buf) != -1) {

Completed in 71 milliseconds