Symbol: note
sys/dev/acpi/acpiwmi.c
194
acpiwmi_notify(struct aml_node *node, int note, void *arg)
sys/dev/acpi/acpiwmi.c
203
input.v_integer = note; /* ??? */
sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c
3669
knote_locked(&adev->ddev.note, NOTE_CHANGE);
sys/dev/pci/drm/apple/apldrm.c
165
knote_locked(&sc->sc_ddev.note, NOTE_CHANGE);
sys/dev/pci/drm/drm_connector.c
3259
knote_locked(&connector->dev->note, NOTE_CHANGE);
sys/dev/pci/drm/drm_drv.c
1805
klist_remove_locked(&dev->note, kn);
sys/dev/pci/drm/drm_drv.c
1887
klist_insert_locked(&dev->note, kn);
sys/dev/pci/drm/drm_linux.c
1723
knote_locked(&dev->note, NOTE_CHANGE);
sys/dev/pci/drm/drm_linux.c
1729
knote_locked(&connector->dev->note, NOTE_CHANGE);
sys/dev/pci/drm/drm_mode_object.c
568
knote_locked(&connector->dev->note, NOTE_CHANGE);
sys/dev/pci/drm/i915/i915_driver.c
2013
knote_locked(&dev_priv->drm.note, NOTE_CHANGE);
sys/dev/pci/drm/include/drm/drm_device.h
157
struct klist note;
sys/kern/exec_elf.c
1277
Elf_Phdr *note;
sys/kern/exec_elf.c
1359
note = &ws->psections[ws->npsections - 1];
sys/kern/exec_elf.c
1360
note->p_type = PT_NOTE;
sys/kern/exec_elf.c
1361
note->p_offset = ws->notestart;
sys/kern/exec_elf.c
1362
note->p_vaddr = 0;
sys/kern/exec_elf.c
1363
note->p_paddr = 0;
sys/kern/exec_elf.c
1364
note->p_filesz = ws->notesize;
sys/kern/exec_elf.c
1365
note->p_memsz = 0;
sys/kern/exec_elf.c
1366
note->p_flags = PF_R;
sys/kern/exec_elf.c
1367
note->p_align = ELFROUNDSIZE;
usr.bin/ssh/hostfile.c
256
hostkeys->entries[hostkeys->num_entries].note = l->note;
usr.bin/ssh/hostfile.c
265
const char *path, FILE *f, u_int note)
usr.bin/ssh/hostfile.c
275
NULL, HKF_WANT_MATCH|HKF_WANT_PARSE_KEY, note)) != 0) {
usr.bin/ssh/hostfile.c
285
u_int note)
usr.bin/ssh/hostfile.c
294
load_hostkeys_file(hostkeys, host, path, f, note);
usr.bin/ssh/hostfile.c
784
void *ctx, const char *host, const char *ip, u_int options, u_int note)
usr.bin/ssh/hostfile.c
812
lineinfo.note = note;
usr.bin/ssh/hostfile.c
960
const char *host, const char *ip, u_int options, u_int note)
usr.bin/ssh/hostfile.c
970
options, note);
usr.bin/ssh/hostfile.h
103
u_int note; /* caller-specified note copied from arguments */
usr.bin/ssh/hostfile.h
116
const char *host, const char *ip, u_int options, u_int note);
usr.bin/ssh/hostfile.h
119
const char *host, const char *ip, u_int options, u_int note);
usr.bin/ssh/hostfile.h
31
u_int note; /* caller-specific note/flag */
usr.bin/ssh/hostfile.h
42
const char *, FILE *, u_int note);
usr.bin/ssh/session.c
2018
char *note = NULL;
usr.bin/ssh/session.c
2028
xasprintf(&note, "exit %d", WEXITSTATUS(status));
usr.bin/ssh/session.c
2037
xasprintf(&note, "signal %d%s", WTERMSIG(status),
usr.bin/ssh/session.c
2046
(long)s->pid, note == NULL ? "UNKNOWN" : note);
usr.bin/ssh/session.c
2047
free(note);
usr.bin/ssh/sshconnect.c
1023
(host_found != NULL && host_found->note != 0)))
usr.bin/ssh/sshconnect.c
1078
if (options.update_hostkeys != 0 && host_found->note) {
usr.bin/ssh/sshconnect2.c
651
const char *note = "";
usr.bin/ssh/sshconnect2.c
659
note = " token";
usr.bin/ssh/sshconnect2.c
661
note = " authenticator";
usr.bin/ssh/sshconnect2.c
667
id->userprovided ? " explicit" : "", note,
usr.bin/tmux/cmd-bind-key.c
105
key_bindings_add(tablename, key, note, repeat, pr->cmdlist);
usr.bin/tmux/cmd-bind-key.c
59
const char *tablename, *note = args_get(args, 'N');
usr.bin/tmux/cmd-bind-key.c
80
key_bindings_add(tablename, key, note, repeat, NULL);
usr.bin/tmux/cmd-bind-key.c
86
key_bindings_add(tablename, key, note, repeat, value->cmdlist);
usr.bin/tmux/cmd-list-keys.c
132
if (filter_notes && l[i]->note == NULL)
usr.bin/tmux/cmd-list-keys.c
150
if (bd->note != NULL)
usr.bin/tmux/cmd-list-keys.c
151
format_add(ft, "key_note", "%s", bd->note);
usr.bin/tmux/key-bindings.c
100
free((void *)bd->note);
usr.bin/tmux/key-bindings.c
190
key_bindings_add(const char *name, key_code key, const char *note, int repeat,
usr.bin/tmux/key-bindings.c
202
if (note != NULL) {
usr.bin/tmux/key-bindings.c
203
free((void *)bd->note);
usr.bin/tmux/key-bindings.c
204
bd->note = xstrdup(note);
usr.bin/tmux/key-bindings.c
219
if (note != NULL)
usr.bin/tmux/key-bindings.c
220
bd->note = xstrdup(note);
usr.bin/tmux/key-bindings.c
284
free((void *)bd->note);
usr.bin/tmux/key-bindings.c
285
if (dd->note != NULL)
usr.bin/tmux/key-bindings.c
286
bd->note = xstrdup(dd->note);
usr.bin/tmux/key-bindings.c
288
bd->note = NULL;
usr.bin/tmux/key-bindings.c
336
if (bd->note != NULL)
usr.bin/tmux/key-bindings.c
337
new_bd->note = xstrdup(bd->note);
usr.bin/tmux/window-customize.c
1245
free((void *)bd->note);
usr.bin/tmux/window-customize.c
1246
bd->note = xstrdup(s);
usr.bin/tmux/window-customize.c
1300
(bd->note == NULL ? "" : bd->note),
usr.bin/tmux/window-customize.c
469
if (bd->note != NULL)
usr.bin/tmux/window-customize.c
470
format_add(ft, "key_note", "%s", bd->note);
usr.bin/tmux/window-customize.c
501
if (bd->note != NULL)
usr.bin/tmux/window-customize.c
502
xasprintf(&text, "#[ignore]%s", bd->note);
usr.bin/tmux/window-customize.c
598
const char *note, *period = "";
usr.bin/tmux/window-customize.c
604
note = bd->note;
usr.bin/tmux/window-customize.c
605
if (note == NULL)
usr.bin/tmux/window-customize.c
606
note = "There is no note for this key.";
usr.bin/tmux/window-customize.c
607
if (*note != '\0' && note[strlen (note) - 1] != '.')
usr.bin/tmux/window-customize.c
610
note, period))