Lines Matching defs:value
162 scf_value_t *value; /* SCF property value */
178 value = scf_value_create(scf_handle);
179 if ((value == NULL) ||
201 (scf_property_get_value(prop, value) == -1) ||
202 (scf_value_get_astring(value, pathname, sizeof(pathname)) == -1)) {
204 PrintError("SCF value retrieval, %s",
230 if (value != NULL) {
231 scf_value_destroy(value);
342 * pointer, return the (struct stat).st_rdev value. Open the file
362 int *st_rdev, /* Optionally returned st_rdev value */
381 * Return the st_rdev value if the caller wants it
854 int device_rdev, /* st_rdev value returned by stat() */
861 int stream_rdev; /* st_rdev value returned by stat() */
1064 int st_rdev; /* st_rdev value returned by stat() */
1121 case EINVAL: /* Invalid x_server value */
1249 * returns a non-zero value.
1654 "Option requires a value, -dev"));