HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/prototypes/
prototype.s 35 ENTRY(function) function
37 SET_SIZE(function)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
sysi86.s 31 ANSI_PRAGMA_WEAK(sysi86,function)
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
sysi86.s 31 ANSI_PRAGMA_WEAK(sysi86,function)
nuname.s 31 ANSI_PRAGMA_WEAK(nuname,function)
  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
setreid.s 30 ANSI_PRAGMA_WEAK(setreuid,function)
31 ANSI_PRAGMA_WEAK(setregid,function)
_lgrp_home_fast.s 37 ANSI_PRAGMA_WEAK(gethomelgroup,function)
exit.s 48 ANSI_PRAGMA_WEAK2(_Exit,_exit,function)
fstat.s 38 ANSI_PRAGMA_WEAK(fstat,function)
40 ANSI_PRAGMA_WEAK(fstat64,function)
fstatvfs.s 38 ANSI_PRAGMA_WEAK(fstatvfs,function)
40 ANSI_PRAGMA_WEAK(fstatvfs64,function)
getcpuid.s 36 ANSI_PRAGMA_WEAK(getcpuid,function)
getdents.s 38 ANSI_PRAGMA_WEAK(getdents,function)
40 ANSI_PRAGMA_WEAK(getdents64,function)
getegid.s 39 ANSI_PRAGMA_WEAK(getegid,function)
geteuid.s 39 ANSI_PRAGMA_WEAK(geteuid,function)
getppid.s 39 ANSI_PRAGMA_WEAK(getppid,function)
getrlimit.s 38 ANSI_PRAGMA_WEAK(getrlimit,function)
40 ANSI_PRAGMA_WEAK(getrlimit64,function)
lstat.s 38 ANSI_PRAGMA_WEAK(lstat,function)
40 ANSI_PRAGMA_WEAK(lstat64,function)
setrlimit.s 38 ANSI_PRAGMA_WEAK(setrlimit,function)
40 ANSI_PRAGMA_WEAK(setrlimit64,function)
stat.s 38 ANSI_PRAGMA_WEAK(stat,function)
40 ANSI_PRAGMA_WEAK(stat64,function)
statvfs.s 38 ANSI_PRAGMA_WEAK(statvfs,function)
40 ANSI_PRAGMA_WEAK(statvfs64,function)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
Priority.h 21 function = 2, enumerator in enum:SP_NAMESPACE::Priority::__anon857
26 return Priority::Type(n + function);
29 return function < t && t < delim;
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
pci_mech1.c 48 pci_mech1_getb(int bus, int device, int function, int reg)
52 function == PCI_MECH1_SPEC_CYCLE_FUNC) {
57 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
64 pci_mech1_getw(int bus, int device, int function, int reg)
69 function == PCI_MECH1_SPEC_CYCLE_FUNC) {
74 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
81 pci_mech1_getl(int bus, int device, int function, int reg)
86 function == PCI_MECH1_SPEC_CYCLE_FUNC) {
91 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
98 pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
DhcpCliProgram.java 40 protected DhcpCliFunction function = null; field in class:DhcpCliProgram
65 * Uninitializes the program function.
68 function = null;
72 * Sets the function that the user has requested.
73 * @param function user requested function.
75 protected void setFunction(DhcpCliFunction function)
78 if (this.function != null) {
81 this.function.getFunctionFlag());
83 function.getFunctionFlag())
    [all...]
  /onnv/onnv-gate/usr/src/lib/common/amd64/
crti.s 39 * _init function prologue
43 .type _init,@function
50 * _fini function prologue
54 .type _fini,@function
  /onnv/onnv-gate/usr/src/lib/common/sparc/
crti.s 41 * _init function prologue
45 .type _init, #function
52 * _fini function prologue
56 .type _fini, #function
  /onnv/onnv-gate/usr/src/lib/common/sparcv9/
crti.s 42 * _init function prologue
46 .type _init, #function
52 * _fini function prologue
56 .type _fini, #function

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>