OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bsl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/ahdilabel/
write.c
290
u_int8_t *
bsl
;
local in function:write_bsl
292
if ((
bsl
= malloc (sizeof (u_int8_t) * BSL_SIZE * DEV_BSIZE)) == NULL)
294
bzero ((void *)
bsl
, sizeof (u_int8_t) * DEV_BSIZE);
299
bsl
[3] = BSL_MAGIC;
300
if (!disk_write (fd, (u_int) BSL_OFFSET, (u_int) BSL_SIZE,
bsl
)) {
301
free (
bsl
);
304
free (
bsl
);
write.c
290
u_int8_t *
bsl
;
local in function:write_bsl
292
if ((
bsl
= malloc (sizeof (u_int8_t) * BSL_SIZE * DEV_BSIZE)) == NULL)
294
bzero ((void *)
bsl
, sizeof (u_int8_t) * DEV_BSIZE);
299
bsl
[3] = BSL_MAGIC;
300
if (!disk_write (fd, (u_int) BSL_OFFSET, (u_int) BSL_SIZE,
bsl
)) {
301
free (
bsl
);
304
free (
bsl
);
Completed in 26 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025