Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 3 of 3) sorted by relevance

/tools/xenstored/
A Dlu_daemon.c29 struct stat statbuf; in lu_binary() local
33 if (stat(filename, &statbuf)) in lu_binary()
35 if (!(statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR))) in lu_binary()
A Dlu.c87 struct stat statbuf; in lu_get_dump_state() local
100 if (fstat(fd, &statbuf) != 0) in lu_get_dump_state()
102 state->size = statbuf.st_size; in lu_get_dump_state()
/tools/9pfsd/
A Dxen-9pfsd.c72 struct stat statbuf; in check_host_path() local
103 if ( !stat(path, &statbuf) ) in check_host_path()
105 if ( !(statbuf.st_mode & S_IFDIR) ) in check_host_path()

Completed in 7 milliseconds