search for: fent

Displaying 5 results from an estimated 5 matches for "fent".

Did you mean: ent
2010 Aug 13
0
[PATCH 1 of 4] libxl_device_generic_add: handle NULL fents or bents
libxl_device_generic_add: handle NULL fents or bents. This is going to be used by libxl_console_add in the next patch to avoid creating the device/console path on xenstore for console 0. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff -r 85bd0f6e8fed tools/libxl/libxl_device.c --- a/tools/libxl/libxl_devic...
2014 Jul 21
2
Inserción de condicionales en pequeño código
...oral: Edad en la fecha de apertura dd1$edad_Apertura <- unclass(round(difftime(Apertura, dd1$fnacim, units="auto")/365.25,1)) # De estos individuos, identifico a aquellos CUYA EDAD EN FECHA DE APERTURA ES # INFERIOR O IGUAL A LOS 65 AÑOS, y añado las variables "edad_fent" y "fent" menor_t_Apertura <- dd1[dd1$edad_Apertura <= edad_u,] menor_t_Apertura$edad_fent <- edad_u tmp.1 <- as.POSIXlt(menor_t_Apertura$fnacim) tmp.1$year <- tmp.1$year+65 menor_t_Apertura$fent <- as.Date(tmp.1) # Individuos CU...
2018 Nov 01
0
AD GlobalNames zone
...mail, vagy a benne foglalt információ jogosulatlan elolvasása, továbbítása, kinyomtatása, másolása, terjesztése, vagy felhasználása szigorúan tilos és jogellenes. Amennyiben ön nem az e-mail címzettje, úgy tájékoztatjuk, hogy ön az e-mailt tévedésből kapta, és az e-maillel kapcsolatos bármilyen fent említett művelet tilos és jogellenes. Kérjük, vegye fel a kapcsolatot a küldővel és törölje az e-mailt és minden mellékletét rendszeréből. Köszönjük együttműködését. This e-mail and any attachments are solely for the use of intended recipients. The sender handles recipient’s personal data in a...
2009 Nov 18
6
[PATCH 1/3] libxenlight: Clean up logging arrangements
* Introduce new variants of the logging functions which include errno values (converted using strerror) in the messages passed to the application''s logging callback. * Use the new errno-including logging functions everywhere where appropriate. In general, xc_... functions return errno values or 0; xs_... functions return 0 or -1 (or some such) setting errno. * When
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...ols/libxl/libxl_device.c Wed Aug 11 14:39:44 2010 +0100 +++ b/tools/libxl/libxl_device.c Thu Aug 12 15:22:56 2010 +0100 @@ -42,20 +42,24 @@ static const char *string_of_kinds[] = { int libxl_device_generic_add(libxl_ctx *ctx, libxl_device *device, char **bents, char **fents) { + libxl_gc gc = LIBXL_INIT_GC(ctx); char *dom_path_backend, *dom_path, *frontend_path, *backend_path; xs_transaction_t t; struct xs_permissions frontend_perms[2]; struct xs_permissions backend_perms[2]; + int rc; - if (!is_valid_device_kind(device->backend_kin...