Searched refs:method (Results 26 - 50 of 180) sorted by relevance

12345678

/illumos-gate/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...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen64 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen65 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen65 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen64 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.h50 #define CTL_CODE(function, method) \
51 ((4<< 16) | ((function) << 2) | (method))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c170 valid_method(int method) argument
172 switch (method) {
191 * Returns the method string for the given method.
195 http_method(int method) argument
197 if (method < sizeof (g_method_strings) / sizeof (g_method_strings[0]))
198 return ((char *)(g_method_strings[method]));
587 char *method; local
623 if ((! valid_method((int)r->method)) ||
629 method
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c28 * 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, argument
453 cmd = uu_msprintf("exec %s", method);
459 log_instance(inst, B_FALSE, "Executing %s method (\"
658 char *method; local
[all...]
H A Denv.c258 const restarter_inst_t *inst, const char *method)
290 if (method) {
291 sz = sizeof ("SMF_METHOD=") + strlen(method);
294 (void) strlcat(*np, method, sz);
257 set_smf_env(char **env, size_t env_sz, const char *path, const restarter_inst_t *inst, const char *method) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c62 static boolean_t iscsid_add(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method,
87 iSCSIDiscoveryMethod_t method; member in struct:iscsid_thr_table
110 * discovery method event table
426 * start the specified discovery method(s)
428 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown;
430 if (idm & dt->method) {
443 * discovery method should have started at
465 * stop the specified discovery method(s)
467 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown;
469 if (idm & dt->method) {
514 iscsid_poke_discovery(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method) argument
1087 iscsid_add(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc, char *target_name, int tpgt, struct sockaddr *addr_tgt) argument
1197 iscsid_del(iscsi_hba_t *ihp, char *target_name, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc) argument
1304 iscsid_login_tgt(iscsi_hba_t *ihp, char *target_name, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc) argument
[all...]
H A Dpersistent.h56 boolean_t persistent_disc_meth_set(iSCSIDiscoveryMethod_t method);
58 boolean_t persistent_disc_meth_clear(iSCSIDiscoveryMethod_t method);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dcontracts.c109 * To be called directly before a service method is forked, this function
110 * results in the method process being in a new contract based on the active
114 contract_prefork(const char *fmri, int method) argument
124 methods[method].name)) != 0) {
139 * To be called in both processes directly after a service method is forked,
H A Dinetd.c45 * - 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
927 * Set the retries exceeded flag so when the method
1144 * online method, so we can start listening for it.
1167 * Nothing to do here as the method completio
1267 get_method_state(instance_method_t method) argument
2659 passes_basic_exec_checks(const char *instance, const char *method, const char *path) 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) argument
2940 get_method_error_success(instance_method_t method) argument
2994 run_method(instance_t *instance, instance_method_t method, const proto_info_t *start_info) argument
3862 char *method; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts58 * spin-table enable method. cpu-release-addr must be
63 enable-method = "spin-table";
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c619 sip_method_t method; local
626 method = sip_get_request_method((sip_msg_t)sip_msg, &error);
630 if (error != 0 || (method != INVITE && method != SUBSCRIBE))
649 if (method == SUBSCRIBE)
653 (method == SUBSCRIBE && evhdr == NULL)) {
718 if (method == SUBSCRIBE) {
741 dialog->sip_dlg_method = method;
869 sip_method_t method; local
875 method
1444 sip_method_t method; local
1496 sip_method_t method; local
1668 sip_method_t method; local
[all...]
H A Dsip_add_hdrs.c574 * Allow = "Allow" ":" method-name1[, method-name2..]
575 * method-name = "INVITE" | "ACK" | "OPTIONS" | "CANCEL" | "BYE"
578 sip_add_allow(sip_msg_t sip_msg, sip_method_t method) argument
582 if (method == 0 || method >= MAX_SIP_METHODS)
584 ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name,
1062 sip_add_rack(sip_msg_t sip_msg, int resp_num, int cseq, sip_method_t method) argument
1069 if (sip_msg == NULL || resp_num <= 0 || cseq < 0 || method <= 0 ||
1070 method >
1305 sip_add_cseq(sip_msg_t sip_msg, sip_method_t method, uint32_t cseq) argument
[all...]
H A Dsip_miscdefs.h134 #define SIP_UPDATE_COUNTERS(is_request, method, resp_code, outbound, size) { \
137 (void) sip_measure_traffic((is_request), (method), (resp_code),\
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c184 char *enb_str = "\" enable-device\" rot $call-method";
207 char *dis_str = "\" disable-device\" rot $call-method";
1124 enum ttymux_break_type method; member in struct:ttymux_abort32
1129 enum ttymux_break_type method; local
1189 method = abreq32->method;
1201 method = abreq->ttymux_method;
1212 method, enable, getmajor(ldev), getminor(ldev)));
1222 method = SOFTHARD_BREAK;
1227 method
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c228 "re-bind method (0->simple, 1->krbv41, 2->krbv42, 3->krbv41&2)? " );
259 int i, c, port, cldapflg, errflg, method, id, local
437 "method (0->simple, 1->krbv41, 2->krbv42)? " );
438 method = atoi( line ) | 0x80;
440 method = LDAP_AUTH_SIMPLE;
445 if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' )
451 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) {
463 "method 0->simple 1->krbv41 2->krbv42 3->krb? " );
464 method = atoi( line );
465 if ( method
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c30 * discipline/method interface
296 fp->method = FF_old;
335 fp->method = FF_typ;
362 fp->method = FF_gnu;
368 fp->method = FF_dir;
456 fp->method = FF_typ;
474 fp->method = FF_dir;
476 fp->method = FF_gnu;
479 fp->method = FF_gnu;
489 fp->method
[all...]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1021 * only the #defines for ppm_dc.cmd and ppm_dc.method fields in
1133 if (strstr(dclist[i], "method=")) {
1134 err = ppm_convert(dclist[i], &dc->method);
1152 ASSERT(dc->method == PPMDC_CPUSPEEDKIO);
1165 ASSERT(dc->method == PPMDC_KIO ||
1166 dc->method == PPMDC_I2CKIO);
1168 ASSERT(dc->method == PPMDC_KIO);
1175 switch (dc->method) {
1195 ASSERT(dc->method == PPMDC_VCORE ||
1196 dc->method
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh90 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh375 where the data are stored. The method "get" retrives the raw
377 The method "hist" prints a history of transactions created with the
378 "put" method and the keys to retrive them again using the "get" method.]
380 stored on the clipboard using the "put" method, the "get" method uses
384 method [ string ]
397 # expecting at least one more argument, the single method below will do
402 typeset method="$1"
405 case "${method}" i
[all...]
H A Dshtwitter.sh329 method [ string ]
345 typeset method="$1"
348 case "${method}" in

Completed in 1889 milliseconds

12345678