Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l104 identifier [a-zA-Z_][a-zA-Z_0-9]*
169 <SDL>END(PROCEDURE|STATE)[ \t]+({identifier}|\*) {
353 \#[ \t]*define[ \t]+{identifier} {
371 class[ \t]+{identifier}[ \t\n\ra-zA-Z0-9_():]*\{ {
378 (enum|struct|union)/([ \t\n\r]+{identifier})?[ \t\n\r]*\{ {
423 {identifier}/[ \t]*\( {
450 (\+\+|--)[ \t]*{identifier} { /* prefix increment or decrement */
460 \*[ \t]*{identifier}/[ \t]*[^a-zA-Z0-9_(+-][^+-] {
497 {identifier} {
728 \#[ \t]*pragma[ \t]+weak[ \t]+{identifier} {
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.c35 static void encode_chap_password(int identifier, int chap_passwd_len,
69 packet->identifier = req_data->identifier; in snd_radius_request()
98 (req_data->identifier, in snd_radius_request()
254 MD5Update(&context, &packet->identifier, 1); in rcv_radius_response()
289 resp_data->identifier = packet->identifier; in rcv_radius_response()
303 encode_chap_password(int identifier, int chap_passwd_len, in encode_chap_password() argument
312 *p = identifier; /* Identifier is 1 octet */ in encode_chap_password()
H A Dchap.c39 uint8_t identifier, in chap_validate_tgt() argument
58 identifier, in chap_validate_tgt()
H A Dradius_auth.c65 uint8_t identifier, in radius_chap_validate() argument
89 req.identifier = identifier; in radius_chap_validate()
H A Dradius_auth.h65 uint8_t identifier,
H A Dradius_protocol.h70 uint8_t identifier; /* 1 octet in length. RFC 2865 section 3 */ member
H A Dchap.h90 uint8_t identifier,
H A Dradius_packet.h55 uint8_t identifier; member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c37 static void encode_chap_password(int identifier, int chap_passwd_len,
73 packet->identifier = req_data->identifier; in iscsit_snd_radius_request()
102 req_data->identifier, in iscsit_snd_radius_request()
255 MD5Update(&context, &packet->identifier, 1); in iscsit_rcv_radius_response()
285 resp_data->identifier = packet->identifier; in iscsit_rcv_radius_response()
299 encode_chap_password(int identifier, int chap_passwd_len, in encode_chap_password() argument
302 result[0] = (uint8_t)identifier; in encode_chap_password()
H A Discsit_radiusauth.c61 uint8_t identifier, in iscsit_radius_chap_validate() argument
85 req.identifier = identifier; in iscsit_radius_chap_validate()
H A Dradius_auth.h62 uint8_t identifier,
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun171 def __init__(self, pathname, identifier=None, outputdir=None,
174 self.identifier = identifier
309 if self.identifier:
415 pretest = Cmd(self.pre, identifier=self.identifier, outputdir=odir,
417 test = Cmd(self.pathname, identifier=self.identifier,
421 posttest = Cmd(self.post, identifier=self.identifier, outputdir=odir,
525 user=self.pre_user, identifier=self.identifier)
528 user=self.post_user, identifier=self.identifier)
540 identifier=self.identifier)
667 identifier = parts[1] if len(parts) == 2 else None
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1062 memzero(mp->identifier, sizeof(mp->identifier)); in cklang()
1199 mp->identifier[ip->value]++; in cklang()
1332 c = mp->identifier[ID_INCL1]; in cklang()
1333 …if (c >= 2 && mp->identifier[ID_INCL2] >= c && mp->identifier[ID_INCL3] >= c && mp->count['.'] >= … in cklang()
1366 if (mp->identifier[ID_CPLUSPLUS] >= 3) in cklang()
1376 if (mp->identifier[ID_MAM1] >= 2 && mp->identifier[ID_MAM3] >= 2 && in cklang()
1377 (mp->fbsz < SF_BUFSIZE && mp->identifier[ID_MAM1] == mp->identifier[ID_MAM2] || in cklang()
1378 mp->fbsz >= SF_BUFSIZE && mp->identifier[ID_MAM1] >= mp->identifier[ID_MAM2])) in cklang()
1385 if (mp->identifier[ID_FORTRAN] >= 8) in cklang()
1406 …if (mp->identifier[ID_COBOL] > 0 && mp->identifier[ID_COPYBOOK] > 0 && (c = mp->count['('] - mp->c… in cklang()
[all …]
/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) in indicator_breakup() argument
349 if (identifier[0] != '+' && identifier[0] != '-') { in indicator_breakup()
350 log_msg(MM_CONF, "Invalid indicator name `%s'\n", identifier); in indicator_breakup()
354 *state = (identifier[0] == '+') ? INDICATOR_ON : INDICATOR_OFF; in indicator_breakup()
355 *name = &identifier[1]; in indicator_breakup()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_print.c60 char *identifier; in smb_pre_open_print_file() local
70 rc = smbsr_decode_data(sr, "%S", sr, &identifier); in smb_pre_open_print_file()
76 (void) snprintf(path, MAXPATHLEN, "%s%05u", identifier, new_id); in smb_pre_open_print_file()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl83 # By default, the DHCP agent does not send out a client identifier
85 # client identifier.) To make the DHCP agent send a client
86 # identifier, set and uncomment the following parameter-value pair.
90 # identifier to the 4-byte binary sequence 0xAA 0xBB 0xCC 0x11).
97 # client identifier unless CLIENT_ID is defined.
100 # identifier as documented in RFC 4361, "Node-specific Client Identifiers
/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
H A Dchap.h86 uint8_t identifier,
H A Dradius_packet.h55 uint8_t identifier; member
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch36 # (the M flag), the file system identifier (the F flag), and
38 # match on the major/minor device and the file system identifier
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c67 susp_lookup_record(const char *identifier, struct iso_directory_record *dp, in susp_lookup_record() argument
83 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record()
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c79 const char *identifier, struct iso_directory_record *dp,
120 susp_lookup_record(struct open_file *f, const char *identifier, in susp_lookup_record() argument
137 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record()
/illumos-gate/usr/src/cmd/gss/etc/
H A Ddummy_mech28 # its object identifier (OID) and a shared library that implements
H A Dmech28 # its object identifier (OID) and a shared library that implements
/illumos-gate/usr/src/cmd/etdump/
H A Dcd9660_eltorito.h73 uchar_t identifier [ISODCL(0x01, 0x05)]; member

123