Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c177 int retval = 0, strfound = 0; in adm_fcode() local
261 strfound++; in adm_fcode()
273 strfound++; in adm_fcode()
277 if (!strfound) { in adm_fcode()
286 strfound = 0; in adm_fcode()
294 strfound = 0; in adm_fcode()
H A Dfcalupdate.c136 int fd, strfound = 0, retval = 0; in fcal_update() local
164 while (!strfound && ((bytes_read = read(fd1, in fcal_update()
171 strfound = 1; in fcal_update()
179 if (!strfound) { in fcal_update()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c798 boolean_t intfound = B_FALSE, strfound = B_FALSE; in config_get() local
824 strfound = B_TRUE; in config_get()
834 } else if (strfound) { in config_get()
843 if (strfound) { in config_get()
844 strfound = B_FALSE; in config_get()