Searched defs:notes (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libprtdiag/inc/ |
H A D | display_sun4u.h | 65 char notes[MAXSTRLEN]; /* notes */ member in struct:io_card
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 378 * 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 D | getroot.c | 469 char cksum[257], notes[257]; local 485 name, state, readlen, writelen, cksum, notes) >= 5)
|
/osnet-11/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 850 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