Searched refs:identifier (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dchap.c39 uint8_t identifier,
58 identifier,
33 chap_validate_tgt(char *target_chap_name, char *initiator_chap_name, uint8_t *challenge, uint32_t challenge_length, uint8_t *target_response, uint32_t response_length, uint8_t identifier, authentication_method_type auth_method, void *auth_config_data) argument
H A Dradius_auth.h50 * identifier - The identifier associated with the CHAP challenge.
65 uint8_t identifier,
H A Dradius_protocol.h70 uint8_t identifier; /* 1 octet in length. RFC 2865 section 3 */ member in struct:radius_packet
H A Dradius_packet.c35 static void encode_chap_password(int identifier, int chap_passwd_len,
69 packet->identifier = req_data->identifier;
98 (req_data->identifier,
245 * ID = RADIUS packet identifier
254 MD5Update(&context, &packet->identifier, 1);
289 resp_data->identifier = packet->identifier;
299 * the identifier in front of chap_passwd and copy the results to
303 encode_chap_password(int identifier, in argument
[all...]
H A Dradius_packet.h55 uint8_t identifier; member in struct:radius_packet_data
H A Dchap.h77 * identifier - The identifier associated with the CHAP challenge.
90 uint8_t identifier,
H A Dradius_auth.c65 uint8_t identifier,
89 req.identifier = identifier;
59 radius_chap_validate(char *target_chap_name, char *initiator_chap_name, uint8_t *challenge, uint32_t challenge_length, uint8_t *target_response, uint32_t response_length, uint8_t identifier, iscsi_ipaddr_t rad_svr_ip_addr, uint32_t rad_svr_port, uint8_t *rad_svr_shared_secret, uint32_t rad_svr_shared_secret_len) argument
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_protocol.h70 uint8_t identifier; /* 1 octet in length. RFC 2865 section 3 */ member in struct:radius_packet
H A Dchap.h75 * identifier - The identifier associated with the CHAP challenge.
86 uint8_t identifier,
H A Dradius_packet.h55 uint8_t identifier; member in struct:radius_packet_data
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Dradius_auth.h47 * identifier - The identifier associated with the CHAP challenge.
62 uint8_t identifier,
H A Discsit_radiuspacket.c37 static void encode_chap_password(int identifier, int chap_passwd_len,
73 packet->identifier = req_data->identifier;
102 req_data->identifier,
246 * ID = RADIUS packet identifier
255 MD5Update(&context, &packet->identifier, 1);
285 resp_data->identifier = packet->identifier;
295 * the identifier in front of chap_passwd and copy the results to
299 encode_chap_password(int identifier, in argument
[all...]
H A Discsit_radiusauth.c61 uint8_t identifier,
85 req.identifier = identifier;
55 iscsit_radius_chap_validate(char *target_chap_name, char *initiator_chap_name, uint8_t *challenge, uint32_t challenge_length, uint8_t *target_response, uint32_t response_length, uint8_t identifier, iscsi_ipaddr_t rad_svr_ip_addr, uint32_t rad_svr_port, uint8_t *rad_svr_shared_secret, uint32_t rad_svr_shared_secret_len) argument
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l91 static BOOL oldtype; /* next identifier is an old type */
106 identifier [a-zA-Z_][a-zA-Z_0-9]*
158 <SDL>(PROCEDURE|STATE)[ \t]+({identifier}|\*) { /* SDL procedure or state */
166 <SDL>(CALL|NEXTSTATE)[ \t]+({identifier}|\*) { /* SDL call or nextstate */
171 <SDL>END(PROCEDURE|STATE)[ \t]+({identifier}|\*) {
355 \#[ \t]*define[ \t]+{identifier} {
373 class[ \t]+{identifier}[ \t\n\ra-zA-Z0-9_():]*\{ {
380 (enum|struct|union)/([ \t\n\r]+{identifier})?[ \t\n\r]*\{ {
391 {identifier}/[ \t]*\(([ \t\n\ra-zA-Z0-9_*&[\]=,.]*|\([ \ta-zA-Z0-9_*[\],]*\))*\)[ \t\n\r()]*[:a-zA-Z_#{] {
425 {identifier}/[ \
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_print.c60 char *identifier; local
70 rc = smbsr_decode_data(sr, "%S", sr, &identifier);
76 (void) snprintf(path, MAXPATHLEN, "%s%05u", identifier, new_id);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c347 indicator_breakup(char *identifier, ind_state_t *state, char **name) argument
349 if (identifier[0] != '+' && identifier[0] != '-') {
350 log_msg(MM_CONF, "Invalid indicator name `%s'\n", identifier);
354 *state = (identifier[0] == '+') ? INDICATOR_ON : INDICATOR_OFF;
355 *name = &identifier[1];
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c81 const char *identifier, struct iso_directory_record *dp,
122 susp_lookup_record(struct open_file *f, const char *identifier, argument
139 if (bcmp(sh->type, identifier, 2) == 0)
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1344 u8 identifier = 0; local
1365 &identifier);
1370 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) {
1491 hw->phy.id = identifier;
1696 u8 identifier = 0; local
1718 &identifier);
1723 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) {
1729 hw->phy.id = identifier;
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s81 / Return a unique identifier for the currently active thread.
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c52 typedef struct /* identifier dictionary entry */
54 const char name[16]; /* identifier name */
55 int value; /* identifier value */
177 int identifier[ID_MAX + 1]; /* Info_t identifier */ \
182 Dt_t* idtab; /* identifier dict */ \
1024 memzero(mp->identifier, sizeof(mp->identifier));
1161 mp->identifier[ip->value]++;
1294 c = mp->identifier[ID_INCL
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s437 ! MC queues are empty. The id is an opaque identifier which
446 ! id is an opaque identifier which must be returned along with
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h304 typedef union identifier { union
783 identifier_t s_ident; /* set identifier */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2298 int identifier = ((vmem->vm_cflags & VMC_IDENTIFIER) != 0); local
2301 if (identifier != idspace)
2342 int identifier = ((c->cache_flags & KMC_IDENTIFIER) != 0); local
2345 if (identifier != idspace)

Completed in 2058 milliseconds