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

/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c96 char *fth_buf, *buf_p; local
123 fth_buf = (char *)kobj_zalloc(fsz + 1, KM_SLEEP);
124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */
130 fth_buf[sz] = 0;
134 buf_p = strstr(fth_buf, basic_sym[i + 1]);
148 if (!(buf_p = strstr(fth_buf, SYMBOL_END))) {
155 (long)(buf_p - fth_buf));
157 prom_interpret(fth_buf, 0, 0, 0, 0, 0);
162 prom_interpret(fth_buf, 0, 0, 0, 0, 0);
179 kobj_free(fth_buf, fs
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dramdisk.c252 char *fth_buf; local
287 fth_buf = bkmem_alloc(buf_size);
288 if (fth_buf == NULL)
291 (void) snprintf(fth_buf, buf_size, ramdisk_fth,
295 prom_interpret(fth_buf, 0, 0, 0, 0, 0);
296 bkmem_free(fth_buf, buf_size);
335 char *fth_buf; local
373 fth_buf = bkmem_alloc(buf_size);
374 if (fth_buf == NULL)
377 (void) snprintf(fth_buf, buf_siz
[all...]

Completed in 45 milliseconds