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

/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h65 char notes[MAXSTRLEN]; /* notes */ member in struct:io_card
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c378 * We allow for prcred_t notes that are actually smaller than a
381 * comes to slightly malformed -- but still valid -- notes.
1702 int i, notes, pagesize; local
1837 for (php = phbuf, notes = 0, i = 0; i < core.e_hdr.e_phnum; i++) {
1846 notes++;
1869 if (notes == 0 || notes == 1) {
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c469 char cksum[257], notes[257]; local
485 name, state, readlen, writelen, cksum, notes) >= 5)
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c850 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, argument
873 if ((~DLPI_NOTIFICATION_TYPES & notes) ||
874 !(notes & DLPI_NOTIFICATION_TYPES))
881 notifyreqp->dl_notifications = notes;
896 newnotifp->dln_notes = notes;

Completed in 49 milliseconds