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

  /onnv/onnv-gate/usr/src/uts/common/os/
modconf.c 728 struct sysent *sysp; local
730 if ((sysp = mod_getsysent(modlp, table)) == NULL)
732 return ((int)(sysp - table));
744 struct sysent *sysp; local
766 if ((sysp = mod_getsysent(modlp, table)) == NULL)
773 rw_enter(sysp->sy_lock, RW_WRITER);
775 sysp->sy_narg = mp->sy_narg;
776 sysp->sy_call = mp->sy_call;
781 sysp->sy_flags &= ~SE_ARGC;
782 sysp->sy_flags |= SE_LOADED
811 struct sysent *sysp; local
    [all...]
modsysfile.c 504 struct sysparam *sysp; local
516 sysp = vmem_alloc(mod_sysfile_arena, sizeof (struct sysparam),
518 bzero(sysp, sizeof (struct sysparam));
519 sysp->sys_op = SETOP_NONE; /* set op to noop initially */
521 switch (sysp->sys_type = mcp->mc_type) {
553 if (sysp->sys_type == MOD_INCLUDE)
555 sysp->sys_ptr = vmem_alloc(mod_sysfile_arena, strlen(tok1) + 1,
557 (void) strcpy(sysp->sys_ptr, tok1);
582 sysp->sys_modnam = vmem_alloc(mod_sysfile_arena,
584 (void) strcpy(sysp->sys_modnam, tok1)
842 struct sysparam *sysp; local
878 struct sysparam *sysp; local
1096 struct sysparam *sysp; local
1153 struct sysparam *sysp; local
1491 struct sysparam *sysp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_syscalls.c 1935 struct sysent *sysp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
ptrace.c 1491 sysset_t *sysp; local
1765 sysset_t *sysp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
startup.c 254 struct boot_syscalls *sysp; /* passed in from boot */ variable in typeref:struct:boot_syscalls
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 3766 struct sysparam *sysp, sys; local
    [all...]

Completed in 120 milliseconds