Searched defs:note (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_ops.c | 485 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument 525 20 - indent, ref_name, note);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/ |
H A D | play.c | 109 struct note struct 150 play (unsigned tempo, struct note *note) argument 154 if (note->pitch == T_FINE || grub_checkkey () >= 0) 157 grub_dprintf ("play", "pitch = %d, duration = %d\n", note->pitch, 158 note->duration); 160 switch (note->pitch) 167 beep_on (note->pitch); 171 to = grub_get_rtc () + BASE_TEMPO * note->duration / tempo; 188 struct note bu 223 struct note note; local [all...] |
/osnet-11/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1796 uint_t note = dlnotifyindp->dl_notification; local 1800 notifinfo.dni_note = note; 1802 switch (note) { 1866 if (note & dnp->dln_notes)
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-mkimage.c | 701 struct image_target_desc *image_target, int note, 1486 if (note) 1583 if (note) 1586 struct grub_ieee1275_note *note = (struct grub_ieee1275_note *) local 1591 note->header.namesz = grub_host_to_target32 (sizeof (GRUB_IEEE1275_NOTE_NAME)); 1592 note->header.descsz = grub_host_to_target32 (note_size); 1593 note->header.type = grub_host_to_target32 (GRUB_IEEE1275_NOTE_TYPE); 1594 strcpy (note->header.name, GRUB_IEEE1275_NOTE_NAME); 1595 note->descriptor.real_mode = grub_host_to_target32 (0xffffffff); 1596 note 699 generate_image(const char *dir, char *prefix, FILE *out, char *mods[], char *memdisk_path, char *config_path, struct image_target_desc *image_target, int note, grub_compression_t comp) argument 1713 int note = 0, err; local [all...] |
Completed in 41 milliseconds