Searched refs:cleaned (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | startup.c | 398 TOKEN cleaned; in sup_prxfile() local 440 clean_token(cleaned, token); in sup_prxfile() 441 if (strcmp(cleaned, "search_path") == 0) in sup_prxfile() 443 else if (strcmp(cleaned, "disk_type") == 0) in sup_prxfile() 445 else if (strcmp(cleaned, "partition") == 0) in sup_prxfile() 448 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile() 472 TOKEN cleaned; in sup_setpath() local 505 clean_token(cleaned, token); in sup_setpath() 513 &path_alloc, cleaned); in sup_setpath() 535 TOKEN token, cleaned, ident; in sup_setdtype() local [all …]
|
/titanic_41/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 158 TOKEN cleaned; in sup_prxfile() local 200 clean_token(cleaned, token); in sup_prxfile() 201 if (strcmp(cleaned, "slices") == 0) { in sup_prxfile() 207 cleaned); in sup_prxfile() 431 TOKEN token, cleaned, ident; in sup_setpart() local 516 clean_token(cleaned, token); in sup_setpart() 533 val1 = str2sector(cleaned); in sup_setpart() 537 cleaned); in sup_setpart() 542 DPRINTF1(" begins %s", cleaned); in sup_setpart() 565 clean_token(cleaned, token); in sup_setpart() [all …]
|
/titanic_41/usr/src/stand/lib/fakeboot/ |
H A D | llib-lfakeboot | 41 * As parts of psm are cleaned up and fixed to properly build lint libraries,
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | README.rc2 | 52 Temporary directories have been cleaned as appropriate.
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 1032 uint16_t total, cleaned, skipped, unhandled; in fct_trigger_rport_cleanup() local 1038 cleaned = skipped = unhandled = 0; in fct_trigger_rport_cleanup() 1066 cleaned++; in fct_trigger_rport_cleanup() 1071 if (((cleaned + skipped) == total) && (unhandled == 0)) { in fct_trigger_rport_cleanup() 1078 " %p, c/s/u/t = %d/%d/%d/%d", irp, cleaned, skipped, in fct_trigger_rport_cleanup() 1082 if ((cleaned) && IS_WORKER_SLEEPING(iport)) in fct_trigger_rport_cleanup()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | mem_config.c | 1669 int cleaned; in dr_aio_cleanup_thread() local 1691 cleaned = 0; in dr_aio_cleanup_thread() 1698 cleaned += in dr_aio_cleanup_thread() 1705 (!cleaned || (++n == DR_AIO_CLEANUP_MAXLOOPS_NODELAY))) { in dr_aio_cleanup_thread()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_page.c | 7262 int cleaned = 0; in do_aio_cleanup() local 7285 cleaned += (*aio_cleanup_dr_delete_memory)(procp); in do_aio_cleanup() 7290 return (cleaned); in do_aio_cleanup()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1934 cleaned up sshd.c up significantly.
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 5454 dynamically loaded via the Load() operator. Also cleaned up output for 6380 Test Suites: Updated and cleaned up the documentation files. Updated the 14475 cleaned with PC-lint (FlexLint) for both 32-bit and 64-bit
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 8216 Build process is cleaned up. Stage 2 and Stage 1.5's are all
|