Searched defs:notes (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h83 char notes[MAXSTRLEN]; /* notes */ member in struct:io_card
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c255 * Abbreviation notes:
716 uint32_t notes; local
850 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN;
851 switch (dl_notify(lh, &notes, NULL)) {
853 softmac->smac_notifications = notes;
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c812 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, argument
835 if ((~DLPI_NOTIFICATION_TYPES & notes) ||
836 !(notes & DLPI_NOTIFICATION_TYPES))
843 notifyreqp->dl_notifications = notes;
858 newnotifp->dln_notes = notes;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c259 sprintf(card.notes, "%s", XMITS_COMPATIBLE);
274 sprintf(card.notes, "%s", SCHIZO_COMPATIBLE);
276 sprintf(card.notes, " ");
458 (void) sprintf(card.notes, "%s portid [%d] dev_no[%d]"
460 card.notes,
892 if (strcmp(p->notes, XMITS_COMPATIBLE) == 0) {
914 log_printf(" %s", p->notes, 0);
1475 char notes[30]; local
1529 (void) sprintf(notes, "[%s] portid [%d]", slot_name,
1557 log_printf("%s", notes,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c204 uint_t notes; local
229 notes = DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN;
230 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id);
233 pi->pi_notes |= notes;
240 notes = DL_NOTE_PHYS_ADDR;
241 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id);
243 pi->pi_notes |= notes;
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c231 char *notes = NULL; local
276 if ((notes = mdb_gelf_sect_load(gf, sect)) == NULL)
279 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) {
1134 char *notes; local
1159 if ((notes = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL)
1168 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) {
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c857 * We allow for prcred_t notes that are actually smaller than a
860 * comes to slightly malformed -- but still valid -- notes.
2265 int i, notes, pagesize; local
2405 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) {
2414 notes++;
2440 if (notes == 0 || (notes == 1 && core_info->core_osabi ==
2517 * The presence of either of these notes indicates that

Completed in 85 milliseconds