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

  /src/sys/compat/netbsd32/
netbsd32_mqueue.c 181 syscallarg(const netbsd32_sigeventp_t) notification;
187 if (SCARG_P32(uap, notification)) {
189 error = copyin(SCARG_P32(uap, notification), &sig32,
202 if (SCARG_P32(uap, notification)) {
203 /* Register notification: set the signal and target process */
212 /* Unregister the notification */
netbsd32_syscallargs.h 1396 syscallarg(const netbsd32_sigeventp_t) notification; member in struct:netbsd32_mq_notify_args
netbsd32_systrace_args.c 1886 uarg[1] = (intptr_t) SCARG(p, notification).i32; /* const netbsd32_sigeventp_t */
  /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...]
sctputil.c 2463 sctp_ulp_notify(u_int32_t notification, struct sctp_tcb *stcb,
2474 switch (notification) {
2558 printf("NOTIFY: unknown notification %xh (%u)\n",
2559 notification, notification);
2666 /* We have a TCB to abort, send notification too */
  /src/sys/kern/
sys_mqueue.c 669 * While doing this, notification should not be sent.
957 syscallarg(const struct sigevent *) notification;
963 if (SCARG(uap, notification)) {
965 error = copyin(SCARG(uap, notification), &sig,
978 if (SCARG(uap, notification)) {
979 /* Register notification: set the signal and target process */
989 /* Unregister the notification */
systrace_args.c 1947 uarg[1] = (intptr_t) SCARG(p, notification); /* const struct sigevent * */
  /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/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1388 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \
1389 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification))
1390 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
1392 (long)(notification))
2793 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification);
2795 long notification);
netbsd_syscall_hooks.h 1351 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \
1353 (long long)(notification))
1354 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
1356 (long long)(notification))
3713 long long notification);
3715 long long notification);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
handlers.c 1222 static int handle_g2v_notification(struct intel_vgpu *vgpu, int notification)
1230 switch (notification) {
1245 gvt_vgpu_err("Invalid PV notification %d\n", notification);
  /src/sys/sys/
syscallargs.h 1692 syscallarg(const struct sigevent *) notification; member in struct:sys_mq_notify_args

Completed in 48 milliseconds