HomeSort by: relevance | last modified time | path
    Searched defs:notification (Results 1 - 2 of 2) 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 in function:sctp_handle_cookie_echo
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 1406 uint32_t notification; local in function:qcpas_pmic_rtr_recv
1421 "invalid battgmr notification\n");
1424 memcpy(&notification, buf + sizeof(hdr),
1426 switch (notification) {
1436 "unknown battmgr notification 0x%02x\n",
1437 notification);

Completed in 28 milliseconds