Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c258 sprintf(card.notes, "%s", XMITS_COMPATIBLE); in display_pci()
273 sprintf(card.notes, "%s", SCHIZO_COMPATIBLE); in display_pci()
275 sprintf(card.notes, " "); in display_pci()
457 (void) sprintf(card.notes, "%s portid [%d] dev_no[%d]" in display_pci()
459 card.notes, in display_pci()
891 if (strcmp(p->notes, XMITS_COMPATIBLE) == 0) { in display_io_max_bus_speed()
913 log_printf(" %s", p->notes, 0); in display_io_max_bus_speed()
1472 char notes[30]; in display_sgsbbc_revisions() local
1526 (void) sprintf(notes, "[%s] portid [%d]", slot_name, in display_sgsbbc_revisions()
1554 log_printf("%s", notes, 0); in display_sgsbbc_revisions()
[all …]
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h81 char notes[MAXSTRLEN]; /* notes */ member
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c179 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in huron_pci_callback()
262 log_printf("%46.45s", pci_card.notes); in huron_pci_callback()
H A Dpelton.c179 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in pelton_pci_callback()
260 log_printf("%46.45s", pci_card.notes); in pelton_pci_callback()
H A Dstpaul.c116 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in stpaul_pci_callback()
223 log_printf("%46.45s", pci_card.notes); in stpaul_pci_callback()
H A Dontario.c197 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in ontario_pci_callback()
277 log_printf("%46.45s", pci_card.notes); in ontario_pci_callback()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c166 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in montoya_pci_callback()
247 log_printf("%46.45s", pci_card.notes); in montoya_pci_callback()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c193 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in monza_pci_callback()
284 log_printf("%46.45s", pci_card.notes); in monza_pci_callback()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c231 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()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME31 Additional notes from Sun Microsystems:
/illumos-gate/usr/src/boot/
H A DReadme.txt22 containing Makefile and licence notes for build and packaging.
/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr9 \ jws notes: <> is a core ext word
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c812 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()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c716 uint32_t notes; in softmac_mac_register() local
850 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in softmac_mac_register()
851 switch (dl_notify(lh, &notes, NULL)) { in softmac_mac_register()
853 softmac->smac_notifications = notes; in softmac_mac_register()
/illumos-gate/usr/src/common/ficl/
H A DReadMe.txt13 For release notes, please see "doc/releases.html".
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1680 * 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
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
950 File: grub.info, Node: SCO UnixWare, Next: QNX, Prev: DOS/Windows, Up: OS-specific notes
965 File: grub.info, Node: QNX, Prev: SCO UnixWare, Up: OS-specific notes
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c204 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()
/illumos-gate/usr/src/uts/i86xpv/
H A DMakefile.files87 notes.o \
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE3 This is a list of random notes for GRUB maintainers. If you are not a
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile.files105 notes.o \
/illumos-gate/usr/src/cmd/filesync/
H A DREADME26 # design notes that are likely to be of general (rather than
285 read the above notes on data structures and then
289 read the above notes overviewing the passes
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c183 (void) strlcpy(pci_card.notes, path, prop_size); in opl_pci_callback()
352 log_printf("%4s%-100.100s", " ", pci_card.notes); in opl_pci_callback()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc99 * instead. The text in "notsupp" explicitly notes that certain drivers might
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c480 (void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes)); in sun4v_pci_callback()
595 log_printf("%-44s", pci_card.notes); in sun4v_pci_callback()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2333 int i, notes, pagesize; local
2475 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) {
2484 notes++;
2510 if (notes == 0 || (notes == 1 && core_info->core_osabi ==

1234