Searched defs:note (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c77 ** note() - LOG MESSAGE
82 note(char *format, ...) function
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c43 note(const char *format, ...) function
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c952 boolean_t note; local
1008 note = B_FALSE;
1013 note = B_TRUE;
1021 if (note == B_TRUE) {
1045 boolean_t note; local
1101 note = B_FALSE;
1106 note = B_TRUE;
1114 if (note == B_TRUE) {
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c142 uint32_t note; local
166 note = mac_no_notification(mh);
167 if ((note & (DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN)) != 0) {
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c440 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument
480 20 - indent, ref_name, note);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h167 CORENOTE_R_BADARCH = 3, /* core file note code does not contain */
169 CORENOTE_R_BADTYPE = 4 /* Unknown note type */
186 #define note note64 macro
210 #define note note32 macro
H A Delfdump.c750 * note:
2134 * note:
3560 Word pn_namesz; /* Value of note namesz field */
3561 Word pn_descsz; /* Value of note descsz field */
3562 Word pn_type; /* Value of note type field */
3568 * Extract the various sub-parts of a note entry, and advance the
3577 * for the recovered note entry is found in the state pn_ fields.
3590 * (4-byte words) of the note information block.
3649 * If multiple information blocks exist within a .note section
3681 * Traverse a note sectio
3816 note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c61 static void note();
681 log(lfp, "update: note: %s\n", s);
1031 note("%s:utimes failed %s: %s", host, new, strerror(errno));
1189 note("%s:%s: unknown login name, "
1211 note("%s:%s: unknown group", host, group);
1221 note("%s: chown or chmod failed: file %s: %s",
1657 note(fmt, a1, a2, a3) function
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1125 uint_t note = local
1149 note &= ~(mac_no_notification(dsp->ds_mh));
1154 dsp->ds_notifications = dlp->dl_notifications & note;
1159 dlnotifyack(q, mp, note);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c63 #include <sys/note.h>
1289 uint32_t note; local
1294 note = mac_no_notification(vswp->mh);
1295 if ((note & (DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN)) != 0) {
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1739 uint_t note = dlnotifyindp->dl_notification; local
1742 notifinfo.dni_note = note;
1744 switch (note) {
1782 if (note & dnp->dln_notes)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1498 Note note; local
1501 bzero(&note, sizeof (note));
1502 bcopy("CORE", note.name, 4);
1503 note.nhdr.n_type = type;
1514 note.nhdr.n_namesz = 5;
1515 note.nhdr.n_descsz = roundup(descsz, sizeof (Word));
1517 if (error = core_write(vp, UIO_SYSSPACE, *offsetp, &note,
1518 sizeof (note), rlimit, credp))
1521 *offsetp += sizeof (note);
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4178 deleg_perm_type(zfs_deleg_note_t note) argument
4181 switch (note) {
4612 deleg_perm_comment(zfs_deleg_note_t note) argument
4617 switch (note) {

Completed in 119 milliseconds