usr/src/boot/efi/include/arm64/ProcessorBind.h
184
.type ASM_PFX(func__), %function
usr/src/boot/i386/libi386/biospci.c
413
biospci_locator(int8_t bus, uint8_t device, uint8_t function)
usr/src/boot/i386/libi386/biospci.c
416
return ((bus << 8) | ((device & 0x1f) << 3) | (function & 0x7));
usr/src/boot/i386/libi386/biospci.c
576
uint32_t bus, device, function, locator;
usr/src/boot/i386/libi386/biospci.c
580
function = ficlStackPopInteger(ficlVmGetDataStack(pVM));
usr/src/boot/i386/libi386/biospci.c
584
locator = biospci_locator(bus, device, function);
usr/src/boot/i386/libi386/libi386.h
129
uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);
usr/src/boot/sys/amd64/include/asm.h
61
.globl CNAME(x); .type CNAME(x),@function; CNAME(x):
usr/src/boot/sys/amd64/include/asmacros.h
150
.type __CONCAT(X,name),@function; __CONCAT(X,name):
usr/src/boot/sys/amd64/include/asmacros.h
56
.type CNAME(name),@function; CNAME(name):
usr/src/boot/sys/i386/include/asm.h
74
.globl CNAME(x); .type CNAME(x),@function; CNAME(x):
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
116
symtab_get_filename(), line_of(function),
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
124
line_of(function), symtab_get_filename());
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
136
generate_i_preamble(function);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
137
generate_i_call(function, void_func, library_name, error_name);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
138
generate_i_postamble(function, void_func, error_name, library_name);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
195
generate_i_preamble(ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
198
generate_i_live_vars(function); /* Deferred. */
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
205
generate_printf(function);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
220
ENTRY *function,
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
225
char *function_name = name_of(function),
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
265
generate_i_postamble(ENTRY *function, int void_func,
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
271
generate_printf(function);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
281
generate_i_prints(function, library_name, name_of(function));
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
282
generate_i_evaluations(function); /* Deferred */
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
360
generate_i_prints(ENTRY *function, char *lib, char *func)
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
369
generate_printfunc_calls(function);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
412
generate_i_live_vars(ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
424
generate_i_evaluations(ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
65
generate_interceptor(ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
76
if (validity_of(function) == NO) {
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
85
function_name = name_of(function);
usr/src/cmd/abi/spectrans/spec2trace/interceptor.c
89
void_func = is_void(function);
usr/src/cmd/abi/spectrans/spec2trace/linkage.c
49
generate_linkage(ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/linkage.c
57
function_name = name_of(function);
usr/src/cmd/abi/spectrans/spec2trace/linkage.c
62
generate_interface_predeclaration(composite_name, function);
usr/src/cmd/abi/spectrans/spec2trace/linkage.c
82
generate_interface_predeclaration(char *composite_name, ENTRY *function)
usr/src/cmd/abi/spectrans/spec2trace/linkage.c
89
symtab_get_filename(), line_of(function));
usr/src/cmd/abi/spectrans/spec2trace/trace.c
885
ENTRY *function = symtab_get_function();
usr/src/cmd/abi/spectrans/spec2trace/trace.c
889
if (validity_of(function) == NO) {
usr/src/cmd/abi/spectrans/spec2trace/trace.c
901
generate_linkage(function);
usr/src/cmd/abi/spectrans/spec2trace/trace.c
904
generate_interceptor(function);
usr/src/cmd/abi/spectrans/spec2trace/trace.h
49
extern void generate_linkage(ENTRY *function);
usr/src/cmd/backup/restore/tape.c
1324
void (*function)();
usr/src/cmd/backup/restore/tape.c
1356
(*fsdtype->function)(name, fsd->fsd_data,
usr/src/cmd/backup/restore/tape.c
1365
(*fsdtype->function)(NULL, NULL, 0);
usr/src/cmd/biosdev/biosdev.c
392
bd->interfacepath.pci.function);
usr/src/cmd/biosdev/biosdev.c
396
bd->interfacepath.pci.device, bd->interfacepath.pci.function);
usr/src/cmd/cmd-inet/usr.sbin/snoop/slp.h
41
unsigned char function;
usr/src/cmd/cmd-inet/usr.sbin/snoop/slp.h
52
unsigned char function;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
1429
if (slp->function <= V1_MAX_FUNCTION && slp->function > 0) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
1432
(v1_functions[slp->function])(flags);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
1498
slpv1_func(slp->function, B_TRUE),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
1521
slp->function, slpv1_func(slp->function, B_FALSE));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
327
if (slp1.function > V1_MAX_FUNCTION) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
338
if (slp2.function > V2_MAX_FUNCTION) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
709
if (slp->function <= V2_MAX_FUNCTION && slp->function > 0) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
712
if ((v2_functions[slp->function])(flags)) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
781
slpv2_func(slp->function, B_TRUE),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_slp.c
806
slp->function, slpv2_func(slp->function, B_FALSE));
usr/src/cmd/dcs/sparc/sun4u/dcs.c
1174
cfga_status = config_private_func(op_data->function,
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
2234
if (find_function_sizes(params->function, &var_msg_info)) {
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
2324
if (params->function != NULL) {
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
2325
(void) memcpy(bufptr, params->function,
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
2383
if (get_string_from_buf(&(params->function),
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
318
static int find_function_sizes(char *function,
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
4307
find_function_sizes(char *function, rdr_variable_message_info_t *var_msg_info)
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
4312
if (function != NULL) {
usr/src/cmd/dcs/sparc/sun4u/rdr_messages.c
4313
var_msg_info->function_strlen = strlen(function) + 1;
usr/src/cmd/dcs/sparc/sun4u/rdr_param_types.h
98
char *function; /* const */
usr/src/cmd/hal/hald/logger.c
128
function = _function;
usr/src/cmd/hal/hald/logger.c
53
static const char *function;
usr/src/cmd/hal/hald/logger.h
49
void logger_setup (int priority, const char *file, int line, const char *function);
usr/src/cmd/pcitool/pcitool.c
1367
prg.func_no = input_args_p->function;
usr/src/cmd/pcitool/pcitool.c
600
first_func = last_func = input_args_p->function;
usr/src/cmd/pcitool/pcitool_ui.c
1526
(void) printf("function:%d (0x%x)\n", dumpthis->function,
usr/src/cmd/pcitool/pcitool_ui.c
1527
dumpthis->function);
usr/src/cmd/pcitool/pcitool_ui.c
242
&parsed_args->function,
usr/src/cmd/pcitool/pcitool_ui.c
315
&parsed_args->function) != SUCCESS) {
usr/src/cmd/pcitool/pcitool_ui.h
98
uint8_t function;
usr/src/cmd/rpcinfo/rpcinfo.c
167
int function;
usr/src/cmd/rpcinfo/rpcinfo.c
176
function = NONE;
usr/src/cmd/rpcinfo/rpcinfo.c
186
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
189
function = PMAPDUMP;
usr/src/cmd/rpcinfo/rpcinfo.c
193
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
196
function = TCPPING;
usr/src/cmd/rpcinfo/rpcinfo.c
200
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
203
function = UDPPING;
usr/src/cmd/rpcinfo/rpcinfo.c
218
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
221
function = ADDRPING;
usr/src/cmd/rpcinfo/rpcinfo.c
224
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
227
function = BROADCAST;
usr/src/cmd/rpcinfo/rpcinfo.c
231
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
234
function = DELETES;
usr/src/cmd/rpcinfo/rpcinfo.c
238
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
241
function = RPCBADDRLIST;
usr/src/cmd/rpcinfo/rpcinfo.c
245
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
248
function = RPCBGETSTAT;
usr/src/cmd/rpcinfo/rpcinfo.c
252
if (function != NONE)
usr/src/cmd/rpcinfo/rpcinfo.c
255
function = RPCBDUMP_SHORT;
usr/src/cmd/rpcinfo/rpcinfo.c
267
if (errflg || ((function == ADDRPING) && !netid)) {
usr/src/cmd/rpcinfo/rpcinfo.c
290
if (function == NONE) {
usr/src/cmd/rpcinfo/rpcinfo.c
292
function = PROGPING;
usr/src/cmd/rpcinfo/rpcinfo.c
294
function = RPCBDUMP;
usr/src/cmd/rpcinfo/rpcinfo.c
297
switch (function) {
usr/src/cmd/rpcinfo/rpcinfo.c
329
rpcbdump(function, netid, argc - optind, argv + optind);
usr/src/cmd/sendmail/libsm/fwalk.c
34
sm_fwalk(function, timeout)
usr/src/cmd/sendmail/libsm/fwalk.c
35
int (*function) __P((SM_FILE_T *, int *));
usr/src/cmd/sendmail/libsm/fwalk.c
56
ret |= (*function)(fp, &fptimeout);
usr/src/cmd/sendmail/src/conf.c
1758
ERROR: The function is required for getla().
usr/src/cmd/sendmail/src/milter.c
195
# define MILTER_TIMEOUT(routine, secs, write, started, function) \
usr/src/cmd/sendmail/src/milter.c
234
(routine), m->mf_name, (function)); \
usr/src/cmd/sendmail/src/milter.c
240
(routine), (function)); \
usr/src/cmd/truss/expound.c
497
show_cladm(private_t *pri, int code, int function, long offset)
usr/src/cmd/truss/expound.c
503
switch (function) {
usr/src/cmd/truss/expound.c
517
switch (function) {
usr/src/compat/bhyve/amd64/machine/asmacros.h
22
.type x, @function; \
usr/src/head/config_admin.h
187
cfga_err_t config_private_func(const char *function, int num_ap_ids,
usr/src/lib/cfgadm_plugins/ac/common/mema.c
757
const char *function,
usr/src/lib/cfgadm_plugins/ac/common/mema.c
778
if (strcmp(function, "relocate-test") == 0) {
usr/src/lib/cfgadm_plugins/ac/common/mema.c
799
__fmt_errstring(errstring, strlen(function),
usr/src/lib/cfgadm_plugins/ac/common/mema.c
800
dgettext(TEXT_DOMAIN, pfunc_unknown), function);
usr/src/lib/cfgadm_plugins/ccid/common/cfga_ccid.c
197
cfga_private_func(const char *function, const char *ap, const char *opts,
usr/src/lib/cfgadm_plugins/ccid/common/cfga_ccid.c
207
if (function == NULL) {
usr/src/lib/cfgadm_plugins/ccid/common/cfga_ccid.c
220
if (strcmp(function, "warm_reset") != 0) {
usr/src/lib/cfgadm_plugins/pci/common/cfga.c
1028
if (strncmp(function, str, len) == 0)
usr/src/lib/cfgadm_plugins/pci/common/cfga.c
1051
ptr = function[len++];
usr/src/lib/cfgadm_plugins/pci/common/cfga.c
1053
str = (char *)function;
usr/src/lib/cfgadm_plugins/pci/common/cfga.c
997
cfga_private_func(const char *function, const char *ap_id,
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
101
const char *function,
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
119
else if ((rc = private_func(function)) != CFGA_OK) {
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
120
ap_err(a, ERR_CMD_INVAL, function);
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
122
} else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK)
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
77
private_func(const char *function)
usr/src/lib/cfgadm_plugins/sbd/common/cfga.c
92
if (strcmp(*f, function) == 0)
usr/src/lib/cfgadm_plugins/shp/common/shp.c
880
cfga_private_func(const char *function, const char *ap_id,
usr/src/lib/cfgadm_plugins/shp/common/shp.c
912
if (strncmp(function, str, len) == 0)
usr/src/lib/cfgadm_plugins/shp/common/shp.c
927
ptr = function[len++];
usr/src/lib/cfgadm_plugins/shp/common/shp.c
929
str = (char *)function;
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1059
const char *function,
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1104
if ((strncmp(function, str, len) == 0) && (function[len++] == '=') &&
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1105
((cond = (str2cond(&function[len]))) != -1)) {
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1109
} else if (strcmp(function, cfga_str(CMD_QUIESCE)) == 0) {
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1112
} else if (strcmp(function, cfga_str(CMD_INSERT)) == 0) {
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1115
} else if (strcmp(function, cfga_str(CMD_REMOVE)) == 0) {
usr/src/lib/cfgadm_plugins/sysctrl/common/cfga.c
1119
cfga_err(NULL, errstring, ERR_CMD_INVAL, (char *)function, 0);
usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/asn1_k_encode.c
1360
How to write an asn1 encoder function using these macros:
usr/src/lib/hbaapi/common/HBAAPILIB.c
2748
HBA_UINT8 function,
usr/src/lib/hbaapi/common/HBAAPILIB.c
2764
vendorHandle, sourceWWN, destWWN, function, type,
usr/src/lib/hbaapi/common/hbaapi.h
694
HBA_UINT8 function,
usr/src/lib/krb5/ss/execute_cmd.c
94
(request->function)(argc, (const char *const *) argv,
usr/src/lib/krb5/ss/ss.h
28
void (* __SS_CONST function) __SS_PROTO; /* foo */
usr/src/lib/libadm/common/getdev.c
1054
matches(char *value, char *compare, int function)
usr/src/lib/libadm/common/getdev.c
1064
switch (function) {
usr/src/lib/libc/port/rt/sigev_thread.c
100
void (*function)(union sigval) = stdp->std_func;
usr/src/lib/libc/port/rt/sigev_thread.c
104
function(argument);
usr/src/lib/libc/port/rt/sigev_thread.c
124
void (*function)(union sigval), union sigval argument)
usr/src/lib/libc/port/rt/sigev_thread.c
133
stdp->std_func = function;
usr/src/lib/libc/port/rt/sigev_thread.c
233
void (*function)(union sigval);
usr/src/lib/libc/port/rt/sigev_thread.c
255
function = tcdp->tcd_notif.sigev_notify_function;
usr/src/lib/libc/port/rt/sigev_thread.c
257
ret = sigev_add_work(tcdp, function, argument);
usr/src/lib/libc/port/rt/sigev_thread.c
275
void (*function)(union sigval);
usr/src/lib/libc/port/rt/sigev_thread.c
313
function = sigevp->sigev_notify_function;
usr/src/lib/libc/port/rt/sigev_thread.c
322
function = aiocbp->aio_sigevent.sigev_notify_function;
usr/src/lib/libc/port/rt/sigev_thread.c
333
function = aiocbp->aio_sigevent.sigev_notify_function;
usr/src/lib/libc/port/rt/sigev_thread.c
339
function = NULL;
usr/src/lib/libc/port/rt/sigev_thread.c
344
if (function == NULL)
usr/src/lib/libc/port/rt/sigev_thread.c
347
error = sigev_add_work(tcdp, function, argument);
usr/src/lib/libc/port/rt/sigev_thread.c
366
stdp->std_func = function;
usr/src/lib/libc/port/sys/lockf.c
43
__lockf(int fildes, int function, off_t size)
usr/src/lib/libc/port/sys/lockf.c
56
switch (function) {
usr/src/lib/libc/port/threads/scalls.c
790
lockf(int fildes, int function, off_t size)
usr/src/lib/libc/port/threads/scalls.c
795
PERFORM(__lockf(fildes, function, size))
usr/src/lib/libc/port/threads/scalls.c
800
lockf64(int fildes, int function, off64_t size)
usr/src/lib/libc/port/threads/scalls.c
805
PERFORM(__lockf64(fildes, function, size))
usr/src/lib/libcfgadm/common/config_admin.c
467
const char *function,
usr/src/lib/libcfgadm/common/config_admin.c
504
retval = (*libloc.libp->cfga_private_func_p)(function,
usr/src/lib/libdtrace/common/dt_grammar.y
187
%type <l_node> function
usr/src/lib/libdtrace/common/dt_grammar.y
300
DT_KEY_PROBE DT_TOK_IDENT function DT_TOK_COLON function ';' {
usr/src/lib/libdtrace/common/dt_grammar.y
303
| DT_KEY_PROBE DT_TOK_IDENT function ';' {
usr/src/lib/libdtrace/common/dt_grammar.y
774
| direct_declarator function { dt_decl_func($1, $2); }
usr/src/lib/libdtrace/common/dt_grammar.y
835
| direct_abstract_declarator function { dt_decl_func($1, $2); }
usr/src/lib/libdtrace/common/dt_grammar.y
836
| function { dt_decl_func(NULL, $1); }
usr/src/lib/libdtrace/common/dt_grammar.y
852
function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); }
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
108
private final String function;
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
140
function = "";
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
145
function = p.function;
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
151
function = "";
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
205
function = ((probeFunction == null) ? "" : probeFunction);
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
334
return function;
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
366
if (function.length() > 0) {
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
424
cmp = function.compareTo(p.function);
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
449
hash = (37 * hash) + function.hashCode();
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
466
if (function == null) {
usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProbeDescription.java
493
buf.append(function);
usr/src/lib/libfru/include/libfruds.h
70
int (*function)(fru_treeseghdl_t segment,
usr/src/lib/libfru/include/libfruds.h
89
int (*function)(fru_tag_t *tag,
usr/src/lib/libfru/include/libfrup.h
68
int (*function)(fru_seghdl_t segment,
usr/src/lib/libfru/include/libfrup.h
73
int (*function)(fru_tag_t *tag,
usr/src/lib/libfru/libfru/libfru.cc
1073
int (*function)(fru_seghdl_t segment, void *args),
usr/src/lib/libfru/libfru/libfru.cc
1088
function, args))
usr/src/lib/libfru/libfru/libfru.cc
1123
int (*function)(fru_tag_t *tag, uint8_t *payload,
usr/src/lib/libfru/libfru/libfru.cc
1132
function, args))
usr/src/lib/libfru/libfrupicl/frupicl.c
1000
if ((status = function(PICLHDL_TO_TREESEGHDL(segment),
usr/src/lib/libfru/libfrupicl/frupicl.c
1053
int (*function)(fru_tag_t *tag, uint8_t *payload,
usr/src/lib/libfru/libfrupicl/frupicl.c
1115
if ((status = function(&tag, payload, propinfo.size, args))
usr/src/lib/libfru/libfrupicl/frupicl.c
948
int (*function)(fru_treeseghdl_t segment, void *args),
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1012
if ((status = function(PICLHDL_TO_TREESEGHDL(segment),
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1068
int (*function)(fru_tag_t *tag, uint8_t *payload,
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1130
if ((status = function(&tag, payload, propinfo.piclinfo.size,
usr/src/lib/libfru/libfrupicltree/frupicltree.c
960
int (*function)(fru_treeseghdl_t segment, void *args),
usr/src/lib/libfru/libfruraw/fruraw.c
424
int (*function)(fru_seghdl_t hdl, void *args), void *args)
usr/src/lib/libfru/libfruraw/fruraw.c
483
if ((status = function(segs[each_seg].handle, args))
usr/src/lib/libfru/libfruraw/fruraw.c
624
frt_for_each_packet(fru_seghdl_t node, int (*function)(fru_tag_t *tag,
usr/src/lib/libfru/libfruraw/fruraw.c
697
if ((status = function((fru_tag_t *)&packets[i].tag,
usr/src/lib/print/libipp-listener/common/ipp-listener.c
204
if ((index == -1) || (handlers[index].function == NULL)) {
usr/src/lib/print/libipp-listener/common/ipp-listener.c
230
return (handlers[index].function);
usr/src/lib/print/libipp-listener/common/ipp-listener.c
99
ipp_handler_t *function;
usr/src/lib/print/libpapi-dynamic/common/job.c
137
char *function)
usr/src/lib/print/libpapi-dynamic/common/job.c
155
f = (papi_status_t (*)())psm_sym(j->svc, function);
usr/src/lib/print/libpapi-dynamic/common/job.c
314
char *printer, int32_t job_id, char *function)
usr/src/lib/print/libpapi-dynamic/common/job.c
326
f = (papi_status_t (*)())psm_sym(svc, function);
usr/src/lib/print/libpapi-dynamic/common/printer.c
269
char *function)
usr/src/lib/print/libpapi-dynamic/common/printer.c
281
f = (papi_status_t (*)())psm_sym(svc, function);
usr/src/lib/print/libpapi-dynamic/common/printer.c
290
char *function)
usr/src/lib/print/libpapi-dynamic/common/printer.c
302
f = (papi_status_t (*)())psm_sym(svc, function);
usr/src/lib/print/libpapi-dynamic/common/printer.c
340
char *function)
usr/src/lib/print/libpapi-dynamic/common/printer.c
357
f = (papi_status_t (*)())psm_sym(p->svc, function);
usr/src/lib/smhba/common/SMHBAAPILIB.c
3129
HBA_UINT8 function,
usr/src/lib/smhba/common/SMHBAAPILIB.c
3145
vendorHandle, sourceWWN, destWWN, function, type,
usr/src/lib/sun_fc/common/FCHBAPort.h
100
HBA_UINT8 function,
usr/src/lib/sun_fc/common/HBAPort.h
86
HBA_UINT8 function,
usr/src/lib/sun_fc/common/Sun_fcSendLIRR.cc
49
HBA_UINT8 function,
usr/src/lib/sun_fc/common/Sun_fcSendLIRR.cc
58
port->sendLIRR(wwnConversion(destWWN.wwn), function, type,
usr/src/lib/sun_fc/common/TgtFCHBAPort.h
95
HBA_UINT8 function,
usr/src/tools/cscope-fast/display.c
149
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/display.c
224
if (fscanf(refsfound, "%s%s%s %[^\n]", file, function,
usr/src/tools/cscope-fast/display.c
263
function);
usr/src/tools/cscope-fast/display.c
489
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/display.c
503
function, linenum, yytext)) != EOF) {
usr/src/tools/cscope-fast/display.c
505
!isgraph(*function) || !isdigit(*linenum)) {
usr/src/tools/cscope-fast/display.c
523
if ((i = strlen(function)) > fcnlen) {
usr/src/tools/cscope-fast/find.c
1035
static char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/find.c
1038
*function = '\0';
usr/src/tools/cscope-fast/find.c
1041
getstring(function);
usr/src/tools/cscope-fast/find.c
1046
putref(srcfiles[p->fileindex], function);
usr/src/tools/cscope-fast/find.c
1053
putref(char *file, char *function)
usr/src/tools/cscope-fast/find.c
1058
if (*function == '\0') {
usr/src/tools/cscope-fast/find.c
1059
function = "<global>";
usr/src/tools/cscope-fast/find.c
1064
if (fprintf(output, "%s %s ", filepath(file), function) == EOF) {
usr/src/tools/cscope-fast/find.c
108
*function = '\0';
usr/src/tools/cscope-fast/find.c
151
*function = '\0';
usr/src/tools/cscope-fast/find.c
155
s = function;
usr/src/tools/cscope-fast/find.c
229
} else if (s != function) {
usr/src/tools/cscope-fast/find.c
230
putref(file, function);
usr/src/tools/cscope-fast/find.c
251
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/find.c
279
*function = '\0';
usr/src/tools/cscope-fast/find.c
296
*function = '\0';
usr/src/tools/cscope-fast/find.c
300
s = function;
usr/src/tools/cscope-fast/find.c
347
} else if (s != function) {
usr/src/tools/cscope-fast/find.c
348
putref(file, function);
usr/src/tools/cscope-fast/find.c
363
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/find.c
380
getstring(function);
usr/src/tools/cscope-fast/find.c
383
putref(file, function);
usr/src/tools/cscope-fast/find.c
482
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/find.c
511
*function = '\0';
usr/src/tools/cscope-fast/find.c
526
getstring(function);
usr/src/tools/cscope-fast/find.c
536
putref(file, function);
usr/src/tools/cscope-fast/find.c
549
char function[PATLEN + 1]; /* function name */
usr/src/tools/cscope-fast/find.c
591
*function = '\0';
usr/src/tools/cscope-fast/find.c
606
getstring(function);
usr/src/tools/cscope-fast/find.c
619
putref(file, function);
usr/src/tools/cscope-fast/find.c
70
static void putref(char *file, char *function);
usr/src/tools/cscope-fast/find.c
85
char function[PATLEN + 1]; /* function name */
usr/src/tools/smatch/src/check_locking.c
1084
return_implies_state(lock->function, 1, 1, &match_lock_held, idx);
usr/src/tools/smatch/src/check_locking.c
1085
return_implies_state(lock->function, 0, 0, &match_lock_failed, idx);
usr/src/tools/smatch/src/check_locking.c
1087
add_function_assign_hook(lock->function, &match_returns_locked, idx);
usr/src/tools/smatch/src/check_locking.c
1089
add_function_hook(lock->function, &match_lock_unlock, idx);
usr/src/tools/smatch/src/check_locking.c
1091
return_implies_state(lock->function, 0, 0, &match_lock_held, idx);
usr/src/tools/smatch/src/check_locking.c
1092
return_implies_state(lock->function, -4095, -1, &match_lock_failed, idx);
usr/src/tools/smatch/src/check_locking.c
1094
return_implies_state_sval(lock->function, valid_ptr_min_sval, valid_ptr_max_sval, &match_lock_held, idx);
usr/src/tools/smatch/src/check_locking.c
1102
for (i = 0; lock_table[i].function != NULL; i++) {
usr/src/tools/smatch/src/check_locking.c
1106
add_function_hook(lock_table[i].function, &match_lock_unlock, INT_PTR(i));
usr/src/tools/smatch/src/check_locking.c
82
const char *function;
usr/src/tools/smatch/src/check_locking.c
976
for (i = 0; lock_table[i].function != NULL; i++) {
usr/src/tools/smatch/src/check_locking.c
977
if (strcmp(lock_table[i].function, sym->ident->name) == 0)
usr/src/tools/smatch/src/check_unused_ret.c
127
assign->function = get_fn_name(expr->right);
usr/src/tools/smatch/src/check_unused_ret.c
188
tmp->name, tmp->function);
usr/src/tools/smatch/src/check_unused_ret.c
53
char *function;
usr/src/tools/smatch/src/compile-i386.c
1537
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
1637
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
1880
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
189
static struct function *current_func = NULL;
usr/src/tools/smatch/src/compile-i386.c
1892
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
2067
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
2139
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
482
static inline void push_cstring(struct function *f, struct string *str,
usr/src/tools/smatch/src/compile-i386.c
494
static inline void push_atom(struct function *f, struct atom *atom)
usr/src/tools/smatch/src/compile-i386.c
499
static void push_text_atom(struct function *f, const char *text)
usr/src/tools/smatch/src/compile-i386.c
524
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
629
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
647
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
662
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
675
struct function *f = current_func;
usr/src/tools/smatch/src/compile-i386.c
709
static void emit_insn_atom(struct function *f, struct atom *atom)
usr/src/tools/smatch/src/compile-i386.c
739
static void emit_atom_list(struct function *f)
usr/src/tools/smatch/src/compile-i386.c
760
static void emit_string_list(struct function *f)
usr/src/tools/smatch/src/compile-i386.c
775
static void func_cleanup(struct function *f)
usr/src/tools/smatch/src/compile-i386.c
801
struct function *f;
usr/src/tools/smatch/src/compile-i386.c
822
f = (struct function *) mem;
usr/src/tools/smatch/src/compile-i386.c
851
struct function *f = current_func;
usr/src/tools/smatch/src/smatch.h
583
int is_no_inline_function(const char *function);
usr/src/tools/smatch/src/smatch_param_cleared.c
107
const char *function;
usr/src/tools/smatch/src/smatch_param_cleared.c
124
function = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_param_cleared.c
129
add_function_hook(function, &match_memcpy, INT_PTR(param));
usr/src/tools/smatch/src/smatch_project.c
66
int is_no_inline_function(const char *function)
usr/src/tools/smatch/src/smatch_project.c
68
if (search_func(no_inline_funcs, (char *)function))
usr/src/tools/smatch/src/smatch_struct_assignment.c
509
const char *function;
usr/src/tools/smatch/src/smatch_struct_assignment.c
526
function = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_struct_assignment.c
531
add_function_hook(function, &match_memcpy_unknown, INT_PTR(param));
usr/src/tools/smatch/src/sparse-llvm.c
1118
static void output_bb(struct function *fn, struct basic_block *bb)
usr/src/tools/smatch/src/sparse-llvm.c
1137
struct function function = { .module = module };
usr/src/tools/smatch/src/sparse-llvm.c
1142
function.fn = get_sym_value(module, sym);
usr/src/tools/smatch/src/sparse-llvm.c
1143
LLVMSetFunctionCallConv(function.fn, LLVMCCallConv);
usr/src/tools/smatch/src/sparse-llvm.c
1144
LLVMSetLinkage(function.fn, function_linkage(sym));
usr/src/tools/smatch/src/sparse-llvm.c
1146
function.builder = LLVMCreateBuilder();
usr/src/tools/smatch/src/sparse-llvm.c
1154
arg = LLVMGetParam(function.fn, i);
usr/src/tools/smatch/src/sparse-llvm.c
1167
bbr = LLVMAppendBasicBlock(function.fn, bbname);
usr/src/tools/smatch/src/sparse-llvm.c
1180
entrybbr = LLVMGetEntryBasicBlock(function.fn);
usr/src/tools/smatch/src/sparse-llvm.c
1181
LLVMPositionBuilderAtEnd(function.builder, entrybbr);
usr/src/tools/smatch/src/sparse-llvm.c
1183
ptr = LLVMBuildAlloca(function.builder, phi_type, "");
usr/src/tools/smatch/src/sparse-llvm.c
1185
LLVMClearInsertionPosition(function.builder);
usr/src/tools/smatch/src/sparse-llvm.c
1186
insn->target->priv = LLVMBuildLoad(function.builder, ptr, "phi");
usr/src/tools/smatch/src/sparse-llvm.c
1192
LLVMPositionBuilderAtEnd(function.builder, bb->priv);
usr/src/tools/smatch/src/sparse-llvm.c
1194
output_bb(&function, bb);
usr/src/tools/smatch/src/sparse-llvm.c
369
static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo)
usr/src/tools/smatch/src/sparse-llvm.c
403
static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo)
usr/src/tools/smatch/src/sparse-llvm.c
413
static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val)
usr/src/tools/smatch/src/sparse-llvm.c
428
static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val)
usr/src/tools/smatch/src/sparse-llvm.c
447
static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val)
usr/src/tools/smatch/src/sparse-llvm.c
460
static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo)
usr/src/tools/smatch/src/sparse-llvm.c
471
static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo)
usr/src/tools/smatch/src/sparse-llvm.c
534
static void output_op_binary(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
619
static void output_op_compare(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
672
static void output_op_ret(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
683
static LLVMValueRef calc_memop_addr(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
705
static void output_op_load(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
719
static void output_op_store(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
731
static LLVMValueRef bool_value(struct function *fn, LLVMValueRef value)
usr/src/tools/smatch/src/sparse-llvm.c
739
static void output_op_cbr(struct function *fn, struct instruction *br)
usr/src/tools/smatch/src/sparse-llvm.c
749
static void output_op_br(struct function *fn, struct instruction *br)
usr/src/tools/smatch/src/sparse-llvm.c
754
static void output_op_sel(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
769
static void output_op_switch(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
797
static void output_op_call(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
827
static void output_op_phisrc(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
850
static void output_op_phi(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
862
static void output_op_ptrcast(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
900
static void output_op_cast(struct function *fn, struct instruction *insn, LLVMOpcode op)
usr/src/tools/smatch/src/sparse-llvm.c
934
static void output_op_fpcast(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
961
static void output_op_setval(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
977
static void output_op_setfval(struct function *fn, struct instruction *insn)
usr/src/tools/smatch/src/sparse-llvm.c
986
static void output_insn(struct function *fn, struct instruction *insn)
usr/src/ucblib/libucb/port/sys/mctl.c
51
mctl(caddr_t addr, size_t len, int function, int arg)
usr/src/ucblib/libucb/port/sys/mctl.c
57
return (memcntl(addr, len, function, (caddr_t)(uintptr_t)arg, 0, 0));
usr/src/uts/common/fs/smbsrv/smb_common_transact.c
271
uint16_t fid, category, function, tpscnt, tdscnt, mprcnt;
usr/src/uts/common/fs/smbsrv/smb_common_transact.c
276
rc = smbsr_decode_vwv(sr, "wwwwwwwl2.wwww", &fid, &category, &function,
usr/src/uts/common/io/aac/aac.c
5786
ddi_put32(acc, &srb->function, SRBF_ExecuteScsi);
usr/src/uts/common/io/aac/aac_ioctl.h
50
#define CTL_CODE(function, method) \
usr/src/uts/common/io/aac/aac_ioctl.h
51
((4<< 16) | ((function) << 2) | (method))
usr/src/uts/common/io/aac/aac_regs.h
1515
uint32_t function;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
786
void um_dbg_log_msg(void* ctx, char *file, char *function, unsigned long line, const char* format_msg, unsigned int args_num, ...);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
501
void (*function)(lm_device_t*);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
535
lm_status = MM_REGISTER_LPME(pdev, event_functions_arr[event_idx].function, TRUE, TRUE);
usr/src/uts/common/io/cardbus/cardbus.c
1006
uint8_t bus, device, function;
usr/src/uts/common/io/cardbus/cardbus.c
1012
function = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cardbus/cardbus.c
1017
bus, device, function);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
121
uint_t function;
usr/src/uts/common/io/cardbus/cardbus_hp.c
859
uint8_t bus, device, function;
usr/src/uts/common/io/cardbus/cardbus_hp.c
899
function = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
usr/src/uts/common/io/cardbus/cardbus_hp.c
911
"[0x%x][0x%x][0x%x]\n", bus, device, function);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2382
uint8_t, (iscsi_tm->function & ISCSI_FLAG_TASK_MGMT_FUNCTION_MASK),
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
2385
switch (iscsi_tm->function & ISCSI_FLAG_TASK_MGMT_FUNCTION_MASK) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
120
fwcmd->params.req.eq_ctx.function = dev->fn;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
246
fwcmd->params.req.cq_ctx.function = dev->fn;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3114
uint_t function;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3119
pcihp_devi_find(dev_info_t *dip, uint_t device, uint_t function)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3124
ctrl.function = function;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3159
if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
usr/src/uts/common/io/hxge/hpi.c
34
hpi_debug_msg(hpi_handle_function_t function, uint64_t level, char *fmt, ...)
usr/src/uts/common/io/hxge/hpi.c
60
function.instance, function.function);
usr/src/uts/common/io/hxge/hpi.c
92
rt->buf[idx].ctl_addr |= (((handle.function.function
usr/src/uts/common/io/hxge/hpi.c
94
((handle.function.instance << TRACE_INST_SHIFT) & TRACE_INST_MASK));
usr/src/uts/common/io/hxge/hpi.h
147
uint16_t function;
usr/src/uts/common/io/hxge/hpi.h
155
hpi_handle_function_t function;
usr/src/uts/common/io/hxge/hpi.h
164
void hpi_debug_msg(hpi_handle_function_t function, uint64_t level,
usr/src/uts/common/io/hxge/hpi_pfc.c
132
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
155
HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
162
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
53
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
627
HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
636
HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
644
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
72
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_pfc.c
78
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
123
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
143
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
182
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
204
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
245
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
293
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
304
HPI_DEBUG_MSG((handle.function, HPI_RDC_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
317
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
334
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
354
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
374
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
394
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
414
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
428
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
476
HPI_DEBUG_MSG((handle.function, HPI_RDC_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
48
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
492
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
509
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
516
HPI_DEBUG_MSG((handle.function, HPI_RDC_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
528
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
551
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
572
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
592
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
613
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_rxdma.c
92
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
139
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
156
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
172
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
193
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
210
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
231
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
247
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
262
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
280
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
306
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
327
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
333
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
342
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
350
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
387
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
411
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
42
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
422
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL, "\n\t: value 0x%llx\n"
usr/src/uts/common/io/hxge/hpi_txdma.c
427
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
455
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
480
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
56
HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL,
usr/src/uts/common/io/hxge/hpi_txdma.c
94
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
102
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
121
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
129
HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
148
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
154
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
170
HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
186
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
209
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
215
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
39
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
45
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vir.c
87
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vmac.c
118
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vmac.c
159
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vmac.c
232
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hpi_vmac.c
70
HPI_ERROR_MSG((handle.function, HPI_ERR_CTL,
usr/src/uts/common/io/hxge/hxge_impl.h
106
hxgep->hpi_handle.function.instance = hxgep->instance; \
usr/src/uts/common/io/hxge/hxge_impl.h
107
hxgep->hpi_handle.function.function = 0; \
usr/src/uts/common/io/hxge/hxge_impl.h
114
hxgep->hpi_handle.function.instance = hxgep->instance; \
usr/src/uts/common/io/hxge/hxge_impl.h
115
hxgep->hpi_handle.function.function = 0; \
usr/src/uts/common/io/hxge/hxge_impl.h
122
hxgep->hpi_msi_handle.function.instance = hxgep->instance; \
usr/src/uts/common/io/hxge/hxge_impl.h
123
hxgep->hpi_msi_handle.function.function = 0; \
usr/src/uts/common/io/hxge/hxge_send.c
555
hpi_desc_handle.function.function = 0;
usr/src/uts/common/io/hxge/hxge_send.c
556
hpi_desc_handle.function.instance = hxgep->instance;
usr/src/uts/common/io/hxge/hxge_send.c
695
hpi_desc_handle.function.function = 0;
usr/src/uts/common/io/hxge/hxge_send.c
696
hpi_desc_handle.function.instance = hxgep->instance;
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
2283
uint8_t function;
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
2311
function = ddi_get8(acc_handle, &scsi_raid_io->Function);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
2312
DTRACE_PROBE3(tbolt_complete_cmd, uint8_t, function,
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
2315
switch (function) {
usr/src/uts/common/io/nxge/npi/npi.c
129
rt->buf[idx].ctl_addr |= (((handle.function.function
usr/src/uts/common/io/nxge/npi/npi.c
131
((handle.function.instance
usr/src/uts/common/io/nxge/npi/npi.c
36
npi_debug_msg(npi_handle_function_t function, uint64_t level, char *fmt, ...)
usr/src/uts/common/io/nxge/npi/npi.c
63
function.instance, function.function);
usr/src/uts/common/io/nxge/npi/npi.c
96
rt->buf[idx].ctl_addr |= (((handle.function.function
usr/src/uts/common/io/nxge/npi/npi.c
98
((handle.function.instance
usr/src/uts/common/io/nxge/npi/npi.h
197
uint16_t function;
usr/src/uts/common/io/nxge/npi/npi.h
205
npi_handle_function_t function;
usr/src/uts/common/io/nxge/npi/npi_espc.c
102
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
167
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
203
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
264
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
343
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
348
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
353
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "\n\n"));
usr/src/uts/common/io/nxge/npi/npi_espc.c
404
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
419
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
437
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
451
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
53
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
67
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
79
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_espc.c
93
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1013
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1051
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1268
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1318
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
150
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1522
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1531
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
154
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1540
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
160
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1637
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1646
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
166
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1718
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
172
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1834
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
186
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1875
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
189
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1910
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
195
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
1953
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2000
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2054
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2097
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2133
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2177
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2186
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2252
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2314
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2377
NPI_DEBUG_MSG((handle.function, NPI_FFLP_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2424
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
244
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2497
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2534
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2612
NPI_DEBUG_MSG((handle.function, NPI_FFLP_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2629
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
264
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2658
NPI_DEBUG_MSG((handle.function, NPI_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2685
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2722
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
274
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
2949
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
414
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
467
NPI_DEBUG_MSG((handle.function, NPI_FFLP_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
478
NPI_DEBUG_MSG((handle.function, NPI_FFLP_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
485
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
524
NPI_DEBUG_MSG((handle.function, NPI_FFLP_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
531
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
573
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
620
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
635
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
649
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
660
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
716
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
729
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
742
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
754
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
802
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
866
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
927
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_fflp.c
974
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
116
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
123
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_ipp.c
128
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
142
NPI_DEBUG_MSG((handle.function, NPI_IPP_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
175
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
201
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
218
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
232
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
250
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
282
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
300
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
310
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
392
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
423
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
448
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_ipp.c
479
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1020
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1033
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1082
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1095
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1127
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1139
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1173
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1185
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1225
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1280
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1309
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1378
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1404
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1416
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1427
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1464
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1476
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1488
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1536
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1548
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1560
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1596
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1607
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1619
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1665
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1677
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1725
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1774
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1782
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1809
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1867
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1922
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1944
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
1977
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2004
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2027
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2092
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2151
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2173
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2190
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2200
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2223
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2240
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2250
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2274
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2291
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2301
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2371
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2475
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2522
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2554
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2562
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2593
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2632
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2657
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2675
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2698
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2747
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2790
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2812
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2829
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2839
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2862
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2903
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2937
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2960
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2977
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
2987
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3010
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3027
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3037
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3105
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3113
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3117
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3128
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3136
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3140
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3144
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3173
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3198
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3204
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3208
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3221
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3227
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3231
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3257
NPI_DEBUG_MSG((handle.function, MIF_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3342
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3387
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
3407
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
515
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
520
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
526
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
534
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
539
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
545
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
640
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
680
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
690
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
734
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
747
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
776
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
789
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
816
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
847
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
903
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
944
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_mac.c
970
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_mac.c
984
NPI_ERROR_MSG((handle.function,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1008
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1052
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1060
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1074
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1082
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1118
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1126
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1140
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1148
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1183
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1229
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1253
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1359
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1383
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1406
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1419
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
142
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1436
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1482
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
152
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1542
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1566
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1572
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1578
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1583
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
159
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1597
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1630
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
164
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1655
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1664
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1681
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1693
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1778
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1785
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1810
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1817
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1841
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1847
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1855
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
1870
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
191
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
197
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
202
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2067
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2145
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2183
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2208
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
222
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2245
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2270
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2309
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
231
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
2337
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
268
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
277
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
343
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
372
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
397
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
421
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
444
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
500
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
509
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
531
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
556
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
609
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
685
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
694
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
709
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
727
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
749
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
771
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
790
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
808
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
822
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
867
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
877
NPI_DEBUG_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
912
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
922
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
955
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
964
NPI_DEBUG_MSG((handle.function, NPI_RDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_rxdma.c
999
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
148
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
155
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
163
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_txc.c
168
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
191
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
197
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_txc.c
201
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
228
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
235
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_txc.c
240
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
272
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
292
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
322
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
359
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
404
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
655
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txc.c
693
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1038
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1061
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1103
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1128
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1170
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1200
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1233
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1270
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1316
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
135
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1361
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1379
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1421
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
143
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1450
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1494
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1502
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1513
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
152
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1522
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
158
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1590
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1659
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1666
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1711
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1751
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1782
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1804
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
184
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
190
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1918
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1930
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL, "\n\t: value 0x%llx\n"
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1940
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1949
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
195
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1951
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1968
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1980
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
2012
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
2036
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
2061
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
209
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
216
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
226
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
230
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
302
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
311
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
343
NPI_DEBUG_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
393
NPI_ERROR_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
403
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
461
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
511
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
561
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
619
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
629
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
670
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
701
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
735
NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
921
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
965
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
997
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1022
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1031
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1036
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1056
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, "npi_ldsv_get"
usr/src/uts/common/io/nxge/npi/npi_vir.c
113
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1151
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1159
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1190
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
120
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_vir.c
1226
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1233
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1250
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1278
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1288
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
129
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
usr/src/uts/common/io/nxge/npi/npi_vir.c
1315
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1327
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
135
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1352
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1408
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1417
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1421
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1428
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1432
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1445
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
146
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
1473
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
155
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
163
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
175
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
184
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
192
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
204
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
214
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
228
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
236
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
248
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
258
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
266
NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
308
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
313
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
366
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
374
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
382
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
390
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
428
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
435
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
581
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
622
NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
810
uint8_t function, region, slot;
usr/src/uts/common/io/nxge/npi/npi_vir.c
814
function = dma_bind.function_id;
usr/src/uts/common/io/nxge/npi/npi_vir.c
818
DMA_BIND_VADDR_VALIDATE(function, region, slot, status);
usr/src/uts/common/io/nxge/npi/npi_vir.c
823
offset = DMA_BIND_REG_OFFSET(function, region, slot);
usr/src/uts/common/io/nxge/npi/npi_vir.c
851
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
859
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
895
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
964
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_vir.c
985
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
103
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
122
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
140
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
151
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
189
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
213
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
246
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
254
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
288
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
296
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
304
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
313
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
387
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
412
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
419
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
42
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
427
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
436
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
502
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
526
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
533
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
541
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
549
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
558
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
568
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
589
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
596
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
605
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
614
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/npi/npi_zcp.c
694
NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
usr/src/uts/common/io/nxge/nxge_hio_guest.c
100
nxge->npi_reg_handle.function.instance = nxge->instance;
usr/src/uts/common/io/nxge/nxge_hio_guest.c
101
nxge->npi_reg_handle.function.function = nxge->function_num;
usr/src/uts/common/io/nxge/nxge_hio_guest.c
108
nxge->npi_vreg_handle.function.instance = nxge->instance;
usr/src/uts/common/io/nxge/nxge_hio_guest.c
109
nxge->npi_vreg_handle.function.function = nxge->function_num;
usr/src/uts/common/io/nxge/nxge_hio_guest.c
92
nxge->npi_handle.function.instance = nxge->instance;
usr/src/uts/common/io/nxge/nxge_hio_guest.c
93
nxge->npi_handle.function.function = nxge->function_num;
usr/src/uts/common/io/nxge/nxge_send.c
772
npi_desc_handle.function.function = nxgep->function_num;
usr/src/uts/common/io/nxge/nxge_send.c
773
npi_desc_handle.function.instance = nxgep->instance;
usr/src/uts/common/io/nxge/nxge_send.c
900
npi_desc_handle.function.function = nxgep->function_num;
usr/src/uts/common/io/nxge/nxge_send.c
901
npi_desc_handle.function.instance = nxgep->instance;
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
1067
if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
441
uint_t function;
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
450
pcie_hp_devi_find(dev_info_t *dip, uint_t device, uint_t function)
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
455
ctrl.function = function;
usr/src/uts/common/io/pciex/pcie.c
2981
pcie_func_to_dip(dev_info_t *dip, pcie_req_id_t function)
usr/src/uts/common/io/pciex/pcie.c
2992
if ((child_bdf & PCIE_REQ_ID_ARI_FUNC_MASK) == function)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_api.h
52
void (*function)(struct ecore_hwfn *,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
95
p_ent->comp_cb.function = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1054
p_ent->comp_cb.function, p_ent->comp_cb.cookie);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1055
if (found->comp_cb.function)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1056
found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
229
p_ent->comp_cb.function = ecore_spq_blocking_cb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
662
u8 function /* function */;
usr/src/uts/common/io/rsm/rsm.c
9072
DBG_DEFINE_STR(function, "rsm_unquiesce_exp_seg");
usr/src/uts/common/io/rsm/rsm.c
9075
"%s enter: key=%u\n", function, segp->s_key));
usr/src/uts/common/io/rsm/rsm.c
9086
"%s done:state =%d\n", function,
usr/src/uts/common/io/rsm/rsm.c
9095
"%s done:state =%d\n", function,
usr/src/uts/common/io/rsm/rsm.c
9106
"%s done:state =%d\n", function,
usr/src/uts/common/io/rsm/rsm.c
9137
"%s done:state =%d\n", function,
usr/src/uts/common/io/rsm/rsm.c
9161
DBG_DEFINE_STR(function, "rsm_unquiesce_exp_seg");
usr/src/uts/common/io/rsm/rsm.c
9166
"%s enter: key=%u, state=%d\n", function, segp->s_key,
usr/src/uts/common/io/rsm/rsm.c
9174
function, segp->s_state));
usr/src/uts/common/io/rsm/rsm.c
9183
function, segp->s_state));
usr/src/uts/common/io/rsm/rsm.c
9199
"%s done: bind_qscd bind = %d\n", function, ret));
usr/src/uts/common/io/rsm/rsm.c
9233
function, ret));
usr/src/uts/common/io/rsm/rsm.c
9252
"%s done:exp_qscd\n", function));
usr/src/uts/common/io/rsm/rsm.c
9299
function, ret));
usr/src/uts/common/io/rsm/rsm.c
9327
function, ret));
usr/src/uts/common/io/rsm/rsm.c
9335
function));
usr/src/uts/common/io/rsm/rsm.c
9341
DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function));
usr/src/uts/common/io/rsm/rsm.c
9349
DBG_DEFINE_STR(function, "rsm_quiesce_imp_seg");
usr/src/uts/common/io/rsm/rsm.c
9352
"%s enter: key=%u\n", function, segp->s_key));
usr/src/uts/common/io/rsm/rsm.c
9364
DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function));
usr/src/uts/common/io/rsm/rsm.c
9373
DBG_DEFINE_STR(function, "rsm_unquiesce_imp_seg");
usr/src/uts/common/io/rsm/rsm.c
9376
"%s enter: key=%u\n", function, segp->s_key));
usr/src/uts/common/io/rsm/rsm.c
9386
DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function));
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2308
istmh->function = ISCSI_FLAG_FINAL | ISCSI_TM_FUNC_ABORT_TASK;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2347
istmh->function = ISCSI_FLAG_FINAL |
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_io.c
2353
istmh->function = ISCSI_FLAG_FINAL |
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10617
uint8_t *request, function;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10658
function = request_hdrp->Function;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10659
if ((function == MPI2_FUNCTION_SCSI_IO_REQUEST) ||
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10660
(function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10708
if (function == MPI2_FUNCTION_SCSI_IO_REQUEST) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11134
uint8_t function;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11157
function = request_msg->Function;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11158
if (function == MPI2_FUNCTION_SCSI_TASK_MGMT) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11259
if ((function == MPI2_FUNCTION_SCSI_IO_REQUEST) ||
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11260
(function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11364
function = request_hdrp->Function;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11365
if ((function == MPI2_FUNCTION_SCSI_IO_REQUEST) ||
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11366
(function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11543
if (diag->function == MPI2_FUNCTION_DIAG_BUFFER_POST) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11549
diag->function);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11578
&pDiag_release_msg->Function, diag->function);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11645
diag.function = MPI2_FUNCTION_DIAG_BUFFER_POST;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
11800
diag.function = MPI2_FUNCTION_DIAG_RELEASE;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5350
uint8_t function, buffer_type;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5381
function = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->Function);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5384
function, reply_addr));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5390
if ((function != MPI2_FUNCTION_EVENT_NOTIFICATION) &&
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5391
(function != MPI2_FUNCTION_DIAG_BUFFER_POST)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5431
switch (function) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5533
mptsas_log(mpt, CE_WARN, "Unknown function 0x%x ", function);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_raid.c
573
uint8_t function, found_reply = FALSE;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_raid.c
708
function = ddi_get8(mpt->m_acc_reply_frame_hdl,
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_raid.c
710
if (function != MPI2_FUNCTION_RAID_ACTION) {
usr/src/uts/common/io/xge/drv/xgell.h
317
intr_func_t *function; /* interrupt function */
usr/src/uts/common/pcmcia/cis/cis.c
1086
if (mfc->function[fn].tas == CISTPL_LONGLINK_MFC_TAS_AM) {
usr/src/uts/common/pcmcia/cis/cis.c
1088
cisptr.offset = mfc->function[fn].addr * 2;
usr/src/uts/common/pcmcia/cis/cis.c
1091
cisptr.offset = mfc->function[fn].addr;
usr/src/uts/common/pcmcia/cis/cis.c
133
CISParser(int function, ...)
usr/src/uts/common/pcmcia/cis/cis.c
141
function);
usr/src/uts/common/pcmcia/cis/cis.c
145
va_start(arglist, function);
usr/src/uts/common/pcmcia/cis/cis.c
150
switch (function) {
usr/src/uts/common/pcmcia/cis/cis.c
71
void *CISParser(int function, ...);
usr/src/uts/common/pcmcia/cis/cis_handlers.c
1593
cs->function = GET_BYTE(tp);
usr/src/uts/common/pcmcia/cis/cis_handlers.c
1630
cs->function = TPLFUNC_SERIAL;
usr/src/uts/common/pcmcia/cis/cis_handlers.c
1749
cs->function = TPLFUNC_LAN;
usr/src/uts/common/pcmcia/cis/cis_handlers.c
2055
cs->function[fn].tas = GET_BYTE(tp);
usr/src/uts/common/pcmcia/cis/cis_handlers.c
2056
cs->function[fn].addr = GET_LONG(tp);
usr/src/uts/common/pcmcia/cs/cs.c
325
rcs.function = CS_ENTRY_DEREGISTER;
usr/src/uts/common/pcmcia/cs/cs.c
537
CardServices(int function, ...)
usr/src/uts/common/pcmcia/cs/cs.c
555
cs_error2text(function, CSFUN2TEXT_FUNCTION),
usr/src/uts/common/pcmcia/cs/cs.c
556
function);
usr/src/uts/common/pcmcia/cs/cs.c
560
va_start(arglist, function);
usr/src/uts/common/pcmcia/cs/cs.c
565
switch (function) {
usr/src/uts/common/pcmcia/cs/cs.c
7583
cs_error2text(int function, int type)
usr/src/uts/common/pcmcia/cs/cs.c
7597
if (cfs->item == function)
usr/src/uts/common/pcmcia/cs/cs.c
8326
uint32_t *function, cs_socket_t **csp, client_t **clp)
usr/src/uts/common/pcmcia/cs/cs.c
8398
if (function)
usr/src/uts/common/pcmcia/cs/cs.c
8399
*function = fn;
usr/src/uts/common/pcmcia/cs/cs.c
8546
rcs.function = CS_ENTRY_REGISTER;
usr/src/uts/common/pcmcia/cs/cs.c
886
cmn_err(CE_CONT, "CS: {unknown function %d}\n", function);
usr/src/uts/common/pcmcia/cs/cs.c
95
int CardServices(int function, ...);
usr/src/uts/common/pcmcia/cs/cs_stubs.c
136
rcs->magic, rcs->function, (void *)rcs->cardservices);
usr/src/uts/common/pcmcia/cs/cs_stubs.c
142
switch (rcs->function) {
usr/src/uts/common/pcmcia/cs/cs_stubs.c
793
cistpl_funce_t *pt, uint32_t function)
usr/src/uts/common/pcmcia/cs/cs_stubs.c
800
return (CardServices(ParseTuple, ch, tp, pt, function));
usr/src/uts/common/pcmcia/nexus/pcmcia.c
125
int SocketServices(int function, ...);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
128
void *CISParser(int function, ...);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1848
SocketServices(int function, ...)
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1859
va_start(arglist, function);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1864
function,
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1865
((function < 128) && ssfuncs[function] != NULL) ?
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1866
ssfuncs[function] : "UNKNOWN");
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1868
switch (function) {
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1886
switch (function) {
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2495
if (funcid.function < PCM_GENNAME_SIZE)
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2497
pcmcia_generic_names[funcid.function]);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2501
funcid.function);
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2503
info->pd_type = funcid.function;
usr/src/uts/common/pcmcia/nexus/pcmcia.c
2504
switch (funcid.function) {
usr/src/uts/common/pcmcia/sys/cis_handlers.h
336
uint32_t function; /* PC Card function code */
usr/src/uts/common/pcmcia/sys/cis_handlers.h
368
uint32_t function; /* type of extended data */
usr/src/uts/common/pcmcia/sys/cis_handlers.h
951
cis_function_t function[CIS_MAX_FUNCTIONS];
usr/src/uts/common/pcmcia/sys/cs_priv.h
154
void * (*cis_parser)(int32_t function, ...);
usr/src/uts/common/pcmcia/sys/cs_stubs.h
142
uint32_t function;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hbaapi.h
697
HBA_UINT8 function,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw.h
1034
uint32_t function:8;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw.h
1059
uint32_t function:8;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw.h
929
uint32_t function:8;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw.h
954
uint32_t function:8;
usr/src/uts/common/sys/gfx_private.h
75
uint8_t function, uint16_t *vendor, uint16_t *device);
usr/src/uts/common/sys/hotplug/pci/pcie_hp.h
434
uint_t function);
usr/src/uts/common/sys/iscsi_protocol.h
301
uint8_t function;
usr/src/uts/common/sys/nxge/nxge_impl.h
163
nxgep->npi_handle.function.instance = nxgep->instance; \
usr/src/uts/common/sys/nxge/nxge_impl.h
164
nxgep->npi_handle.function.function = nxgep->function_num; \
usr/src/uts/common/sys/nxge/nxge_impl.h
171
nxgep->npi_handle.function.instance = nxgep->instance; \
usr/src/uts/common/sys/nxge/nxge_impl.h
172
nxgep->npi_handle.function.function = nxgep->function_num; \
usr/src/uts/common/sys/nxge/nxge_impl.h
182
nxgep->npi_handle.function.instance = nxgep->instance; \
usr/src/uts/common/sys/nxge/nxge_impl.h
183
nxgep->npi_handle.function.function = nxgep->function_num; \
usr/src/uts/common/sys/nxge/nxge_impl.h
190
nxgep->npi_handle.function.instance = nxgep->instance; \
usr/src/uts/common/sys/nxge/nxge_impl.h
191
nxgep->npi_handle.function.function = nxgep->function_num; \
usr/src/uts/common/sys/pci_impl.h
77
#define PCI_CADDR1(bus, device, function, reg) \
usr/src/uts/common/sys/pci_impl.h
79
| (((function) & 0x7) << 8) | ((reg) & 0xfc))
usr/src/uts/common/sys/pcie_impl.h
685
extern dev_info_t *pcie_func_to_dip(dev_info_t *dip, pcie_req_id_t function);
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
424
uint8_t function;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
138
(func == pci_bsf->function)) {
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
152
gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function,
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
171
pci_bsf->function = function;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
75
uint8_t function;
usr/src/uts/i86pc/os/lgrpplat.c
3394
#define OPT_PCI_ECS_ADDR(bus, device, function, reg) \
usr/src/uts/i86pc/os/lgrpplat.c
3396
(((function) & 0x7) << 8) | ((reg) & 0xfc) | \
usr/src/uts/i86pc/os/pci_mech1.c
105
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
112
pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val)
usr/src/uts/i86pc/os/pci_mech1.c
115
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1.c
124
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
130
pci_mech1_putw(int bus, int device, int function, int reg, uint16_t val)
usr/src/uts/i86pc/os/pci_mech1.c
133
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1.c
142
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
148
pci_mech1_putl(int bus, int device, int function, int reg, uint32_t val)
usr/src/uts/i86pc/os/pci_mech1.c
151
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1.c
160
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
50
pci_mech1_getb(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech1.c
54
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1.c
63
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
70
pci_mech1_getw(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech1.c
75
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1.c
84
outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1.c
91
pci_mech1_getl(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech1.c
96
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
100
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
109
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
116
pci_mech1_amd_getw(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech1_amd.c
121
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
130
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
137
pci_mech1_amd_getl(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech1_amd.c
142
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
151
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
158
pci_mech1_amd_putb(int bus, int device, int function, int reg, uint8_t val)
usr/src/uts/i86pc/os/pci_mech1_amd.c
161
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
166
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
172
pci_mech1_amd_putw(int bus, int device, int function, int reg, uint16_t val)
usr/src/uts/i86pc/os/pci_mech1_amd.c
175
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
180
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
186
pci_mech1_amd_putl(int bus, int device, int function, int reg, uint32_t val)
usr/src/uts/i86pc/os/pci_mech1_amd.c
189
function == PCI_MECH1_SPEC_CYCLE_FUNC) {
usr/src/uts/i86pc/os/pci_mech1_amd.c
194
outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg));
usr/src/uts/i86pc/os/pci_mech1_amd.c
95
pci_mech1_amd_getb(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech2.c
100
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
108
pci_mech2_getl(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech2.c
116
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
124
pci_mech2_putb(int bus, int device, int function, int reg, uint8_t val)
usr/src/uts/i86pc/os/pci_mech2.c
131
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
137
pci_mech2_putw(int bus, int device, int function, int reg, uint16_t val)
usr/src/uts/i86pc/os/pci_mech2.c
144
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
150
pci_mech2_putl(int bus, int device, int function, int reg, uint32_t val)
usr/src/uts/i86pc/os/pci_mech2.c
157
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
54
pci_mech2_config_enable(uchar_t bus, uchar_t function)
usr/src/uts/i86pc/os/pci_mech2.c
62
PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1));
usr/src/uts/i86pc/os/pci_mech2.c
76
pci_mech2_getb(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_mech2.c
84
tmp = pci_mech2_config_enable(bus, function);
usr/src/uts/i86pc/os/pci_mech2.c
92
pci_mech2_getw(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_neptune.c
138
pci_neptune_getb(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_neptune.c
144
val = pci_mech1_getb(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_neptune.c
151
pci_neptune_getw(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_neptune.c
157
val = pci_mech1_getw(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_neptune.c
164
pci_neptune_getl(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_neptune.c
170
val = pci_mech1_getl(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_neptune.c
177
pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val)
usr/src/uts/i86pc/os/pci_neptune.c
181
pci_mech1_putb(bus, device, function, reg, val);
usr/src/uts/i86pc/os/pci_neptune.c
187
pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val)
usr/src/uts/i86pc/os/pci_neptune.c
191
pci_mech1_putw(bus, device, function, reg, val);
usr/src/uts/i86pc/os/pci_neptune.c
197
pci_neptune_putl(int bus, int device, int function, int reg, uint32_t val)
usr/src/uts/i86pc/os/pci_neptune.c
201
pci_mech1_putl(bus, device, function, reg, val);
usr/src/uts/i86pc/os/pci_orion.c
179
pci_orion_getb(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_orion.c
185
val = pci_mech1_getb(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_orion.c
192
pci_orion_getw(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_orion.c
198
val = pci_mech1_getw(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_orion.c
205
pci_orion_getl(int bus, int device, int function, int reg)
usr/src/uts/i86pc/os/pci_orion.c
211
val = pci_mech1_getl(bus, device, function, reg);
usr/src/uts/i86pc/os/pci_orion.c
218
pci_orion_putb(int bus, int device, int function, int reg, uint8_t val)
usr/src/uts/i86pc/os/pci_orion.c
222
pci_mech1_putb(bus, device, function, reg, val);
usr/src/uts/i86pc/os/pci_orion.c
228
pci_orion_putw(int bus, int device, int function, int reg, uint16_t val)
usr/src/uts/i86pc/os/pci_orion.c
232
pci_mech1_putw(bus, device, function, reg, val);
usr/src/uts/i86pc/os/pci_orion.c
238
pci_orion_putl(int bus, int device, int function, int reg, uint32_t val)
usr/src/uts/i86pc/os/pci_orion.c
242
pci_mech1_putl(bus, device, function, reg, val);
usr/src/uts/i86pc/sys/biosdisk.h
73
unsigned char function;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
147
uint_t function;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1484
pcicfg_unconfigure(dev_info_t *devi, uint_t device, uint_t function,
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1506
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1532
if (function != PCICFG_ALL_FUNC)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1561
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2888
pcicfg_devi_find(dev_info_t *dip, uint_t device, uint_t function)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2893
ctrl.function = function;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2928
if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
550
pcicfg_configure(dev_info_t *devi, uint_t device, uint_t function,
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
602
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
758
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/sys/asm_linkage.h
188
.type x, @function; \
usr/src/uts/intel/sys/asm_linkage.h
195
.type x, @function; \
usr/src/uts/intel/sys/asm_linkage.h
202
.type x, @function; \
usr/src/uts/intel/sys/asm_linkage.h
212
.type x, @function; \
usr/src/uts/intel/sys/asm_linkage.h
213
.type y, @function; \
usr/src/uts/intel/sys/asm_linkage.h
222
.type x, @function; \
usr/src/uts/intel/sys/asm_linkage.h
223
.type y, @function; \
usr/src/uts/intel/sys/asm_linkage.h
234
.type x, @function; \
usr/src/uts/sparc/sys/asm_linkage.h
157
.type x, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
166
.type x, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
173
.type x, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
183
.type x, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
184
.type y, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
193
.type x, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
194
.type y, #function; \
usr/src/uts/sparc/sys/asm_linkage.h
205
.type x, #function; \
usr/src/uts/sun4/io/pcicfg.c
1548
pcicfg_unconfigure(dev_info_t *devi, uint_t device, uint_t function,
usr/src/uts/sun4/io/pcicfg.c
1593
if (function != PCICFG_ALL_FUNC)
usr/src/uts/sun4/io/pcicfg.c
180
uint_t function;
usr/src/uts/sun4/io/pcicfg.c
3009
pcicfg_devi_find(dev_info_t *dip, uint_t device, uint_t function)
usr/src/uts/sun4/io/pcicfg.c
3014
ctrl.function = function;
usr/src/uts/sun4/io/pcicfg.c
3050
if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
usr/src/uts/sun4/io/pcicfg.c
712
pcicfg_configure(dev_info_t *devi, uint_t device, uint_t function,
usr/src/uts/sun4/io/pcicfg.c
747
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/sun4u/sys/pci/db21554_config.h
183
#define DB_PCI_REG_ADDR(bus, device, function, reg) \
usr/src/uts/sun4u/sys/pci/db21554_config.h
185
| (((function) & 0x7) << 8) | ((reg) & 0xff)
usr/src/uts/sun4u/sys/pci/db21554_config.h
188
#define DB_PCI_REG_ADDR_TYPE0(bus, device, function, reg) \
usr/src/uts/sun4u/sys/pci/db21554_config.h
190
| (((function) & 0x7) << 8) | \
usr/src/uts/sun4u/sys/pci/db21554_config.h
194
#define DB_PCI_REG_ADDR_TYPE1(bus, device, function, reg) \
usr/src/uts/sun4u/sys/pci/db21554_config.h
196
| (((function) & 0x7) << 8) | ((reg) & 0xfc))
usr/src/uts/sun4u/sys/sbbcvar.h
177
int function; /* address of function */