Home
last modified time | relevance | path

Searched refs:EMIT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c181 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
184 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
307 EMIT(OEND, 0); in regcomp()
313 EMIT(OEND, 0); in regcomp()
375 EMIT(OLPAREN, subno); in p_ere_exp()
382 EMIT(ORPAREN, subno); in p_ere_exp()
398 EMIT(OBOL, 0); in p_ere_exp()
404 EMIT(OEOL, 0); in p_ere_exp()
421 EMIT(OANY, 0); in p_ere_exp()
431 EMIT(OBOW, 0); in p_ere_exp()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c75 #define EMIT(ap, tag, value) { \ macro
173 EMIT(sync_req_attr, SPD_ATTR_ALG_ID, alg->a_alg_num); in synch_emit_alg()
174 EMIT(sync_req_attr, SPD_ATTR_ALG_PROTO, alg->a_proto_num); in synch_emit_alg()
175 EMIT(sync_req_attr, SPD_ATTR_ALG_INCRBITS, alg->a_key_increment); in synch_emit_alg()
178 EMIT(sync_req_attr, SPD_ATTR_ALG_NKEYSIZES, nkey_sizes); in synch_emit_alg()
180 EMIT(sync_req_attr, SPD_ATTR_ALG_KEYSIZE, alg->a_key_sizes[i]); in synch_emit_alg()
184 EMIT(sync_req_attr, SPD_ATTR_ALG_NBLOCKSIZES, nblock_sizes); in synch_emit_alg()
186 EMIT(sync_req_attr, SPD_ATTR_ALG_BLOCKSIZE, in synch_emit_alg()
189 EMIT(sync_req_attr, SPD_ATTR_ALG_NPARAMS, nparams); in synch_emit_alg()
191 EMIT(sync_req_attr, SPD_ATTR_ALG_PARAMS, in synch_emit_alg()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1631 #define EMIT(t, v) offset = spdsock_encode_actattr(base, offset, (t), (v)) macro
1639 EMIT(SPD_ATTR_EMPTY, 0); in spdsock_encode_action()
1643 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_DROP); in spdsock_encode_action()
1647 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_PASS); in spdsock_encode_action()
1651 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_IPSEC); in spdsock_encode_action()
1663 EMIT(SPD_ATTR_FLAGS, flags); in spdsock_encode_action()
1665 EMIT(SPD_ATTR_AH_AUTH, act->ipa_apply.ipp_auth_alg); in spdsock_encode_action()
1666 EMIT(SPD_ATTR_AH_MINBITS, in spdsock_encode_action()
1668 EMIT(SPD_ATTR_AH_MAXBITS, in spdsock_encode_action()
1672 EMIT(SPD_ATTR_ESP_ENCR, act->ipa_apply.ipp_encr_alg); in spdsock_encode_action()
[all …]
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr952 TESTING OUTPUT: . ." CR EMIT SPACE SPACES TYPE U.
956 41 BL DO I EMIT LOOP CR
957 61 41 DO I EMIT LOOP CR
958 7F 61 DO I EMIT LOOP CR
962 [CHAR] 9 1+ [CHAR] 0 DO I 0 SPACES EMIT LOOP CR
964 [CHAR] G 1+ [CHAR] A DO I EMIT SPACE LOOP CR
966 5 1+ 0 DO I [CHAR] 0 + EMIT 2 SPACES LOOP CR
984 CR ." RECEIVED: " [CHAR] " EMIT
985 ABUF SWAP TYPE [CHAR] " EMIT CR
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c608 #define EMIT(o, r, a, x, y) \ in compile_asm() macro
653 EMIT(instructions[i].opcode, in compile_asm()