Searched refs:method (Results 1 - 25 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h38 if (dc->method == PPMDC_I2CKIO) \
40 else if (dc->method == PPMDC_KIO) \
45 if (dc->method == PPMDC_I2CKIO) \
47 else if (dc->method == PPMDC_KIO) \
/illumos-gate/usr/src/common/crypto/padding/
H A Dpkcs1.c64 pkcs1_encode(int method, uint8_t *databuf, size_t datalen, uint8_t *padbuf, argument
78 padbuf[1] = (method == PKCS1_ENCRYPT) ? 0x02 : 0x01;
80 if (method == PKCS1_ENCRYPT) {
87 } else if (method == PKCS1_SIGN) {
118 pkcs1_decode(int method, uint8_t *padbuf, size_t *plen) argument
120 int rv = ((method == PKCS1_DECRYPT) ? CKR_ENCRYPTED_DATA_INVALID :
125 if (padbuf[0] != 0x00 || padbuf[1] != (method == PKCS1_DECRYPT ?
140 } else if (method == PKCS1_VERIFY && padbuf[i] != 0xFF) {
H A Dpadding.h38 * Values for PKCS#1 method of encoding/decoding.
68 int pkcs1_encode(int method, uint8_t *databuf, size_t datalen, uint8_t *padbuf,
70 int pkcs1_decode(int method, uint8_t *padbuf, size_t *plen);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c38 valid_env_var(const char *var, const char *instance, const char *method) argument
43 if (method == NULL)
46 "method %s of instance %s.\n"), var, method, instance);
49 if (method == NULL)
52 "method %s of instance %s; \"SMF_\" prefix is reserved.\n"),
53 var, method, instance);
61 find_dup(const char *var, char **env, const char *instance, const char *method) argument
78 "for method %s of instance %s.\n"), *p, method, instanc
99 set_smf_env(struct method_context *mthd_ctxt, instance_t *instance, const char *method) argument
[all...]
H A Dwait.c27 * This file contains a set of routines used to perform wait based method
46 /* structure used to represent an active method process */
53 instance_method_t method; /* the method type running */ member in struct:__anon179
63 /* list of currently executing method processes */
74 * Setup structures used for method termination monitoring.
98 error_msg("%s: %s", gettext("Failed to create method pool"),
105 gettext("Failed to create method list"),
150 * Callback function that handles the timeout of an instance's method.
151 * 'arg' points at the method_el_t representing the method
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dppm_plat.h40 if (dc->method == PPMDC_KIO) \
45 if (dc->method == PPMDC_KIO) \
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c67 char *method, /* O - Method [32] (http, https, etc.) */
73 httpSeparate2(uri, method, 32, username, HTTP_MAX_URI, host, HTTP_MAX_URI,
85 char *method, /* O - Method (http, https, etc.) */
86 int methodlen, /* I - Size of method buffer */
104 if (uri == NULL || method == NULL || username == NULL || host == NULL ||
109 * Grab the method portion of the URI...
118 strlcpy(method, "ipp", methodlen);
123 * Standard URI with method...
132 * If the method contains a period or slash, then it's probably
160 strlcpy(method, "htt
66 httpSeparate(const char *uri, char *method, char *username, char *host, int *port, char *resource) argument
84 httpSeparate2(const char *uri, char *method, int methodlen, char *username, int usernamelen, char *host, int hostlen, int *port, char *resource, int resourcelen) argument
[all...]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_test.c53 prom_test_method(char *method, pnode_t node) argument
59 if (prom_test("test-method") == 0) {
60 ci[0] = p1275_ptr2cell("test-method"); /* service */
64 ci[4] = p1275_ptr2cell(method);
73 "\" %s\" h# %x find-method invert h# %p l!",
74 method, node, (void *)&rv);
/illumos-gate/usr/src/lib/efcode/packages/
H A Dpopulate.c134 char *method, *path; local
138 static char func_name[] = "builtin-driver-method-hook";
148 method = pop_a_string(env, NULL);
154 if ((path = search_for_fcode_file(env, method)) != NULL) {
156 method, path);
167 fc_ptr2cell(method), &len);
171 func_name, method);
172 push_a_string(env, method);
177 func_name, method, (int)len);
181 dropin_name = STRDUP(method);
239 char *method, *path, *buf; local
[all...]
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-lmd.c124 md4_open(const Method_t* method, const char* name) argument
130 lmd->method = (Method_t*)method;
164 md5_open(const Method_t* method, const char* name) argument
170 lmd->method = (Method_t*)method;
205 sha1_open(const Method_t* method, const char* name) argument
211 lmd->method = (Method_t*)method;
245 sha256_open(const Method_t* method, cons argument
279 sha384_open(const Method_t* method, const char* name) argument
313 sha512_open(const Method_t* method, const char* name) argument
[all...]
H A Dsumlib.c31 struct Method_s* method; \
80 long_open(const Method_t* method, const char* name) argument
86 p->method = (Method_t*)method;
130 if ((flags & SUM_SCALE) && ((n = scale) || (n = x->method->scale)))
209 " default \bcksum\b(1) method.",
270 * open sum method name
300 return (*p->method->init)(p);
311 return (*p->method->block)(p, buf, siz);
323 return (*p->method
[all...]
H A Dsum-prng.c54 prng_open(const Method_t* method, const char* name) argument
64 sum->method = (Method_t*)method;
H A Dsum-ast4.c68 ast4_open(const Method_t* method, const char* name) argument
74 p->method = (Method_t*)method;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-385.dtsi60 enable-method = "marvell,armada-380-smp";
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.h41 short method; /* code for chosen compression method */ member in struct:ccp_options
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_jni_support.c73 * method String.getBytes(). This will ensure that the appropriate
88 jmethodID method; local
117 method = (*env)->GetMethodID(
124 * If method is NULL GetMethodID() encountered a problem
125 * locating the desired method and has already called
128 if (method != NULL) {
133 bytes = (*env)->CallObjectMethod(env, jstr, method);
/illumos-gate/usr/src/head/
H A Dsdssc.h139 #define REF(method, args) _##method args
141 #define REF(method, args) (* method) args
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Dsvc-legacy-routing28 # This script is the shared method script for the legacy ipv4/ipv6
43 method="$1"
46 case "$method" in
H A Dsvc-forwarding27 # This script is the shared method script for the ipv4-routing, ipv6-routing,
38 method="$1"
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh10 echo No hibernate method found >&2
H A Dhal-system-power-suspend-sunos.sh16 echo No suspend method found >&2
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcAdapterCreateWWN.cc56 HBA_WWN *OUI, HBA_INT32 method) {
68 if (method == HBA_CREATE_WWN_FACTORY) {
54 Sun_fcAdapterCreateWWN(HBA_HANDLE handle, HBA_UINT32 portindex, HBA_WWN *nwwn, HBA_WWN *pwwn, HBA_WWN *OUI, HBA_INT32 method) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c57 switch (dc->method) {
66 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n",
67 str, dc->method))
90 switch (dc->method) {
110 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n",
111 str, dc->method))
133 switch (dc->method) {
162 switch (dc->method) {
182 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n",
183 str, dc->method))
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c59 sip_method_t method)
100 (char *)&method, sizeof (sip_method_t),
104 sip_md5_hash(bid, strlen(bid), (char *)&method,
299 sip_method_t method; local
304 method = sip_get_callseq_method((sip_msg_t)msg, &error);
313 (method == ACK || method == CANCEL)) {
314 method = INVITE;
316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
335 sip_method_t method; local
58 sip_find_md5_digest(char *bid, _sip_msg_t *msg, uint16_t *hindex, sip_method_t method) argument
571 sip_xaction_add(sip_xaction_t *trans, char *branchid, _sip_msg_t *msg, sip_method_t method) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.h65 int string2method(char *method);

Completed in 102 milliseconds

12345678