Searched defs:deployment (Results 1 - 2 of 2) sorted by relevance
/systemd/src/hostname/ |
H A D | hostnamectl.c | 62 char *deployment; member in struct:StatusInfo 96 if (!isempty(i->deployment)) 97 printf(" Deployment: %s\n", i->deployment); 163 { "Deployment", "s", NULL, offsetof(StatusInfo, deployment) }, 202 free(info.deployment); 348 " set-deployment NAME Set deployment environment for host\n" 443 { "set-deployment", EQUAL, 2, set_deployment },
|
H A D | hostnamed.c | 144 static bool valid_deployment(const char *deployment) { argument 145 assert(deployment); 147 return in_charset(deployment, VALID_DEPLOYMENT_CHARS); 588 return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid deployment '%s'", name); 608 prop == PROP_DEPLOYMENT ? "deployment" :
|
Completed in 13 milliseconds