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

1 2

  /onnv/onnv-gate/usr/src/prototypes/
prototype.s 35 ENTRY(function) function
37 SET_SIZE(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;
ModeInfo.h 47 Syntax::StandardFunction function; member in union:SP_NAMESPACE::TokenInfo::__anon847
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
Sun_fcSendLIRR.cc 41 * @param function ???
49 HBA_UINT8 function,
59 port->sendLIRR(0, function, type, pRspBuffer, pRspBufferSize);
61 port->sendLIRR(wwnConversion(destWWN.wwn), function, type, local
  /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/cmd/hal/hald/
logger.c 53 static const char *function; variable
120 * @param function Name of function
128 function = _function;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bss_rtcp.c 80 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */ member in struct:rpc_msg
193 ctx->msg.function = 'G';
205 if ( ctx->msg.channel != 'R' || ctx->msg.function != 'C' ) {
233 ctx->msg.function = 'P';
241 if ( (ctx->msg.channel != 'R') || (ctx->msg.function != 'C') ) {
243 ctx->msg.channel, ctx->msg.function );
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssl_task.c 77 * char function;
91 * data is returned in the next 'C' function response that matches the
96 * you cannot initiate another function on a channel until the previous
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */ member in struct:rpc_msg
318 if ( msg.function == 'G' ) {
320 } else if ( msg.function == 'P' ) {
322 } else if ( msg.function == 'X' ) {
333 msg.function = 'C'; /* confirm */
344 msg.function = 'C'; /* confirm */
  /onnv/onnv-gate/usr/src/uts/i86pc/io/gfx_private/
gfxp_pci.c 78 uint8_t function; member in struct:gfxp_pci_bsf
141 (func == pci_bsf->function)) {
155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function,
174 pci_bsf->function = function;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
DhtAdm.java 116 * Executes the program function.
123 // Get the options and go exec the correct function.
141 if (function == null) {
148 if (!function.isVersionValid(false)) {
154 function.setDhcpDatastore(options.valueOf(RESOURCE),
157 function.setOptions(options);
158 function.setStandardOptions();
159 returnCode = function.execute();
232 * Returns a localized string for this function
  /onnv/onnv-gate/usr/src/cmd/dcs/sparc/sun4u/
rdr_param_types.h 52 * the rdr_snd_msg() function and returned from the rdr_rcv_msg()
53 * function.
100 char *function; /* const */ member in struct:__anon347
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
evfuncs.c 628 int (*function)(); member in struct:__anon489
772 cmd_rc = (*func[n].function)(argc, argv, instr, outstr, errstr);
785 Lastret = (*func[n].function)(argc, argv, instr, outstr, errstr);
789 else return (*func[n].function)(argc, argv, instr, outstr, errstr);
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
ProbeDescription.java 36 * A DTrace probe description consists of provider, module, function,
63 * Instance with empty provider, module, function, and name fields
72 * Enumerates the provider, module, function, and name fields of a
80 /** Probe function */
81 FUNCTION,
92 "function", "name"});
108 private final String function; field in class:ProbeDescription
114 * in the format <i>{@code provider:module:function:name}</i> or
119 * <i>{@code provider:module:function:name}</i> or else (if no colon
140 function = ""
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libipp-listener/common/
ipp-listener.c 101 ipp_handler_t *function; member in struct:__anon4458
206 if ((index == -1) || (handlers[index].function == NULL)) {
232 return (handlers[index].function);
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
display.c 46 /* see if the function column should be displayed */
69 static int fcnlen; /* function name display field length */
78 typedef char *(*FP)(); /* pointer to function returning a character pointer */
94 { "Find", "functions called by this function",
96 { "Find", "functions calling this function",
108 { "Find all", "function/class definitions",
150 char function[PATLEN + 1]; /* function name */ local
194 (void) printw("%-*s ", fcnlen, "Function");
225 if (fscanf(refsfound, "%s%s%s %[^\n]", file, function,
490 char function[PATLEN + 1]; \/* function name *\/ local
    [all...]
find.c 63 static long lastfcnoffset; /* last function name offset */
72 static void putref(char *file, char *function);
87 char function[PATLEN + 1]; /* function name */ local
110 *function = '\0';
111 /* a macro can be inside a function, but not vice versa */
134 /* look for a source file or function name */
152 case FCNEND: /* function end */
153 *function = '\0';
156 case FCNDEF: /* function name *
253 char function[PATLEN + 1]; \/* function name *\/ local
365 char function[PATLEN + 1]; \/* function name *\/ local
484 char function[PATLEN + 1]; \/* function name *\/ local
551 char function[PATLEN + 1]; \/* function name *\/ local
1037 static char function[PATLEN + 1]; \/* function name *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pcitool/
pcitool_ui.h 98 uint8_t function; member in struct:uiargs
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
DhcpCfg.java 122 * Executes the program function.
129 // Get the options and go exec the correct function.
147 if (function == null) {
152 function.setOptions(options);
153 function.setStandardOptions();
154 returnCode = function.execute();
218 * Returns a localized string for this function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
slp.h 43 unsigned char function; member in struct:slpv1_hdr
54 unsigned char function; member in struct:slpv2_hdr
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_grammar.y 179 %type <l_node> function
292 DT_KEY_PROBE DT_TOK_IDENT function DT_TOK_COLON function ';' {
295 | DT_KEY_PROBE DT_TOK_IDENT function ';' {
744 | direct_declarator function { dt_decl_func($1, $2); }
805 | direct_abstract_declarator function { dt_decl_func($1, $2); }
806 | function { dt_decl_func(NULL, $1); }
822 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); } label
  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hpi.h 106 * Bit 24 - 25: Function Number
149 uint16_t function; member in struct:_hpi_handle_function
157 hpi_handle_function_t function; member in struct:_hpi_handle
166 void hpi_debug_msg(hpi_handle_function_t function, uint64_t level,
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/
npi_vir.c 115 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
122 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
131 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
137 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
148 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
157 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
165 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
177 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
186 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
194 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL
812 uint8_t function, region, slot; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/pcmcia/sys/
cs_stubs.h 44 * Card Services function identifiers - these correspond to the PCMCIA
45 * standard function codes for CS with the exception of a few
46 * private and implementation-specific function identifiers.
132 #define Error2Text 0x2005 /* function or ret code string */
137 #define CSFuncListEnd 0x8000 /* end of CS function list */
144 uint32_t function; member in struct:cs_register_cardservices_t
158 * Function prototypes
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
biosdisk.h 73 unsigned char function; member in struct:interface_path::__anon8491
80 * Structure for Int 13 function 48 (EDD 3.0)
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
pcf8574_nct.c 144 * SCSB callback function
598 * Register out callback function with the SCSB driver, and save
728 * In normal scenarios, this function should never get called.
729 * But, we will still come back and call this function if scsb
1208 * We create the kstat depending on the device function,
1325 * This function reads a single byte from the pcf8574 chip, for use by the
1326 * kstat routines. The protocol for read will depend on the function.
1360 * This function writes a single byte to the pcf8574 chip, for use by the
1361 * ioctl routines. The protocol for write will depend on the function.
1608 char *function; local
    [all...]

Completed in 2109 milliseconds

1 2