Lines Matching refs:operation
253 * existing value unchanged; this is only meaningful when operation ==
257 * unchanged; this is only meaningful when operation == PZE_MODIFY
262 * only meaningful when operation == PZE_MODIFY.
269 putzoneent(struct zoneent *ze, zoneent_op_t operation)
287 if ((operation == PZE_MODIFY) &&
292 if (operation == PZE_ADD &&
296 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0)
340 if (operation == PZE_ADD && !exist) {
351 if (operation == PZE_MODIFY && !exist) {
393 switch (operation) {