Searched refs:EMIT (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 148 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 151 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 231 EMIT(OEND, 0); in regcomp() 239 EMIT(OEND, 0); in regcomp() 308 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 344 EMIT(OLPAREN, subno); in p_ere_exp() 351 EMIT(ORPAREN, subno); in p_ere_exp() 367 EMIT(OBOL, 0); in p_ere_exp() 373 EMIT(OEOL, 0); in p_ere_exp() 389 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 75 #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 …]
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 1628 #define EMIT(t, v) offset = spdsock_encode_actattr(base, offset, (t), (v)) macro 1636 EMIT(SPD_ATTR_EMPTY, 0); in spdsock_encode_action() 1640 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_DROP); in spdsock_encode_action() 1644 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_PASS); in spdsock_encode_action() 1648 EMIT(SPD_ATTR_TYPE, SPD_ACTTYPE_IPSEC); in spdsock_encode_action() 1660 EMIT(SPD_ATTR_FLAGS, flags); in spdsock_encode_action() 1662 EMIT(SPD_ATTR_AH_AUTH, act->ipa_apply.ipp_auth_alg); in spdsock_encode_action() 1663 EMIT(SPD_ATTR_AH_MINBITS, in spdsock_encode_action() 1665 EMIT(SPD_ATTR_AH_MAXBITS, in spdsock_encode_action() 1669 EMIT(SPD_ATTR_ESP_ENCR, act->ipa_apply.ipp_encr_alg); in spdsock_encode_action() [all …]
|
/titanic_44/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | asm10k.c | 610 #define EMIT(o, r, a, x, y) \ in compile_asm() macro 655 EMIT(instructions[i].opcode, in compile_asm()
|