Searched defs:unixfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c991 char unixfile[BOOTARGS_MAX]; local
1094 bzero(unixfile, sizeof (unixfile));
1135 * Make mountpoint the first part of unixfile.
1140 bcopy(mountpoint, unixfile, mplen);
1146 bcopy(newarg, &unixfile[mplen], strlen(newarg));
1157 (void) snprintf(&unixfile[mplen],
1158 sizeof (unixfile) - mplen,
1161 (void) snprintf(&unixfile[mplen],
1162 sizeof (unixfile)
[all...]

Completed in 64 milliseconds