Lines Matching defs:fixed
399 boolean_t ro, fixed;
413 * A 'fixed' location cannot have properties deleted unless the caller
417 if ((err = nwam_loc_is_fixed(loch, &fixed)) == NWAM_SUCCESS) {
418 if (fixed && !nwam_override_readonly(flags))
450 boolean_t ro, fixed;
465 * A 'fixed' location cannot have properties set, unless the caller is
469 if ((err = nwam_loc_is_fixed(loch, &fixed)) == NWAM_SUCCESS) {
470 if (fixed && !nwam_override_readonly(flags))
539 boolean_t fixed;
562 * For fixed locations, remove the /etc/nwam/loc/<name>/ directory
565 if (nwam_loc_is_fixed(loch, &fixed) == NWAM_SUCCESS && fixed)
589 /* DefaultFixed location is the only fixed location */
734 * - anything for all fixed locations (those automatically created by nwamd
1143 boolean_t fixed;
1145 /* Locations of "fixed" type cannot be copied */
1146 if ((err = nwam_loc_is_fixed(oldloch, &fixed)) != NWAM_SUCCESS)
1148 if (fixed)
1252 boolean_t enabled, fixed;
1257 if ((err = nwam_loc_is_fixed(loch, &fixed)) != NWAM_SUCCESS)
1259 if (fixed)
1267 * If nwamd says fixed NCP is active, return that error regardless of
1281 boolean_t enabled, fixed;
1286 if ((err = nwam_loc_is_fixed(loch, &fixed)) != NWAM_SUCCESS)
1288 if (fixed)
1296 * If nwamd says fixed NCP is active, return that error regardless of