search for: init_flag

Displaying 4 results from an estimated 4 matches for "init_flag".

2002 Mar 26
1
Two patches for OpenSSH 3.1p1
...31:30 2002 --- openssh-3.1p1-peter/sshd.c Tue Mar 26 20:59:06 2002 *************** *** 120,125 **** --- 120,128 ---- /* Flag indicating that the daemon is being started from inetd. */ int inetd_flag = 0; + /* Flag indicating that the daemon is being started from init (/etc/inittab). */ + int init_flag = 0; + /* Flag indicating that sshd should not detach and become a daemon. */ int no_daemon_flag = 0; *************** *** 608,614 **** initialize_server_options(&options); /* Parse command-line arguments. */ ! while ((opt = getopt(ac, av, "f:p:b:k:h:g:V:u:o:dDeiqtQ46&quot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t_cur) slot_cur->func = NULL; debug("in disable_slot. after unconfigure_card\n"); if (rc) { - err("could not unconfigure card.\n"); + pr_err("could not unconfigure card\n"); goto error; } @@ -1306,18 +1308,18 @@ static int __init ibmphp_init(void) init_flag = 1; - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); ibmphp_pci_bus = kmalloc(sizeof(*ibmphp_pci_bus), GFP_KERNEL); if (!ibmphp_pci_bus) { - err("out of memory\n"); + pr_err(&q...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t_cur) slot_cur->func = NULL; debug("in disable_slot. after unconfigure_card\n"); if (rc) { - err("could not unconfigure card.\n"); + pr_err("could not unconfigure card\n"); goto error; } @@ -1306,18 +1308,18 @@ static int __init ibmphp_init(void) init_flag = 1; - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); ibmphp_pci_bus = kmalloc(sizeof(*ibmphp_pci_bus), GFP_KERNEL); if (!ibmphp_pci_bus) { - err("out of memory\n"); + pr_err(&q...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t_cur) slot_cur->func = NULL; debug("in disable_slot. after unconfigure_card\n"); if (rc) { - err("could not unconfigure card.\n"); + pr_err("could not unconfigure card\n"); goto error; } @@ -1306,18 +1308,18 @@ static int __init ibmphp_init(void) init_flag = 1; - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); ibmphp_pci_bus = kmalloc(sizeof(*ibmphp_pci_bus), GFP_KERNEL); if (!ibmphp_pci_bus) { - err("out of memory\n"); + pr_err(&q...