HomeSort by: relevance | last modified time | path
    Searched defs:notification (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 1043 struct sockaddr *init_src, int *notification)
1191 *notification = SCTP_NOTIFY_ASSOC_UP;
1299 *notification = SCTP_NOTIFY_ASSOC_UP;
1332 *notification = SCTP_NOTIFY_ASSOC_RESTART;
1411 struct sockaddr *init_src, int *notification)
1613 *notification = SCTP_NOTIFY_ASSOC_UP;
1682 int notification = 0; local
2012 cookie_len, *inp_p, netp, to, &notification);
2025 cookie, cookie_len, *inp_p, *stcb, *netp, to, &notification);
2077 if (notification == SCTP_NOTIFY_ASSOC_RESTART)
    [all...]
  /src/sys/dev/acpi/
qcompas.c 1408 uint32_t notification; local
1423 "invalid battgmr notification\n");
1426 memcpy(&notification, buf + sizeof(hdr),
1428 switch (notification) {
1438 "unknown battmgr notification 0x%02x\n",
1439 notification);
  /src/sys/compat/netbsd32/
netbsd32_syscallargs.h 1396 syscallarg(const netbsd32_sigeventp_t) notification; member in struct:netbsd32_mq_notify_args
  /src/sys/sys/
syscallargs.h 1692 syscallarg(const struct sigevent *) notification; member in struct:sys_mq_notify_args

Completed in 36 milliseconds