Displaying 5 results from an estimated 5 matches for "n_name".
Did you mean:
__name
2011 Mar 08
2
How to plot multiple graphs?
...ot;,"CCC","AAA","AA","A","BBB","BB","B","CCC"),
default_probability =
c(0.0027,0.0029,0.0031,0.0034,0.0037,0.004,0.0043,0.0025,0.0024,0.0024,0.0023,0.0022,0.0021,0.0021,0.003,0.0031,0.0032,0.0033,0.0034,0.0035,0.0036))
n_name = as.character(unique(df$basel_asset_class))
IPD = df$default_probability
internal_category = c(1:7) # Total types of ratings
DP_yearly_graphs = function(class, ratings, IPD)
{
flname = paste("Exponential Curve For " , n_name)
png(filename=sprintf("%s%s%s%s%s",...
2023 Mar 24
4
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
On 3/23/23 20:27, Eric Blake wrote:
> On Thu, Mar 23, 2023 at 01:10:16PM +0100, Laszlo Ersek wrote:
>> When the user calls nbd_set_socket_activation_name before calling
>> nbd_connect_system_socket_activation, pass the name down to the server
>> through LISTEN_FDNAMES. This has no effect unless the new API has
>> been called to set the socket name to a non-empty string.
>>
>> https://lists.nongnu.org/archive/html/qemu-...
2023 Mar 23
1
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
On Thu, Mar 23, 2023 at 01:10:16PM +0100, Laszlo Ersek wrote:
> When the user calls nbd_set_socket_activation_name before calling
> nbd_connect_system_socket_activation, pass the name down to the server
> through LISTEN_FDNAMES. This has no effect unless the new API has
> been called to set the socket name to a non-empty string.
>
> https://lists.nongnu.org/archive/html/qemu-devel/2023-01/msg06...
2023 Mar 24
2
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
...e, then it will (in the general
> case) confuse the nbd server that we start. Namely, if
> LISTEN_FDNAMES has multiple colon-separated elements (more than 1),
> or is the empty string (= 0 elements), then
> sd_listen_fds_with_names() in the nbd server will fail the "n_names
> != n_fds" check, and return (-EINVAL). If LISTEN_FDNAMES happens to
> have one element, then sd_listen_fds_with_names() will succeed, but
> the returned name will confuse the nbd server.
...
Eww - this may be a bigger systematic issue caused by systemd itself,
and we...
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be
missing the inet.h and netdb.h include files. Does anyone know if they are
publicly available?
Steve Grose
Sgrose@cmps.com
Continental Managed Pharmacy Services - www.preferrx.com
Voice - 216-459-2025 Ext. 208
Fax - 216-485-8615
Any opinions expressed are my own and not necessarily those of my employers.