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

  /src/sys/compat/common/
kern_info_43.c 73 { SYS_compat_43_ogethostid, 0, (sy_call_t *)compat_43_sys_gethostid },
98 compat_43_sys_gethostid(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
  /src/sys/compat/sunos/
sunos_syscallargs.h 680 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sunos_sysent.c 624 .sy_call = (sy_call_t *)compat_43_sys_gethostid
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 689 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sunos32_sysent.c 558 .sy_call = (sy_call_t *)compat_43_sys_gethostid
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 653 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
ultrix_sysent.c 613 .sy_call = (sy_call_t *)compat_43_sys_gethostid
  /src/sys/compat/netbsd32/
netbsd32_compat_43.c 783 (sy_call_t *)compat_43_sys_gethostid },
netbsd32_syscallargs.h 3109 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 1002 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
aoutm68k_sysent.c 845 .sy_call = (sy_call_t *)compat_43_sys_gethostid
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 873 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
freebsd_sysent.c 672 .sy_call = (sy_call_t *)compat_43_sys_gethostid
  /src/sys/sys/
syscallargs.h 3687 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);

Completed in 44 milliseconds