;;;-*- Mode:Common-Lisp; Package:SYSTEM-INTERNALS; Base:10 -*- ;;; RESTRICTED RIGHTS LEGEND ;;;Use, duplication, or disclosure by the Government is subject to ;;;restrictions as set forth in subdivision (c)(1)(ii) of the Rights in ;;;Technical Data and Computer Software clause at 52.227-7013. ;;; TEXAS INSTRUMENTS INCORPORATED. ;;; P.O. BOX 2909 ;;; AUSTIN, TEXAS 78769 ;;; MS 2151 ;;; Copyright (C) 1987-1989 Texas Instruments Incorporated. All rights reserved. ;;; 1/19/87 HW Original ;;; This defines all of the symbols to be exported from the SYS package ;;; that are used by the file system. These are functions unless otherwise noted. (export '(*default-disk-unit* ;variable current-band current-microload describe-partition find-disk-partition find-disk-partition-for-read find-disk-partition-for-write get-pack-name get-ucode-version-from-comment get-ucode-version-from-band measured-size-of-partition partition-comment partition-list print-available-bands print-disk-type-table copy-disk-partition compare-disk-partition receive-band transmit-band compare-band copy-disk-label disk-restore set-pack-name set-partition-attribute set-partition-property update-partition-comment estimate-dump-size edit-disk-label *default-printer* ;variable *default-screen-image-printer ;variable *country-code* ;variable nvram-default-unit ;function ; DAB 04-25-89 change-nvram ;function print-partition-user-types ;function get-pack-host-name ;function set-current-band ;function set-current-microload ;function set-pack-host-name ;function initialize-cfg-partition ;function copy-cfg-module ;function show-cfg-summary ;function print-cfg-partition ;function ) 'SYS)