Searched refs:method (Results 101 - 125 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c640 lookup_method_t method = 0; local
652 method = OP_STRING;
658 method = OP_MEMORY_IP6;
681 method = OP_INTEGER;
685 return (method);
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c132 md5_open(const Method_t* method, const char* name) argument
138 p->method = (Method_t*)method;
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c133 iSCSIDiscoveryMethod_t method);
438 * Set the iSNS discovery method - The IMA specification indicates
1486 /* Initialize the discovery method to unknown method. */
2102 IMA_BOOL isAuthMethodValid(IMA_OID oid, IMA_AUTHMETHOD method) { argument
2114 if (method == supportedList[i]) {
2190 IMA_AUTHMETHOD method,
2207 if (method == IMA_AUTHMETHOD_CHAP) {
2245 IMA_AUTHMETHOD method,
2252 if (method !
2188 IMA_GetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, IMA_INITIATOR_AUTHPARMS *pParms ) argument
2243 IMA_SetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, const IMA_INITIATOR_AUTHPARMS *pParms ) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c77 static void tzmon_eval_int(ACPI_HANDLE obj, char *method, int *rv);
302 * Evaluate the object/method as an integer.
305 tzmon_eval_int(ACPI_HANDLE obj, char *method, int *rv) argument
308 if (acpica_eval_int(obj, method, rv) != AE_OK)
533 * operating temperature) method.
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c65 sip_measure_traffic(boolean_t is_request, sip_method_t method, int resp_code, argument
81 switch (method) {
H A Dsip_msg.h135 sip_method_t method; member in struct:sip_cseq
234 #define cseq_method hdr_value.cseq.method
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s48 ! this method starts by checking for and arranging source alignment.
51 ! check for a zero-byte. If one is found, we branch to a method
/illumos-gate/usr/src/lib/libima/common/
H A Dima-plugin.h535 IMA_AUTHMETHOD method,
547 IMA_AUTHMETHOD method,
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Doberon.esc146 N=1000, T=1s, method=persistent,
H A Dpsycho.esc65 N=3, T=1day, method=persistent,
244 N=1000, T=1hour, method=persistent,
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1711 switch (dc->method) {
1730 PPMD(D_FET, ("\t%s: unsupported domain control method %d\n",
1731 str, domp->dc->method))
1788 switch (dc->method) {
1832 PPMD(D_FET, ("%s: unsupported domain control method %d\n",
1833 str, domp->dc->method))
1865 switch (dc->method) {
1907 PPMD(D_PCI, ("%s: unsupported domain control method %d\n",
1908 str, dc->method))
2236 switch (dc->method) {
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c732 * sets as determined by the system.allocate-method.
767 * Work out which allocation method to use based on the value of the
768 * system.allocate-method property.
775 uint64_t method; local
781 if (pool_get_ns_property(pe, "allocate-method", &val) != POC_STRING)
791 method = POA_SURPLUS_TO_DEFAULT_NUM;
794 method = POA_IMPORTANCE_NUM;
796 switch (method) {
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h131 L_DECL(method); variable
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:internal_state
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c228 acpidev_walk_apic(ACPI_BUFFER *bufp, ACPI_HANDLE hdl, char *method, argument
252 } else if (method != NULL) {
254 * Otherwise, if we have an evaluate method, we get the walk
259 rc = AcpiEvaluateObjectTyped(hdl, method, NULL, &buf,
269 "%s in acpidev_walk_apic().", method);
703 * list of hexadecimal values. According to the ACPI spec, the ACPI _UID method
762 * Some ACPI objects may have no _UID method available, so we
844 /* Evaluate _OST method under object, which is used to support hotplug event. */
869 "!acpidev: failed to evaluate _OST method, code 0x%x.", rc);
896 "!acpidev: failed to evaluate _EJ0 method, cod
[all...]
H A Dacpidev_dr.c323 * It implies that the device is hotplug capable if ACPI _EJ0 method
801 * Existence of ACPI _EJ0 method implies that the device is hotplug capable.
852 * Check device status returned by ACPI _STA method.
1145 char *method = ACPIDEV_METHOD_NAME_EDL; local
1157 rc = AcpiEvaluateObjectTyped(hdl, method, NULL, &buf,
1164 "!acpidev: failed to evaluate method %s under %s.",
1165 method, objname);
1177 i, method, objname);
1185 i, method, objname);
1196 i, method, objnam
1224 char *method = ACPIDEV_METHOD_NAME_EJD; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1291 iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc,
1378 void iscsid_poke_discovery(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method);
1390 iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc);
1392 iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc);
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h131 * cmd member of the struct, and then perform the method on the
146 uint_t method; /* control method / union selector */ member in struct:ppm_dc
153 /* The .method field above selects a union sub struct */
155 /* The association between .method and .cmd is platform */
220 * ppm_dc.method field - select union element
245 ppm_dc_t *dc; /* domain control method */
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h232 extern int prom_test_method(char *method, pnode_t node);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c41 * Topology node properties and method operations may be accessed by FMRI.
42 * The FMRI used to perform property look-ups and method operations is
45 * scheme plugin operations are supported as long as a backend method is
70 * They may not be called by libtopo enumerator or method modules.
75 set_error(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) argument
79 topo_dprintf(thp, TOPO_DBG_ERR, "%s failed: %s\n", method,
88 set_nverror(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) argument
92 topo_dprintf(thp, TOPO_DBG_ERR, "%s failed: %s\n", method,
693 * fmri-create method of the scheme.
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh136 # service method, it's best to read all relevant configuration via one svcprop
818 # Service has either IANA ports and proto or its own firewall method to
821 # - if service has a custom method, use it to populate its rules
835 method=`svcprop -p $FW_CONTEXT_PG/$METHOD_PROP $1 2>/dev/null | \
837 if [ -n "$method" -a "$method" != '""' ]; then
838 ( exec $method $1 >/dev/null )
1308 # This is called from '/lib/svc/method/ipfilter fw_update' whenever
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h107 Byte method; /* can only be DEFLATED */ member in struct:internal_state
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev.h135 /* Common ACPI method names. */
531 * 2) Buffer returned by evaluating method if it isn't NULL.
535 char *method, acpidev_apic_walker_t func, void *context);
538 * Evaluate _OST method under object, which is used to support hotplug event.
548 * Evaluate _EJ0 method under object.
553 * Evaluate _PXM method under object.
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c1683 uint8_t method; local
1695 method = trans_info->si_trans_method;
1747 mad_hdr->R_Method = method;
1755 "ibmf_saa_impl_init_msg: %s, class = 0x%x, method = 0x%x,"
1758 tnf_opaque, method, mad_hdr->R_Method,
1824 /* transport type depends on method */
1825 switch (method) {
3212 uint8_t method; local
3307 method = resp_buf->im_bufs_mad_hdr->R_Method;
3311 "ibmf_saa_impl_prepare_response: attr_id = 0x%x, method
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c1692 /* No authentication method set - default is NONE */
2913 * No authentication method define
3101 * Set the initiator node's authentication method
3176 * Set the target's authentication method
3412 getAuthMethodValue(char *method, IMA_AUTHMETHOD *value) argument
3414 if (strcasecmp(method, "chap") == 0) {
3419 if (strcasecmp(method, "none") == 0) {
3429 * Set the authentication method
3439 char *method; local
3450 method
3494 char *method; local
[all...]

Completed in 126 milliseconds

12345678