HomeSort by relevance Sort by last modified time
    Searched defs:sysent (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/dtrace/
systrace.c 52 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
54 systrace_sysent_t *sysent = *interposed; local
57 if (sysent == NULL) {
58 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
63 struct sysent *a = &actual[i];
64 systrace_sysent_t *s = &sysent[i];
90 systrace_init(sysent, &systrace_sysent);
163 ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall);
167 (void) casptr(&sysent[sysnum].sy_callc,
187 (void) casptr(&sysent[sysnum].sy_callc
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
sysent.c 327 * Sysent initialization macros.
329 * currently used in the sysent entry. This might be useful someday.
423 struct sysent nosys_ent = SYSENT_NOSYS();
427 * Native sysent table.
429 struct sysent sysent[NSYSCALL] = variable in typeref:struct:sysent
837 * sysent table for ILP32 processes running on
840 struct sysent sysent32[NSYSCALL] =
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
systm.h 312 * Changes to struct sysent should maintain binary compatibility with
321 struct sysent { struct
333 extern struct sysent sysent[];
335 extern struct sysent sysent32[];
338 extern struct sysent nosys_ent; /* entry for invalid system call */

Completed in 180 milliseconds