Lines Matching defs:method
133 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) {
2114 if (method == supportedList[i]) {
2190 IMA_AUTHMETHOD method,
2207 if (method == IMA_AUTHMETHOD_CHAP) {
2245 IMA_AUTHMETHOD method,
2252 if (method != IMA_AUTHMETHOD_CHAP)
2255 if (isAuthMethodValid(lhbaOid, method) == IMA_FALSE) {
2276 if (method == IMA_AUTHMETHOD_CHAP) {
2442 iSCSIDiscoveryMethod_t method
2454 if (ioctl(fd, ISCSI_DISCOVERY_CLEAR, &method)) {
2470 /* Set the discovery method */
2471 if (ioctl(fd, ISCSI_DISCOVERY_SET, &method)) {
2635 /* A helper function to set authentication method. */
2683 /* A helper function to get authentication method. */