Searched defs:method (Results 1 - 25 of 56) sorted by relevance

123

/osnet-11/usr/src/cmd/parted/
H A Dcommand.h28 int (*method) (PedDevice** dev); member in struct:__anon70
35 int (*method) (PedDevice** dev),
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_ext.c39 unsigned int method,
62 unsigned int method,
79 unsigned int method,
85 switch (method) {
87 code = krb5_db2_check_policy_as(context, method, req, rep);
90 code = krb5_db2_audit_as(context, method, req, rep);
38 krb5_db2_check_policy_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
61 krb5_db2_audit_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
78 krb5_db2_invoke(krb5_context context, unsigned int method, const krb5_data *req, krb5_data *rep) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ext.c39 unsigned int method,
62 unsigned int method,
79 unsigned int method,
113 unsigned int method,
119 switch (method) {
121 code = krb5_ldap_check_policy_as(context, method, req, rep);
124 code = krb5_ldap_audit_as(context, method, req, rep);
127 code = krb5_ldap_check_allowed_to_delegate(context, method, req, rep);
38 krb5_ldap_check_policy_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
61 krb5_ldap_audit_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
78 krb5_ldap_check_allowed_to_delegate(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
112 krb5_ldap_invoke(krb5_context context, unsigned int method, const krb5_data *req, krb5_data *rep) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dargs.t53 sub method { subroutine
58 eval { method('foo', 'bar'); };
/osnet-11/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
/osnet-11/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);
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/ieee1275/
H A Dieee1275.c30 grub_ieee1275_cell_t method; member in struct:claim_vaddr_args
39 INIT_IEEE1275_COMMON (&args.common, "call-method", 5, 2);
40 args.method = (grub_ieee1275_cell_t) "claim";
60 grub_ieee1275_cell_t method; member in struct:alloc_physmem_args
80 INIT_IEEE1275_COMMON (&args.common, "call-method", 4, 3);
81 args.method = (grub_ieee1275_cell_t) "claim";
/osnet-11/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...]
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk.c47 char *method = NULL, *presence = NULL; local
106 /* Get disk node binding method. */
108 TOPO_BINDING_METHOD, &method, &err) != 0) {
120 * when binding method is not found treat it as
126 method = topo_mod_strdup(mod, PATH_BINDING);
130 /* Depending on binding method, call the proper routine. */
131 if (strcmp(method, PATH_BINDING) == 0) {
152 } else if (strcmp(method, DEVID_BINDING) == 0) {
163 } else if (strcmp(method, TARGET_PORT_BINDING) == 0) {
178 "binding method no
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c59 grub_ieee1275_cell_t method; member in struct:get_time_args
84 INIT_IEEE1275_COMMON (&args.common, "call-method", 2, 7);
86 args.method = (grub_ieee1275_cell_t) "get-time";
111 grub_ieee1275_cell_t method; member in struct:set_time_args
136 INIT_IEEE1275_COMMON (&args.common, "call-method", 8, 1);
138 args.method = (grub_ieee1275_cell_t) "set-time";
/osnet-11/usr/src/lib/libsum/common/
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;
H A Dsum-crc.c117 crc_open(const Method_t* method, const char* name) argument
130 sum->method = (Method_t*)method;
H A Dsum-sha1.c269 sha1_open(const Method_t* method, const char* name) argument
275 sha->method = (Method_t*)method;
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...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dnand.c68 grub_ieee1275_cell_t method; member in struct:size_args
91 INIT_IEEE1275_COMMON (&args.common, "call-method", 2, 2);
92 args.method = (grub_ieee1275_cell_t) "block-size";
104 INIT_IEEE1275_COMMON (&args.common, "call-method", 2, 3);
105 args.method = (grub_ieee1275_cell_t) "size";
150 grub_ieee1275_cell_t method; member in struct:read_args
159 INIT_IEEE1275_COMMON (&args.common, "call-method", 6, 1);
160 args.method = (grub_ieee1275_cell_t) "pio-read";
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, argument
68 if (sip_add_request_line(sip_msg, method, uri) != 0) {
95 if (sip_add_cseq(sip_msg, method, cseq) != 0) {
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, argument
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by,
145 * Get the Dialog method
H A Dsip_logging.c62 sip_measure_traffic(boolean_t is_request, sip_method_t method, int resp_code, argument
78 switch (method) {
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...]
H A Dsip_xaction_state_mc.c1286 sip_method_t method; local
1426 method = msg_info->sip_req_method;
1427 SIP_UPDATE_COUNTERS(B_TRUE, method, 0, B_TRUE, new_msg->
/osnet-11/usr/src/lib/libcmd/common/
H A Dcksum.c36 " \bsum\b method: \batt\b for the \batt\b universe, \bbsd\b otherwise."
38 " \batt\b method is a true sum, all others are order dependent.]"
54 " include size in the output. The default is method specific.]#[scale]"
57 " \bsum\b then the checksum method is automatically determined,"
58 " otherwise \b--method\b must be specified. The listed checksum is"
65 " [+method=name?Checksum method to apply to subsequent lines.]"
69 "[h:header?Print the checksum method as the first output line. Used with"
90 "[x:method|algorithm?Specifies the checksum \amethod\a to"
91 " apply. Parenthesized method option
446 char* method; local
[all...]
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dget_req.c191 char *method; local
195 method = (char *)DS[-1];
200 method, (char *)DS[-1]);
206 method);
215 char *method, *fc_name, *path; local
219 method = (char *)DS[-1];
225 method, fc_name);
237 debug_msg(DEBUG_FIND_FCODE, "%s: method '%s' not found\n",
238 fname, method);
245 * executes them to get "builtin drivers" file name or method nam
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c60 * Simple API to determine if the specified node supports a given topo method
61 * (specified by the method name and version). Returns true if supported, false
124 "method registration failed for %s: %s\n",
178 "registered module %s method "
234 topo_method_call(tnode_t *node, const char *method, argument
242 if (strcmp(method, mp->tim_name) != 0)
275 topo_method_invoke(tnode_t *node, const char *method, argument
281 rc = topo_method_call(node, method, version, in, out, err);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c215 /* Call the "map" method of /chosen/mmu. */
222 grub_ieee1275_cell_t method; member in struct:map_args
234 INIT_IEEE1275_COMMON (&args.common, "call-method",
241 args.method = (grub_ieee1275_cell_t) "map";
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c342 * method error payload types require additional information: it is
591 adr_method_t *method = zalloc(sizeof (adr_method_t)); local
592 if (method == NULL)
594 result->ao_methods[i] = method;
595 method->am_name = NULL;
596 if (!xdr_string(xdrs, (char **)&method->am_name, -1) ||
597 !xdr_stability_t(xdrs, &method->am_stability) ||
598 !xdr_bool(xdrs, (bool_t *)&method->am_nullable) ||
599 !xdr_r_typeref_t(xdrs, typeset, &method->am_result) ||
600 !xdr_r_errortype_t(xdrs, typeset, &method
[all...]

Completed in 146 milliseconds

123