Searched refs:blesscontextprintf (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/bless-103/
H A DmodeUnbless.c55 blesscontextprintf(context, kBLLogLevelError, "No volume specified\n" );
61 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kunbless].argument );
63 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
68 blesscontextprintf(context, kBLLogLevelError, "Could not determine filesystem of %s\n", actargs[kmount].argument );
73 blesscontextprintf(context, kBLLogLevelError, "Can't statfs %s\n" ,
84 blesscontextprintf(context, kBLLogLevelError, "Error getting old Finder info words for %s\n", actargs[kmount].argument );
97 blesscontextprintf(context, kBLLogLevelVerbose, "finderinfo[0] = %d\n", oldwords[0] );
98 blesscontextprintf(context, kBLLogLevelVerbose, "finderinfo[1] = %d\n", oldwords[1] );
99 blesscontextprintf(context, kBLLogLevelVerbose, "finderinfo[2] = %d\n", oldwords[2] );
100 blesscontextprintf(contex
[all...]
H A DhandleFolder.c75 blesscontextprintf(context, kBLLogLevelError, "Could not determine preboot environment\n");
83 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kmount].argument );
85 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
95 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s' and '%s'\n",
99 blesscontextprintf(context, kBLLogLevelVerbose, "Common mount point of '%s' and '%s' is %s\n",
107 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n",
111 blesscontextprintf(context, kBLLogLevelVerbose, "Common mount point of '%s' is %s\n",
118 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n",
122 blesscontextprintf(context, kBLLogLevelVerbose, "Common mount point of '%s' is %s\n",
126 blesscontextprintf(contex
[all...]
H A DmodeNetboot.c73 blesscontextprintf(context, kBLLogLevelError,
89 blesscontextprintf(context, kBLLogLevelVerbose,
104 blesscontextprintf(context, kBLLogLevelVerbose,
138 blesscontextprintf(context, kBLLogLevelError,
180 blesscontextprintf(context, kBLLogLevelError,
195 blesscontextprintf(context, kBLLogLevelVerbose, "OF Setings:\n" );
196 blesscontextprintf(context, kBLLogLevelVerbose, "\t\tprogram: %s\n", OFSettings[0] );
197 blesscontextprintf(context, kBLLogLevelVerbose, "\t\t%s\n", OFSettings[1] );
198 blesscontextprintf(context, kBLLogLevelVerbose, "\t\t%s\n", OFSettings[2] );
199 blesscontextprintf(contex
[all...]
H A DhandleDevice.c59 blesscontextprintf(context, kBLLogLevelError, "Not run as root\n" );
65 blesscontextprintf(context, kBLLogLevelError, "Could not determine preboot environment\n");
75 blesscontextprintf(context, kBLLogLevelError, "Can't load label '%s'\n",
82 blesscontextprintf(context, kBLLogLevelError, "Can't render scale 1 label '%s'\n",
88 blesscontextprintf(context, kBLLogLevelError, "Can't render scale 2 label '%s'\n",
96 blesscontextprintf(context, kBLLogLevelError,
103 blesscontextprintf(context, kBLLogLevelError, "Could not load BootX data from %s\n",
128 blesscontextprintf(context, kBLLogLevelError, "Error while setting scale 1 label for %s\n", actargs[kdevice].argument );
134 blesscontextprintf(context, kBLLogLevelError, "Error while setting scale 2 label for %s\n", actargs[kdevice].argument );
H A Dsetboot.c65 blesscontextprintf(context, kBLLogLevelError, "Could not determine preboot environment\n");
74 blesscontextprintf(context, kBLLogLevelError, "Error while determining if %s is a RAID\n", device );
82 blesscontextprintf(context, kBLLogLevelError, "Error while updating RAID booters for %s\n", device );
89 blesscontextprintf(context, kBLLogLevelError, "Error while updating booter for %s\n", device );
97 blesscontextprintf(context, kBLLogLevelError, "Can't set Open Firmware\n" );
100 blesscontextprintf(context, kBLLogLevelVerbose, "Open Firmware set successfully\n" );
105 blesscontextprintf(context, kBLLogLevelError, "Can't set EFI\n" );
108 blesscontextprintf(context, kBLLogLevelVerbose, "EFI set successfully\n" );
111 blesscontextprintf(context, kBLLogLevelError, "Unknown system type\n");
139 blesscontextprintf(contex
[all...]
H A DhandleInfo.c126 blesscontextprintf(context, kBLLogLevelError,
131 blesscontextprintf(context, kBLLogLevelVerbose, "Current EFI boot device string is: '%s'\n",
139 blesscontextprintf(context, kBLLogLevelError,
147 blesscontextprintf(context, kBLLogLevelError,
154 blesscontextprintf(context, kBLLogLevelError, "Unknown preboot environment\n");
168 blesscontextprintf(context, kBLLogLevelError,
184 blesscontextprintf(context, kBLLogLevelError,
203 blesscontextprintf(context, kBLLogLevelVerbose,
211 blesscontextprintf(context, kBLLogLevelError,
246 blesscontextprintf(contex
[all...]
H A Dminibless.c111 int blesscontextprintf(BLContextPtr context, int loglevel, char const *fmt, ...) { function
H A Dprotos.h45 int blesscontextprintf(BLContextPtr context, int loglevel, char const *fmt, ...) __printflike(3, 4);
H A Dbless.c242 int blesscontextprintf(BLContextPtr context, int loglevel, char const *fmt, ...) { function

Completed in 140 milliseconds