Lines Matching defs:operation
245 * existing value unchanged; this is only meaningful when operation ==
249 * unchanged; this is only meaningful when operation == PZE_MODIFY
254 * only meaningful when operation == PZE_MODIFY.
261 putzoneent(struct zoneent *ze, zoneent_op_t operation)
279 if ((operation == PZE_MODIFY) &&
284 if (operation == PZE_ADD &&
288 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0)
332 if (operation == PZE_ADD && !exist) {
343 if (operation == PZE_MODIFY && !exist) {
385 switch (operation) {