Searched defs:state_file (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script_impl.h | 169 typedef struct state_file { struct 193 state_file_t *state_file; member in struct:state_file_descr
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 113 char state_file[MAXPATHLEN+SM_MAXPATHLEN]; local 139 (void) sprintf(state_file, "%s/statmon/state", path_name[i]); 140 if ((fp_tmp = fopen(state_file, "r+")) == NULL) { 141 if ((fp_tmp = fopen(state_file, "w+")) == NULL) { 145 state_file); 148 (void) chmod(state_file, 0644); 153 "statd: %s: file empty\n", state_file); 188 (void) sprintf(state_file, "%s/statmon/state", path_name[i]); 189 if ((fp_tmp = fopen(state_file, "r+")) == NULL) { 190 if ((fp_tmp = fopen(state_file, " [all...] |
/illumos-gate/usr/src/cmd/allocate/ |
H A D | allocate3.c | 99 struct state_file { struct 118 static int _dev_file_name(struct state_file *, devmap_t *); 312 struct state_file sf; 1011 struct state_file sf; 1161 struct state_file sf; 1561 _dev_file_name(struct state_file *sfp, devmap_t *dm)
|
Completed in 74 milliseconds