Symbol: SYM
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
331
SYM(acquire_cred);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
332
SYM(release_cred);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
333
SYM(init_sec_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
334
SYM(accept_sec_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
335
SYM(process_context_token);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
336
SYM(delete_sec_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
337
SYM(context_time);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
338
SYM(get_mic);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
339
SYM(verify_mic);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
340
SYM(wrap);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
341
SYM(unwrap);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
342
SYM(display_status);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
343
SYM(indicate_mechs);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
344
SYM(compare_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
345
SYM(display_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
346
SYM(import_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
347
SYM(export_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
348
SYM(release_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
349
SYM(inquire_cred);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
350
SYM(inquire_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
351
SYM(wrap_size_limit);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
352
SYM(add_cred);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
353
SYM(inquire_cred_by_mech);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
354
SYM(export_sec_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
355
SYM(import_sec_context);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
356
SYM(inquire_names_for_mech);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
357
SYM(inquire_mechs_for_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
358
SYM(canonicalize_name);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
359
SYM(duplicate_name);
crypto/openssl/include/crypto/sparc_arch.h
105
#define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) SPARC_LOAD_ADDRESS(SYM, reg)
crypto/openssl/include/crypto/sparc_arch.h
113
# define SPARC_LOAD_ADDRESS(SYM, reg) \
crypto/openssl/include/crypto/sparc_arch.h
115
sethi %hi(SYM), %o7; \
crypto/openssl/include/crypto/sparc_arch.h
116
or %o7, %lo(SYM), %o7; \
crypto/openssl/include/crypto/sparc_arch.h
121
# define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \
crypto/openssl/include/crypto/sparc_arch.h
123
SPARC_LOAD_ADDRESS(SYM, reg) \
crypto/openssl/include/crypto/sparc_arch.h
83
#define SPARC_LOAD_ADDRESS(SYM, reg) \
crypto/openssl/include/crypto/sparc_arch.h
84
setx SYM, %o7, reg;
crypto/openssl/include/crypto/sparc_arch.h
96
#define SPARC_LOAD_ADDRESS(SYM, reg) \
crypto/openssl/include/crypto/sparc_arch.h
97
set SYM, reg;
lib/libgssapi/gss_mech_switch.c
252
SYM(acquire_cred);
lib/libgssapi/gss_mech_switch.c
253
SYM(release_cred);
lib/libgssapi/gss_mech_switch.c
254
SYM(init_sec_context);
lib/libgssapi/gss_mech_switch.c
255
SYM(accept_sec_context);
lib/libgssapi/gss_mech_switch.c
256
SYM(process_context_token);
lib/libgssapi/gss_mech_switch.c
257
SYM(delete_sec_context);
lib/libgssapi/gss_mech_switch.c
258
SYM(context_time);
lib/libgssapi/gss_mech_switch.c
259
SYM(get_mic);
lib/libgssapi/gss_mech_switch.c
260
SYM(verify_mic);
lib/libgssapi/gss_mech_switch.c
261
SYM(wrap);
lib/libgssapi/gss_mech_switch.c
262
SYM(unwrap);
lib/libgssapi/gss_mech_switch.c
263
SYM(display_status);
lib/libgssapi/gss_mech_switch.c
265
SYM(compare_name);
lib/libgssapi/gss_mech_switch.c
266
SYM(display_name);
lib/libgssapi/gss_mech_switch.c
267
SYM(import_name);
lib/libgssapi/gss_mech_switch.c
268
SYM(export_name);
lib/libgssapi/gss_mech_switch.c
269
SYM(release_name);
lib/libgssapi/gss_mech_switch.c
270
SYM(inquire_cred);
lib/libgssapi/gss_mech_switch.c
271
SYM(inquire_context);
lib/libgssapi/gss_mech_switch.c
272
SYM(wrap_size_limit);
lib/libgssapi/gss_mech_switch.c
273
SYM(add_cred);
lib/libgssapi/gss_mech_switch.c
274
SYM(inquire_cred_by_mech);
lib/libgssapi/gss_mech_switch.c
275
SYM(export_sec_context);
lib/libgssapi/gss_mech_switch.c
276
SYM(import_sec_context);
lib/libgssapi/gss_mech_switch.c
277
SYM(inquire_names_for_mech);
lib/libgssapi/gss_mech_switch.c
278
SYM(inquire_mechs_for_name);
lib/libgssapi/gss_mech_switch.c
279
SYM(canonicalize_name);
lib/libgssapi/gss_mech_switch.c
280
SYM(duplicate_name);
sys/dev/qat/qat_common/adf_cfg_bundle.c
134
case SYM:
sys/dev/qat/qat_common/adf_cfg_bundle.c
191
case SYM:
sys/dev/qat/qat_common/adf_cfg_bundle.c
314
case SYM:
sys/dev/qat/qat_common/adf_cfg_device.c
31
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_common/adf_cfg_device.c
32
SYM << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
sys/dev/qat/qat_common/adf_cfg_device.c
33
SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
sys/dev/qat/qat_common/adf_cfg_device.c
405
case SYM:
sys/dev/qat/qat_common/adf_cfg_device.c
51
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_common/adf_cfg_instance.c
131
instance->stype = SYM;
sys/dev/qat/qat_common/adf_cfg_section.c
549
case SYM:
sys/dev/qat/qat_common/adf_cfg_section.c
741
case SYM:
sys/dev/qat/qat_common/adf_cfg_section.c
883
case SYM:
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
48
(ASYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
50
SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
58
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
59
SYM << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
60
SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
73
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
825
if ((au_srv & ADF_ACCEL_CRYPTO) && ring_srv == SYM)
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
18
(ASYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
20
SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
30
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
31
SYM << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
32
SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
45
(SYM | SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_res_part.c
43
case SYM:
sys/kern/kern_linker.c
908
KLD_DPF(SYM, ("linker_file_lookup_symbol: file=%p, name=%s, deps=%d\n",
sys/kern/kern_linker.c
920
KLD_DPF(SYM, ("linker_file_lookup_symbol: resolving special "
sys/kern/kern_linker.c
935
KLD_DPF(SYM, ("linker_file_lookup_symbol: symbol"
sys/kern/kern_linker.c
945
KLD_DPF(SYM, ("linker_file_lookup_symbol:"
sys/kern/kern_linker.c
961
KLD_DPF(SYM, ("linker_file_lookup_symbol:"
sys/kern/kern_linker.c
979
KLD_DPF(SYM, ("linker_file_lookup_symbol: new common"
sys/kern/kern_linker.c
983
KLD_DPF(SYM, ("linker_file_lookup_symbol: fail\n"));