Searched refs:method (Results 126 - 150 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c296 * A transition to maintenance state when a method fails
302 "a method is failing in a retryable manner but too often"
336 * A transition to maintenance state because a restarter method
343 "a start, stop or refresh method failed"
379 * A transition to maintenance state because the start method is
2753 * Fetch method context information from the repository, allocate and fill
2853 * The method environment, and the credentials/profile data,
2854 * may be found either in the pg for the method (methpg),
2862 "\"%s\" method, %s", mname, scf_strerror(scf_error()));
2895 err = mc_error_create(err, ret, "Invalid method environmen
3822 is_kill_method(const char *method, const char *kill_str, size_t kill_str_len) argument
3847 restarter_is_kill_proc_method(const char *method) argument
3854 restarter_is_kill_method(const char *method) argument
[all...]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c707 HBA_INT32 method)
719 portindex, nwwn, pwwn, OUI, method));
701 Sun_HBA_AdapterCreateWWN( HBA_HANDLE handle, HBA_UINT32 portindex, HBA_WWN *nwwn, HBA_WWN *pwwn, HBA_WWN *OUI, HBA_INT32 method) argument
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c404 do_modify(boolean_t method) argument
412 if (!method && !is_online(COREADM_INST_FMRI)) {
609 * service method, this function must return an SMF_EXIT_* exit status
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c108 iSCSIDiscoveryMethod_t method);
479 /* Initialize the discovery method to unknown method. */
533 IMA_AUTHMETHOD method,
540 if (method != IMA_AUTHMETHOD_CHAP)
1919 iSCSIDiscoveryMethod_t method
1929 if (ioctl(fd, ISCSI_DISCOVERY_CLEAR, &method)) {
1945 /* Set the discovery method */
1946 if (ioctl(fd, ISCSI_DISCOVERY_SET, &method)) {
2365 /* A helper function to set authentication method
531 SUN_IMA_SetTargetAuthParams( IMA_OID targetOid, IMA_AUTHMETHOD method, const IMA_INITIATOR_AUTHPARMS *pParms ) argument
2988 SUN_IMA_GetTargetAuthParms( IMA_OID oid, IMA_AUTHMETHOD method, IMA_INITIATOR_AUTHPARMS *pParms ) argument
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c592 * k=<method>
593 * k=<method>:<encryption key>
596 sdp_add_key(sdp_key_t **key, const char *method, const char *enckey) argument
600 if (key == NULL || method == NULL)
607 if ((ret = commp_add_str(&((*key)->k_method), method,
608 strlen(method))) != 0) {
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c6123 IMA_AUTHMETHOD method,
6138 if (method != IMA_AUTHMETHOD_NONE &&
6139 method != IMA_AUTHMETHOD_CHAP &&
6140 method != IMA_AUTHMETHOD_SRP &&
6141 method != IMA_AUTHMETHOD_KRB5 &&
6142 method != IMA_AUTHMETHOD_SPKM1 &&
6143 method != IMA_AUTHMETHOD_SPKM2)
6166 method, pParms);
6229 IMA_AUTHMETHOD method,
6242 if (method !
6121 IMA_GetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, IMA_INITIATOR_AUTHPARMS *pParms) argument
6227 IMA_SetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, const IMA_INITIATOR_AUTHPARMS *pParms) argument
[all...]
H A Dima.h2369 IMA_AUTHMETHOD method,
2381 IMA_AUTHMETHOD method,
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-sha1.c269 sha1_open(const Method_t* method, const char* name) argument
275 sha->method = (Method_t*)method;
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c152 * Convert HTTP method operation `method' to a name.
155 method2name(unsigned int method) argument
172 if (method == http_methods[i].const_value)
582 node.version & 0xff, method2name(node.method), node.reqhdrsz,
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c222 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
226 int method;
271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
315 s->method = (Byte)method;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c113 iscsi_sess_create(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method, argument
208 if (method & iSCSIDiscoveryMethodBoot) {
215 /* Associate session with this discovery method */
216 method = method & ~(iSCSIDiscoveryMethodBoot);
218 isp->sess_discovered_by = method;
755 /* Set authentication method to NONE */
767 /* Set authentication method to NONE */
773 * authentication method is not NONE.
2316 /* 00b - peripheral device addressing method */
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
217 int method;
271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
317 s->method = (Byte)method;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c62 static int acpica_eval_hid(ACPI_HANDLE dev, char *method, int *rint);
1274 * 2) Absence of _STA method means all status bits set.
1352 * 2) Absence of _STA method means all status bits set.
1439 acpica_eval_int(ACPI_HANDLE dev, char *method, int *rint) argument
1447 if ((status = AcpiEvaluateObjectTyped(dev, method, NULL, &rb,
1455 acpica_eval_hid(ACPI_HANDLE dev, char *method, int *rint) argument
1462 if (AcpiEvaluateObject(dev, method, NULL, &rb) == AE_OK &&
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c225 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:deflate_state
589 int deflateInit2 (strm, level, method, windowBits, memLevel,
593 int method;
614 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != DEFLATED ||
656 s->method = (Byte)method;
2339 s->method = STORED;
2518 * method would use a table)
2740 METHOD, /* waiting for method byte */
2753 uInt method; /* i member in union:internal_state::__anon133
[all...]
/illumos-gate/usr/src/lib/libsip/common/
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->
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c430 char *method; local
436 if ((method = getenv("REQUEST_METHOD")) == NULL ||
437 strncasecmp(method, "GET", strlen("GET") != 0)) {
438 print_status(403, "(GET method expected)");
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h384 int method);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_dr.c233 * If the DR SMP method is a Get or a Set, the target is the SMA, else,
234 * if the method is a GetResponse, the target is the SM. If the
276 "ibmf_i_dr_loopback_filter(): %s, method = 0x%x\n",
277 tnf_string, msg, "Unexpected dr method",
278 tnf_opaque, method, dr_hdr->R_Method);
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh29 STMSMETHODSCRIPT=/lib/svc/method/mpxio-upgrade
390 # mpxio-upgrade service method on reboot.
516 # If the old sun4u-specific SMF method is found, remove it
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c372 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:deflate_state
850 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
854 int method;
897 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
940 s->method = (Byte)method;
3237 s->method = STORED;
3440 * method would use a table)
3598 METHOD, /* waiting for method byte */
3616 uInt method; /* i member in union:internal_state::__anon6449
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s49 ! this method starts by checking for and arranging source alignment.
52 ! check for a zero-byte. If one is found, we branch to a method
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc357 N=LFU_CRC_SERD_N, T=LFU_CRC_SERD_T, method=persistent,
382 N=LFU_CRC_SERD_N, T=LFU_CRC_SERD_T, method=persistent,
407 N=LFU_CRC_SERD_N, T=LFU_CRC_SERD_T, method=persistent,
432 N=LFU_CRC_SERD_N, T=LFU_CRC_SERD_T, method=persistent,
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c772 local_unlock(pid_t pid, uint8_t seq, int method) argument
777 if (method == NORMAL_UNLOCK && is_duplicate(LOCK_NOTLOCKED, pid, seq)) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2852 * Returns exec string on success. If method not defined, returns
2865 char *method = startd_alloc(max_scf_value_size); local
2920 error = libscf_read_single_astring(h, prop, &method);
2928 error = expand_method_tokens(method, scf_inst, snap, type, &ret);
2930 log_instance(inst, B_TRUE, "Could not expand method tokens "
2931 "in \"%s\": %s.", method, ret);
3035 * method timeout. Default to retry if no value is
3091 startd_free(method, max_scf_value_size);
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c955 struct lofi_state *lsp, size_t len, int method, caddr_t bcopy_locn)
969 if (method == RDWR_BCOPY) {
987 if (method != RDWR_BCOPY)
1002 if (method != RDWR_BCOPY)
1007 if (method == RDWR_BCOPY) {
954 lofi_rdwr(caddr_t bufaddr, offset_t offset, struct buf *bp, struct lofi_state *lsp, size_t len, int method, caddr_t bcopy_locn) argument

Completed in 233 milliseconds

12345678