| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/ |
| H A D | starcat.c | 165 sprintf(card.notes, "%s", XMITS_COMPATIBLE); in display_pci() 180 sprintf(card.notes, "%s", SCHIZO_COMPATIBLE); in display_pci() 182 sprintf(card.notes, " "); in display_pci() 331 (void) sprintf(card.notes, "%s portid [%d]" in display_pci() 333 card.notes, portid, card.dev_no, in display_pci() 662 if (strcmp(p->notes, XMITS_COMPATIBLE) == 0) { in display_io_slot_info() 699 if (strcmp(p->notes, XMITS_COMPATIBLE) == 0) { in display_io_max_bus_speed() 719 log_printf(" %s", p->notes, 0); in display_io_max_bus_speed()
|
| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/ |
| H A D | serengeti.c | 259 sprintf(card.notes, "%s", XMITS_COMPATIBLE); in display_pci() 274 sprintf(card.notes, "%s", SCHIZO_COMPATIBLE); in display_pci() 276 sprintf(card.notes, " "); in display_pci() 458 (void) sprintf(card.notes, "%s portid [%d] dev_no[%d]" in display_pci() 460 card.notes, in display_pci() 892 if (strcmp(p->notes, XMITS_COMPATIBLE) == 0) { in display_io_max_bus_speed() 914 log_printf(" %s", p->notes, 0); in display_io_max_bus_speed() 1475 char notes[30]; in display_sgsbbc_revisions() local 1529 (void) sprintf(notes, "[%s] portid [%d]", slot_name, in display_sgsbbc_revisions() 1557 log_printf("%s", notes, 0); in display_sgsbbc_revisions() [all …]
|
| /onnv-gate/usr/src/lib/libprtdiag/inc/ |
| H A D | display_sun4u.h | 83 char notes[MAXSTRLEN]; /* notes */ member
|
| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/ |
| H A D | pelton.c | 181 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in pelton_pci_callback() 262 log_printf("%46.45s", pci_card.notes); in pelton_pci_callback()
|
| H A D | huron.c | 181 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in huron_pci_callback() 264 log_printf("%46.45s", pci_card.notes); in huron_pci_callback()
|
| H A D | stpaul.c | 118 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in stpaul_pci_callback() 225 log_printf("%46.45s", pci_card.notes); in stpaul_pci_callback()
|
| H A D | ontario.c | 199 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in ontario_pci_callback() 279 log_printf("%46.45s", pci_card.notes); in ontario_pci_callback()
|
| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/ |
| H A D | montoya.c | 168 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in montoya_pci_callback() 249 log_printf("%46.45s", pci_card.notes); in montoya_pci_callback()
|
| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/ |
| H A D | monza.c | 195 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in monza_pci_callback() 286 log_printf("%46.45s", pci_card.notes); in monza_pci_callback()
|
| /onnv-gate/usr/src/tools/depcheck/ |
| H A D | DependencyCheck.txt | 44 /var/sadm/install/contents(see notes on make_pkg_db) 46 a package pool (see notes on make_pkg_db) 57 b. read the README notes on make_pkg_db and decide if you
|
| /onnv-gate/usr/src/lib/libshell/common/scripts/ |
| H A D | shpiano.sh | 93 compound -r -A notes=( 1360 if [[ -v notes[key_${key}] ]] ; then
|
| /onnv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
| H A D | mdb_kb.c | 231 char *notes = NULL; in xkb_identify() local 276 if ((notes = mdb_gelf_sect_load(gf, sect)) == NULL) in xkb_identify() 279 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) { in xkb_identify() 1134 char *notes; in xkb_open_elf() local 1159 if ((notes = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL) in xkb_open_elf() 1168 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) { in xkb_open_elf()
|
| /onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | README | 31 Additional notes from Sun Microsystems:
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/ |
| H A D | fill.t | 52 can check out our release notes to see what we fixed!
|
| /onnv-gate/usr/src/lib/libdlpi/common/ |
| H A D | libdlpi.c | 812 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, in dlpi_enabnotify() argument 835 if ((~DLPI_NOTIFICATION_TYPES & notes) || in dlpi_enabnotify() 836 !(notes & DLPI_NOTIFICATION_TYPES)) in dlpi_enabnotify() 843 notifyreqp->dl_notifications = notes; in dlpi_enabnotify() 858 newnotifp->dln_notes = notes; in dlpi_enabnotify()
|
| /onnv-gate/usr/src/uts/common/io/softmac/ |
| H A D | softmac_main.c | 717 uint32_t notes; in softmac_mac_register() local 851 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in softmac_mac_register() 852 switch (dl_notify(lh, ¬es, NULL)) { in softmac_mac_register() 854 softmac->smac_notifications = notes; in softmac_mac_register()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlnewmod.pod | 32 operating systems, and so on. However, the notes on preparing the Perl 186 notes on the syntax and function of the individual subroutines or 187 methods. Use Perl comments for developer notes and POD for end-user 188 notes.
|
| /onnv-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-1 | 680 * OS-specific notes:: Notes on some operating systems 684 File: grub.info, Node: General boot methods, Next: OS-specific notes, Up: Booting 732 please refer to *Note OS-specific notes::, for information on your 778 File: grub.info, Node: OS-specific notes, Next: Making your system robust, Prev: General boot me… 797 File: grub.info, Node: GNU/Hurd, Next: GNU/Linux, Up: OS-specific notes 818 File: grub.info, Node: GNU/Linux, Next: FreeBSD, Prev: GNU/Hurd, Up: OS-specific notes 855 File: grub.info, Node: FreeBSD, Next: NetBSD, Prev: GNU/Linux, Up: OS-specific notes 873 File: grub.info, Node: NetBSD, Next: OpenBSD, Prev: FreeBSD, Up: OS-specific notes 895 File: grub.info, Node: OpenBSD, Next: DOS/Windows, Prev: NetBSD, Up: OS-specific notes 904 File: grub.info, Node: DOS/Windows, Next: SCO UnixWare, Prev: OpenBSD, Up: OS-specific notes [all …]
|
| /onnv-gate/usr/src/uts/i86xpv/ |
| H A D | Makefile.files | 85 notes.o \
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| H A D | mpd_tables.c | 204 uint_t notes; in phyint_link_init() local 229 notes = DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in phyint_link_init() 230 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id); in phyint_link_init() 233 pi->pi_notes |= notes; in phyint_link_init() 240 notes = DL_NOTE_PHYS_ADDR; in phyint_link_init() 241 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id); in phyint_link_init() 243 pi->pi_notes |= notes; in phyint_link_init()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/ |
| H A D | MapFiles | 206 } elsif (($f =~ m{^(?:(?:readme|change|notes|patching).*|
|
| /onnv-gate/usr/src/uts/i86pc/ |
| H A D | Makefile.files | 99 notes.o \
|
| /onnv-gate/usr/src/grub/grub-0.97/ |
| H A D | MAINTENANCE | 3 This is a list of random notes for GRUB maintainers. If you are not a
|
| /onnv-gate/usr/src/lib/libproc/common/ |
| H A D | Pcore.c | 1677 int i, notes, pagesize; in Pfgrab_core() local 1812 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) { in Pfgrab_core() 1821 notes++; in Pfgrab_core() 1844 if (notes == 0 || notes == 1) { in Pfgrab_core()
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | FILES0 | 9 KERBEROS - Kerberos version 4 notes.
|