/titanic_51/usr/src/lib/efcode/packages/ |
H A D | populate.c | 134 char *method, *path; in builtin_driver_method_hook() local 138 static char func_name[] = "builtin-driver-method-hook"; in builtin_driver_method_hook() 148 method = pop_a_string(env, NULL); in builtin_driver_method_hook() 154 if ((path = search_for_fcode_file(env, method)) != NULL) { in builtin_driver_method_hook() 156 method, path); in builtin_driver_method_hook() 167 fc_ptr2cell(method), &len); in builtin_driver_method_hook() 171 func_name, method); in builtin_driver_method_hook() 172 push_a_string(env, method); in builtin_driver_method_hook() 177 func_name, method, (int)len); in builtin_driver_method_hook() 181 dropin_name = STRDUP(method); in builtin_driver_method_hook() 239 char *method, *path, *buf; exec_builtin_driver() local [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | env.c | 38 valid_env_var(const char *var, const char *instance, const char *method) in valid_env_var() argument 43 if (method == NULL) in valid_env_var() 46 "method %s of instance %s.\n"), var, method, instance); in valid_env_var() 49 if (method == NULL) in valid_env_var() 52 "method %s of instance %s; \"SMF_\" prefix is reserved.\n"), in valid_env_var() 53 var, method, instance); in valid_env_var() 61 find_dup(const char *var, char **env, const char *instance, const char *method) in find_dup() argument 78 "for method %s of instance %s.\n"), *p, method, instanc in find_dup() 100 set_smf_env(struct method_context * mthd_ctxt,instance_t * instance,const char * method) set_smf_env() argument [all...] |
H A D | inetd.c | 45 * - stop/refresh requests from the inetd method processes (coming in on a 128 /* Arguments passed to this binary to request which method to execute. */ 209 * to the inetd start method process. 244 exec_method(instance_t *instance, instance_method_t method, method_info_t *mi, 413 * Sends a refresh event to the inetd start method process and returns 444 * Sends a stop event to the inetd start method process and wait till it goes 468 * than inetd and in the case we get wedged, the stop method timeout in stop_method() 927 * Set the retries exceeded flag so when the method in handle_bind_failure() 1144 * online method, so we can start listening for it. in create_bound_fds() 1167 * Nothing to do here as the method completio in create_bound_fds() 1267 get_method_state(instance_method_t method) get_method_state() argument 2659 passes_basic_exec_checks(const char * instance,const char * method,const char * path) passes_basic_exec_checks() argument 2693 exec_method(instance_t * instance,instance_method_t method,method_info_t * mi,struct method_context * mthd_ctxt,const proto_info_t * pi) exec_method() argument 2940 get_method_error_success(instance_method_t method) get_method_error_success() argument 2994 run_method(instance_t * instance,instance_method_t method,const proto_info_t * start_info) run_method() argument 3862 char *method; main() local [all...] |
H A D | wait.c | 27 * 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 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"), in method_init() 105 gettext("Failed to create method list"), in method_init() 150 * Callback function that handles the timeout of an instance's method. 151 * 'arg' points at the method_el_t representing the method [all...] |
/titanic_51/usr/src/lib/libsum/common/ |
H A D | sum-lmd.c | 124 md4_open(const Method_t* method, const char* name) in md4_open() argument 130 lmd->method = (Method_t*)method; in md4_open() 164 md5_open(const Method_t* method, const char* name) in md5_open() argument 170 lmd->method = (Method_t*)method; in md5_open() 205 sha1_open(const Method_t* method, const char* name) in sha1_open() argument 211 lmd->method = (Method_t*)method; in sha1_open() 245 sha256_open(const Method_t* method, const char* name) in sha256_open() argument 251 lmd->method = (Method_t*)method; in sha256_open() 279 sha384_open(const Method_t* method, const char* name) in sha384_open() argument 285 lmd->method = (Method_t*)method; in sha384_open() [all …]
|
H A D | sumlib.c | 31 struct Method_s* method; \ 80 long_open(const Method_t* method, const char* name) in long_open() argument 86 p->method = (Method_t*)method; in long_open() 130 if ((flags & SUM_SCALE) && ((n = scale) || (n = x->method->scale))) in long_print() 300 return (*p->method->init)(p); in suminit() 311 return (*p->method->block)(p, buf, siz); in sumblock() 323 return (*p->method->done)(p); in sumdone() 333 return (*p->method->print)(p, sp, flags, scale); in sumprint() 343 return (*p->method->data)(p, d); in sumdata()
|
/titanic_51/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-lmd.c | 124 md4_open(const Method_t* method, const char* name) in md4_open() argument 130 lmd->method = (Method_t*)method; in md4_open() 164 md5_open(const Method_t* method, const char* name) in md5_open() argument 170 lmd->method = (Method_t*)method; in md5_open() 205 sha1_open(const Method_t* method, const char* name) in sha1_open() argument 211 lmd->method = (Method_t*)method; in sha1_open() 245 sha256_open(const Method_t* method, cons argument 279 sha384_open(const Method_t * method,const char * name) sha384_open() argument 313 sha512_open(const Method_t * method,const char * name) sha512_open() argument [all...] |
H A D | sumlib.c | 31 struct Method_s* method; \ 80 long_open(const Method_t* method, const char* name) in long_open() argument 86 p->method = (Method_t*)method; in long_open() 130 if ((flags & SUM_SCALE) && ((n = scale) || (n = x->method->scale))) in long_print() 209 " default \bcksum\b(1) method.", 270 * open sum method name 300 return (*p->method->init)(p); in suminit() 311 return (*p->method->block)(p, buf, siz); in sumblock() 323 return (*p->method in sumdone() [all...] |
/titanic_51/usr/src/lib/print/libhttp-core/common/ |
H A D | http-support.c | 67 char *method, /* O - Method [32] (http, https, etc.) */ in httpSeparate() argument 73 httpSeparate2(uri, method, 32, username, HTTP_MAX_URI, host, HTTP_MAX_URI, in httpSeparate() 85 char *method, /* O - Method (http, https, etc.) */ in httpSeparate2() argument 86 int methodlen, /* I - Size of method buffer */ in httpSeparate2() 104 if (uri == NULL || method == NULL || username == NULL || host == NULL || in httpSeparate2() 109 * Grab the method portion of the URI... in httpSeparate2() 118 strlcpy(method, "ipp", methodlen); in httpSeparate2() 123 * Standard URI with method... in httpSeparate2() 132 * If the method contains a period or slash, then it's probably in httpSeparate2() 160 strlcpy(method, "htt in httpSeparate2() [all...] |
/titanic_51/usr/src/common/crypto/padding/ |
H A D | pkcs1.c | 64 pkcs1_encode(int method, uint8_t *databuf, size_t datalen, uint8_t *padbuf, in pkcs1_encode() argument 78 padbuf[1] = (method == PKCS1_ENCRYPT) ? 0x02 : 0x01; in pkcs1_encode() 80 if (method == PKCS1_ENCRYPT) { in pkcs1_encode() 87 } else if (method == PKCS1_SIGN) { in pkcs1_encode() 118 pkcs1_decode(int method, uint8_t *padbuf, size_t *plen) in pkcs1_decode() argument 120 int rv = ((method == PKCS1_DECRYPT) ? CKR_ENCRYPTED_DATA_INVALID : in pkcs1_decode() 125 if (padbuf[0] != 0x00 || padbuf[1] != (method == PKCS1_DECRYPT ? in pkcs1_decode() 140 } else if (method == PKCS1_VERIFY && padbuf[i] != 0xFF) { in pkcs1_decode()
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 27 \ access method 37 \ The NEW method creates and initializes an instance of a class. 52 \ has an extra field for the vtable method count. Hasvtable declares 55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods 59 \ END-CLASS allocates and clears the vtable - then it walks class's method 60 \ list and inserts all new methods into table. For each method, if the table 61 \ slot is already nonzero, do nothing (overridden method). Otherwise fill 70 \ : is redefined to check for override, fill in vtable index, increment method 84 \ Compile the method name, and code to find and 89 \ compiles a method nam [all...] |
/titanic_51/usr/src/uts/sun4u/sys/ |
H A D | ppm_plat.h | 38 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) \
|
/titanic_51/usr/src/lib/libsip/common/ |
H A D | sip_xaction.c | 59 sip_method_t method) in sip_find_md5_digest() argument 100 (char *)&method, sizeof (sip_method_t), in sip_find_md5_digest() 104 sip_md5_hash(bid, strlen(bid), (char *)&method, in sip_find_md5_digest() 299 sip_method_t method; in sip_xaction_find() local 304 method = sip_get_callseq_method((sip_msg_t)msg, &error); in sip_xaction_find() 313 (method == ACK || method == CANCEL)) { in sip_xaction_find() 314 method = INVITE; in sip_xaction_find() 316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0) in sip_xaction_find() 335 sip_method_t method; in sip_xaction_create() local 572 sip_xaction_add(sip_xaction_t * trans,char * branchid,_sip_msg_t * msg,sip_method_t method) sip_xaction_add() argument [all...] |
/titanic_51/usr/src/cmd/svc/milestone/ |
H A D | README.share | 45 # /lib/svc/method/example-method start 48 the commands from the service method as they are executed. For sh(1) 49 based scripts, this would mean running the method as 51 # /sbin/sh -x /lib/svc/method/example-method start 55 # /usr/bin/ksh -x /lib/svc/method/example-method start 57 The first line of the service method script will generally specify its 83 # /lib/svc/method/f [all...] |
/titanic_51/usr/src/cmd/svc/startd/ |
H A D | method.c | 28 * method.c - method execution functions 30 * This file contains the routines needed to run a method: a fork(2)-exec(2) 44 * from offline to online (i.e., the start method), we'll transfer inherited 87 * Mapping from restart_on method-type to contract events. Must correspond to 169 * Determine if the method for the given instance is transient, 343 * Activate a contract template for the type method of inst. type, 445 exec_method(const restarter_inst_t *inst, int type, const char *method, in exec_method() argument 453 cmd = uu_msprintf("exec %s", method); in exec_method() 459 log_instance(inst, B_FALSE, "Executing %s method (\" in exec_method() 658 char *method; method_run() local [all...] |
/titanic_51/usr/src/lib/libslp/clib/ |
H A D | slp_jni_support.c | 73 * method String.getBytes(). This will ensure that the appropriate 88 jmethodID method; in JNU_GetStringNativeChars() local 117 method = (*env)->GetMethodID( in JNU_GetStringNativeChars() 124 * If method is NULL GetMethodID() encountered a problem in JNU_GetStringNativeChars() 125 * locating the desired method and has already called in JNU_GetStringNativeChars() 128 if (method != NULL) { in JNU_GetStringNativeChars() 133 bytes = (*env)->CallObjectMethod(env, jstr, method); in JNU_GetStringNativeChars()
|
/titanic_51/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 99 : find-cif-method ( adr,len -- acf ) 100 2dup cif-ph find-method 0= if ( adr,len ) 106 " open" find-cif-method to cif-open 107 " close" find-cif-method to cif-close 108 " read" find-cif-method to cif-read 109 " seek" find-cif-method to cif-seek 110 " release" find-cif-method to cif-release 143 " claim" mmu-ih $call-method 147 -1 " map" mmu-ih $call-method 151 " claim" mem-ih $call-method [all...] |
/titanic_51/usr/src/uts/sun4u/io/ |
H A D | ppm_plat.c | 57 switch (dc->method) { in ppm_cpu_next() 66 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n", in ppm_cpu_next() 67 str, dc->method)) in ppm_cpu_next() 90 switch (dc->method) { in ppm_cpu_pre_chng() 110 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n", in ppm_cpu_pre_chng() 111 str, dc->method)) in ppm_cpu_pre_chng() 133 switch (dc->method) { in ppm_cpu_go() 162 switch (dc->method) { in ppm_cpu_post_chng() 182 PPMD(D_CPU, ("%s: unsupported method(0x%x)\n", in ppm_cpu_post_chng() 183 str, dc->method)) in ppm_cpu_post_chng() [all...] |
/titanic_51/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_test.c | 53 prom_test_method(char *method, pnode_t node) in prom_test_method() argument 59 if (prom_test("test-method") == 0) { in prom_test_method() 60 ci[0] = p1275_ptr2cell("test-method"); /* service */ in prom_test_method() 64 ci[4] = p1275_ptr2cell(method); in prom_test_method() 73 "\" %s\" h# %x find-method invert h# %p l!", in prom_test_method() 74 method, node, (void *)&rv); in prom_test_method()
|
/titanic_51/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsid.c | 62 static boolean_t iscsid_add(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method, 87 iSCSIDiscoveryMethod_t method; member 110 * discovery method event table 426 * start the specified discovery method(s) in iscsid_enable_discovery() 428 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown; in iscsid_enable_discovery() 430 if (idm & dt->method) { in iscsid_enable_discovery() 443 * discovery method should have started at in iscsid_enable_discovery() 465 * stop the specified discovery method(s) in iscsid_disable_discovery() 467 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown; in iscsid_disable_discovery() 469 if (idm & dt->method) { in iscsid_disable_discovery() 514 iscsid_poke_discovery(iscsi_hba_t * ihp,iSCSIDiscoveryMethod_t method) iscsid_poke_discovery() argument 1087 iscsid_add(iscsi_hba_t * ihp,iSCSIDiscoveryMethod_t method,struct sockaddr * addr_dsc,char * target_name,int tpgt,struct sockaddr * addr_tgt) iscsid_add() argument 1198 iscsid_del(iscsi_hba_t * ihp,char * target_name,iSCSIDiscoveryMethod_t method,struct sockaddr * addr_dsc) iscsid_del() argument 1305 iscsid_login_tgt(iscsi_hba_t * ihp,char * target_name,iSCSIDiscoveryMethod_t method,struct sockaddr * addr_dsc) iscsid_login_tgt() argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 170 valid_method(int method) in valid_method() argument 172 switch (method) { in valid_method() 191 * Returns the method string for the given method. 195 http_method(int method) in http_method() argument 197 if (method < sizeof (g_method_strings) / sizeof (g_method_strings[0])) in http_method() 198 return ((char *)(g_method_strings[method])); in http_method() 587 char *method; in b2clf_buf() local 623 if ((! valid_method((int)r->method)) || in b2clf_buf() 629 method in b2clf_buf() [all...] |
/titanic_51/usr/src/lib/efcode/fcdriver/ |
H A D | get_req.c | 191 char *method; in exec_fcode_builtin_method() local 195 method = (char *)DS[-1]; in exec_fcode_builtin_method() 200 method, (char *)DS[-1]); in exec_fcode_builtin_method() 206 method); in exec_fcode_builtin_method() 215 char *method, *fc_name, *path; in get_fcode_from_filesystem() local 219 method = (char *)DS[-1]; in get_fcode_from_filesystem() 225 method, fc_name); in get_fcode_from_filesystem() 237 debug_msg(DEBUG_FIND_FCODE, "%s: method '%s' not found\n", in get_fcode_from_filesystem() 238 fname, method); in get_fcode_from_filesystem() 245 * executes them to get "builtin drivers" file name or method nam [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | aso.c | 141 static Asometh_t* method[] = 175 * if type!=0 return lock method for type with name details 176 * else if name!=0 return lock method matching <name>[,<details>] 177 * else return the current lock method 197 return method[0]; 198 for (i = 0; i < elementsof(method) - 1; i++) 199 if (meth == method[i]) 200 return method[i+1]; 205 for (i = 0; i < elementsof(method); i++) 206 if (method[ [all...] |
/titanic_51/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_ioctl.c | 184 char *enb_str = "\" enable-device\" rot $call-method"; in enable_device() 207 char *dis_str = "\" disable-device\" rot $call-method"; in disable_device() 1124 enum ttymux_break_type method; in ttymux_abort_ioctl() member 1129 enum ttymux_break_type method; in ttymux_abort_ioctl() local 1189 method = abreq32->method; in ttymux_abort_ioctl() 1201 method = abreq->ttymux_method; in ttymux_abort_ioctl() 1212 method, enable, getmajor(ldev), getminor(ldev))); in ttymux_abort_ioctl() 1222 method = SOFTHARD_BREAK; in ttymux_abort_ioctl() 1227 method in ttymux_abort_ioctl() [all...] |
/titanic_51/usr/src/lib/libgss/ |
H A D | README.spi | 52 method; 59 and every mechanism method that isn't part of the old gss_config 60 struct -- this happens only once per-method, of course; the 88 functions won't have a corresponding SPI method, such as 101 Solaris native mechanisms may still provide the mechanism method 105 Mechanisms that do not provide the old method registration function 109 GSS_Indicate_mechs() method and will call it to discover the 112 - libgss will dlsym() each mechanism provider SPI method.
|