Searched refs:msgDebug (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dnetwork.c61 msgDebug("Init routine called for network device %s.\n", dev->name);
81 msgDebug("Not a DHCP interface.\n");
101 msgDebug("Adding default route to %s.\n", rp);
109 msgDebug("A DHCP interface. Should already be up.\n");
118 msgDebug("Network initialized successfully.\n");
131 msgDebug("Shutdown called for network device %s\n", dev->name);
139 msgDebug("ifconfig %s down\n", dev->name);
145 msgDebug("Deleting default route.\n");
H A Dnfs.c79 msgDebug("Mounted NFS device %s onto %s\n", dev->name, mountpoint);
96 msgDebug("Unmounting NFS partition on %s\n", mountpoint);
H A Dmedia.c61 msgDebug("User generated interrupt.\n");
378 msgDebug("mediaSetFTP: Net device init failed.\n");
398 msgDebug("hostname = `%s'\n", hostname);
399 msgDebug("dir = `%s'\n", dir ? dir : "/");
400 msgDebug("port # = `%d'\n", FtpPort);
405 msgDebug("Starting DNS.\n");
408 msgDebug("Looking up hostname, %s, using getaddrinfo(AI_NUMERICHOST).\n", hostname);
416 msgDebug("Looking up hostname, %s, using getaddrinfo().\n",
432 msgDebug("Found DNS entry for %s successfully..\n", hostname);
500 msgDebug("VAR_FTP_PAT
[all...]
H A Dsystem.c76 msgDebug("execl failed (%s)\n", strerror(errno));
301 msgDebug("systemExecute: Faked execution of `%s'\n", command);
433 msgDebug("vsystem: Faked execution of `%s'\n", cmd);
437 msgDebug("Executing command `%s'\n", cmd);
469 msgDebug("Command `%s' returns status of %d\n", cmd, i);
520 msgDebug("Doctor: I can't set the controlling terminal.\n");
525 msgDebug("Doctor: I'm unable to set the erase character.\n");
528 msgDebug("Doctor: I'm unable to get the terminal attributes!\n");
534 msgDebug("Was unable to execute sh for Holographic shell!\n");
H A Dtermcap.c113 msgDebug("ioctl(%d, TIOCCONS, NULL) = %d (%s)\n",
145 msgDebug("Unable to get terminal size - errno %d\n", errno);
H A Dcdrom.c192 msgDebug("CD Volume %d initialized!\n", dev->volume);
233 msgDebug("Ejecting CDROM/DVD at %s", dev->devname);
238 msgDebug("Could not eject the CDROM/DVD from %s: %s", dev->devname, strerror(errno));
H A Dcommand.c166 msgDebug("Command `%s' returns status %d\n",
174 msgDebug("%p: Execute(%s, %s)\n",
179 msgDebug("Function @ %p returns status %d\n",
H A Dmsg.c181 msgDebug("Warning message `%s'\n", errstr);
211 msgDebug("Error message `%s'\n", errstr);
243 msgDebug("Fatal error `%s'!\n", errstr);
286 msgDebug("Notify: %s\n", errstr);
376 msgDebug(char *fmt, ...) function
408 msgDebug("Notify: %s\n", errstr);
H A Dfloppy.c77 msgDebug("Init floppy called for %s distribution.\n", distWanted ? distWanted : "some");
151 msgDebug("Umount of floppy on %s failed: %s (%d)\n", mp, strerror(errno), errno);
H A Ddevices.c231 msgDebug("deviceTry: attempting to open %s\n", try);
235 msgDebug("deviceTry: open of %s succeeded on first try.\n", try);
238 msgDebug("deviceTry: open of %s failed.\n", try);
344 msgDebug("Found a network device named %s\n", ifptr->ifr_name);
375 msgDebug("Found a CDROM device for %s\n", try);
394 msgDebug("Found a floppy device for %s\n", try);
410 msgDebug("Found a USB disk for %s\n", try);
448 msgDebug("Unable to open disk %s\n", names[i]);
455 msgDebug("Found a disk device named %s\n", names[i]);
473 msgDebug("Foun
[all...]
H A Ddist.c167 msgDebug("Dist Masks: Dists: %0x, Srcs: %0x Kernels: %0x Docs: %0x\n", Dists,
356 msgDebug("distSetCustom() called without %s variable set.\n", VAR_DISTS);
368 msgDebug("distSetCustom: Warning, no such release \"%s\"\n", cp);
382 msgDebug("distUnsetCustom() called without %s variable set.\n", VAR_DISTS);
394 msgDebug("distUnsetCustom: Warning, no such release \"%s\"\n", cp);
434 msgDebug("User generated interrupt.\n");
483 msgDebug("%s: path \"%s\" dist \"%s\" trdist \"%s\" "
496 msgDebug("%s: fname %s fp: %p, intr: %d mediaDevice: %p\n",
512 msgDebug("%s: fp is NULL (1) fname: %s\n", __func__, fname);
522 msgDebug("
[all...]
H A Dvariable.c89 msgDebug("Warning: Zero length name & value passed to variable_set()\n");
104 msgDebug("Warning: Zero length name or value passed to variable_set2(%s) = %s\n",
246 msgDebug("Writing %s variables to file..\n", ProgName);
310 msgDebug("Warning: Zero length name & value passed to variable_set()\n");
H A Ddispatch.c206 msgDebug("_systemExecute: No command passed in `command' variable.\n");
220 msgDebug("_msgConfirm: No message passed in `command' variable.\n");
272 msgDebug("dispatch: setting variable `%s'\n", str);
282 msgDebug("dispatch: calling resword `%s'\n", str);
613 msgDebug("cfgModuleFire: User selected %s (%s)\n", self->prompt, d->devname);
634 msgDebug("getting fp for %s\n", cp);
638 msgDebug("opened OK, processing..\n");
H A Dinstall.c105 msgDebug("Scanning disk %s for root filesystem\n", disk->name);
131 msgDebug("Found rootdev at %s!\n", RootChunk->name);
144 msgDebug("Found usrdev at %s!\n", UsrChunk->name);
157 msgDebug("Found vardev at %s!\n", VarChunk->name);
169 msgDebug("Found tmpdev at %s!\n", TmpChunk->name);
181 msgDebug("Found homedev at %s!\n", HomeChunk->name);
197 msgDebug("Scanning disk %s for swap partitions\n", disk->name);
214 msgDebug("Found swapdev at %s!\n", SwapChunk->name);
489 msgDebug("fixit: I can't set the controlling terminal.\n");
495 msgDebug("fixi
[all...]
H A Ddhcp.c49 msgDebug("error opening file %s: %s\n", file, strerror(errno));
H A Duser.c233 msgDebug("Cannot execv() /usr/sbin/pw.\n");
298 msgDebug("Cannot execv() /usr/sbin/pw.\n");
321 msgDebug("pw(8) exited with signal %d.\n", WTERMSIG(i));
498 msgDebug("Cannot execv() /usr/sbin/pw.\n");
603 msgDebug("Cannot execv() /usr/sbin/pw.\n");
650 msgDebug(msg, j);
651 msgDebug("Command stdout and stderr was:\n\n%s", tmp);
/freebsd-9.3-release/usr.sbin/sade/
H A Ddispatch.c84 msgDebug("_systemExecute: No command passed in `command' variable.\n");
98 msgDebug("_msgConfirm: No message passed in `command' variable.\n");
136 msgDebug("dispatch: setting variable `%s'\n", str);
146 msgDebug("dispatch: calling resword `%s'\n", str);
H A Dtermcap.c73 msgDebug("ioctl(%d, TIOCCONS, NULL) = %d (%s)\n",
99 msgDebug("Unable to get terminal size - errno %d\n", errno);
H A Dmsg.c119 msgDebug("Warning message `%s'\n", errstr);
142 msgDebug("Error message `%s'\n", errstr);
171 msgDebug("Fatal error `%s'!\n", errstr);
211 msgDebug("Notify: %s\n", errstr);
301 msgDebug(const char *fmt, ...) function
330 msgDebug("Notify: %s\n", errstr);
H A Dsystem.c53 msgDebug("execl failed (%s)\n", strerror(errno));
161 msgDebug("systemExecute: Faked execution of `%s'\n", command);
267 msgDebug("vsystem: Faked execution of `%s'\n", cmd);
271 msgDebug("Executing command `%s'\n", cmd);
303 msgDebug("Command `%s' returns status of %d\n", cmd, i);
H A Dcommand.c161 msgDebug("Command `%s' returns status %d\n",
169 msgDebug("%p: Execute(%s, %s)\n",
174 msgDebug("Function @ %p returns status %d\n",
H A Dvariable.c84 msgDebug("Warning: Zero length name & value passed to variable_set()\n");
99 msgDebug("Warning: Zero length name or value passed to variable_set2(%s) = %s\n",
241 msgDebug("Writing %s variables to file..\n", ProgName);
305 msgDebug("Warning: Zero length name & value passed to variable_set()\n");
H A Ddevices.c114 msgDebug("deviceTry: attempting to open %s\n", try);
118 msgDebug("deviceTry: open of %s succeeded.\n", try);
222 msgDebug("Unable to open disk %s\n", names[i]);
229 msgDebug("Found a disk device named %s\n", names[i]);
244 msgDebug("Found a DOS partition %s on drive %s\n", c1->name, d->name);
H A Dconfig.c231 msgDebug("Generating /etc/fstab file\n");
240 msgDebug("Wrote out /etc/fstab file\n");
271 msgDebug("readConfig: Read %d lines from %s.\n", nlines, config);
H A Dmisc.c286 msgDebug("mkdir(%s)\n", path);
302 msgDebug("mkdir(%s..)\n", path);
344 msgDebug("mount %s %s\n", device, mountpoint);

Completed in 110 milliseconds

12