Symbol: instance
crypto/heimdal/kdc/hprop.h
61
char instance[64];
crypto/heimdal/lib/krb5/krb5-v4compat.h
83
char instance[INST_SZ]; /* Instance */
crypto/krb5/src/lib/krb5/krb/conv_princ.c
256
const char *instance, const char *realm,
crypto/krb5/src/lib/krb5/krb/conv_princ.c
309
if (instance) {
crypto/krb5/src/lib/krb5/krb/conv_princ.c
310
if (instance[0] == '\0') {
crypto/krb5/src/lib/krb5/krb/conv_princ.c
311
instance = 0;
crypto/krb5/src/lib/krb5/krb/conv_princ.c
323
if ((p->flags & DO_REALM_CONVERSION) && !strchr(instance, '.')) {
crypto/krb5/src/lib/krb5/krb/conv_princ.c
327
names[3] = instance;
crypto/krb5/src/lib/krb5/krb/conv_princ.c
331
instance = full_name[0];
crypto/krb5/src/lib/krb5/krb/conv_princ.c
333
strncpy(buf, instance, sizeof(buf));
crypto/krb5/src/lib/krb5/krb/conv_princ.c
346
instance = buf;
crypto/krb5/src/lib/krb5/krb/conv_princ.c
353
instance, NULL);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
663
const char *instance, const char *realm,
lib/libomp/omp-tools.h
816
ompt_data_t instance
lib/libomp/omp-tools.h
823
ompt_data_t instance;
sbin/natd/natd.c
2004
struct instance *ip;
sbin/natd/natd.c
50
LIST_ENTRY(instance) list;
sbin/natd/natd.c
68
static LIST_HEAD(, instance) root = LIST_HEAD_INITIALIZER(root);
sbin/natd/natd.c
71
static struct instance *mip;
stand/libofw/openfirm.c
213
OF_instance_to_package(ihandle_t instance)
stand/libofw/openfirm.c
219
cell_t instance;
stand/libofw/openfirm.c
224
args.instance = instance;
stand/libofw/openfirm.c
391
OF_instance_to_path(ihandle_t instance, char *buf, int len)
stand/libofw/openfirm.c
397
cell_t instance;
stand/libofw/openfirm.c
404
args.instance = instance;
stand/libofw/openfirm.c
437
OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...)
stand/libofw/openfirm.c
445
cell_t instance;
stand/libofw/openfirm.c
455
args.instance = instance;
stand/libofw/openfirm.c
484
cell_t instance;
stand/libofw/openfirm.c
489
if (openfirmware(&args) == -1 || args.instance == 0) {
stand/libofw/openfirm.c
492
return (args.instance);
stand/libofw/openfirm.c
497
OF_close(ihandle_t instance)
stand/libofw/openfirm.c
503
cell_t instance;
stand/libofw/openfirm.c
507
args.instance = instance;
stand/libofw/openfirm.c
513
OF_read(ihandle_t instance, void *addr, int len)
stand/libofw/openfirm.c
519
cell_t instance;
stand/libofw/openfirm.c
526
args.instance = instance;
stand/libofw/openfirm.c
532
instance, addr, len);
stand/libofw/openfirm.c
540
args.instance, OUT(args.addr), OUT(args.len), OUT(args.actual));
stand/libofw/openfirm.c
548
OF_write(ihandle_t instance, void *addr, int len)
stand/libofw/openfirm.c
554
cell_t instance;
stand/libofw/openfirm.c
561
args.instance = instance;
stand/libofw/openfirm.c
571
OF_seek(ihandle_t instance, uint64_t pos)
stand/libofw/openfirm.c
577
cell_t instance;
stand/libofw/openfirm.c
584
args.instance = instance;
stand/libofw/openfirm.c
594
OF_blocks(ihandle_t instance)
stand/libofw/openfirm.c
600
cell_t instance;
stand/libofw/openfirm.c
606
args.instance = instance;
stand/libofw/openfirm.c
614
OF_block_size(ihandle_t instance)
stand/libofw/openfirm.c
620
cell_t instance;
stand/libofw/openfirm.c
626
args.instance = instance;
sys/cddl/compat/opensolaris/sys/kstat.h
77
kstat_t *kstat_create(char *module, int instance, char *name, char *cls,
sys/dev/acpi_support/acpi_hp.c
1203
UINT8 instance;
sys/dev/acpi_support/acpi_hp.c
1227
for (instance = 0; instance < maxInstance;
sys/dev/acpi_support/acpi_hp.c
1228
++instance) {
sys/dev/acpi_support/acpi_hp.c
1230
ACPI_HP_WMI_CMI_GUID, instance,
sys/dev/acpi_support/acpi_hp.c
1233
instance = maxInstance;
sys/dev/acpi_support/acpi_hp.c
1250
sc->cmi_order[i].instance =
sys/dev/acpi_support/acpi_hp.c
1251
sc->cmi_order[i-1].instance;
sys/dev/acpi_support/acpi_hp.c
1255
sc->cmi_order[pos].instance =
sys/dev/acpi_support/acpi_hp.c
1256
instance;
sys/dev/acpi_support/acpi_hp.c
1264
sc->cmi_order[i].instance, line, sizeof(line),
sys/dev/acpi_support/acpi_hp.c
139
UINT8 instance; /* object instance on guid */
sys/dev/acpi_support/acpi_hp.c
318
UINT8 instance, char* outbuf, size_t outsize,
sys/dev/acpi_support/acpi_hp.c
951
acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance,
sys/dev/acpi_support/acpi_hp.c
965
if (ACPI_FAILURE(ACPI_WMI_GET_BLOCK(wmi_dev, guid, instance, &out))) {
sys/dev/acpi_support/acpi_wmi.c
120
const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
132
UINT8 instance, ACPI_BUFFER *out);
sys/dev/acpi_support/acpi_wmi.c
135
UINT8 instance, const ACPI_BUFFER *in);
sys/dev/acpi_support/acpi_wmi.c
380
UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out)
sys/dev/acpi_support/acpi_wmi.c
398
else if (instance > winfo->ginfo.max_instance)
sys/dev/acpi_support/acpi_wmi.c
402
params[0].Integer.Value = instance;
sys/dev/acpi_support/acpi_wmi.c
533
acpi_wmi_get_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
558
else if (instance > winfo->ginfo.max_instance)
sys/dev/acpi_support/acpi_wmi.c
565
wq_params[0].Integer.Value = instance;
sys/dev/acpi_support/acpi_wmi.c
613
acpi_wmi_set_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
632
else if (instance > winfo->ginfo.max_instance)
sys/dev/acpi_support/acpi_wmi.c
639
params[0].Integer.Value = instance;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
820
req.instance = cpu_to_le16(i);
sys/dev/bnxt/bnxt_en/bnxt_log.c
45
uint32_t instance, uint32_t comp_id, uint32_t seg_id)
sys/dev/bnxt/bnxt_en/bnxt_log.c
65
seg_hdr->instance = htole32(instance);
sys/dev/bnxt/bnxt_en/bnxt_log.h
121
uint32_t duration, uint32_t instance,
sys/dev/bnxt/bnxt_en/bnxt_log.h
65
uint32_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23848
uint16_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24162
uint16_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24250
uint16_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72595
uint16_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72656
uint32_t instance;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72711
uint16_t instance;
sys/dev/cxgbe/common/t4_hw.c
7867
t7_tlstx_reg(u8 instance, u8 channel, u32 reg)
sys/dev/cxgbe/common/t4_hw.c
7869
MPASS(instance <= 1);
sys/dev/cxgbe/common/t4_hw.c
7871
return (instance * (CRYPTO_1_BASE_ADDR - CRYPTO_0_BASE_ADDR) +
sys/dev/enic/vnic_dev.c
809
static u32 instance;
sys/dev/enic/vnic_dev.c
817
"vnic_notify-%u", instance++);
sys/dev/enic/vnic_dev.c
972
static u32 instance;
sys/dev/enic/vnic_dev.c
977
snprintf((char *)name, sizeof(name), "vnic_stats-%u", instance++);
sys/dev/enic/vnic_dev.c
989
static u32 instance;
sys/dev/enic/vnic_dev.c
994
snprintf((char *)name, sizeof(name), "vnic_flow_ctrs-%u", instance++);
sys/dev/mana/gdma.h
169
uint16_t instance;
sys/dev/ocs_fc/ocs_ddump.c
284
ocs_ddump_value(textbuf, "wq_index", "%d", (io->wq == NULL ? 0xffff : io->wq->instance));
sys/dev/ocs_fc/ocs_ddump.c
563
ocs_ddump_section(textbuf, "eq", eq->instance);
sys/dev/ocs_fc/ocs_ddump.c
567
ocs_ddump_section(textbuf, "cq", cq->instance);
sys/dev/ocs_fc/ocs_ddump.c
574
ocs_ddump_section(textbuf, "mq", mq->instance);
sys/dev/ocs_fc/ocs_ddump.c
577
ocs_ddump_endsection(textbuf, "mq", mq->instance);
sys/dev/ocs_fc/ocs_ddump.c
581
ocs_ddump_section(textbuf, "wq", wq->instance);
sys/dev/ocs_fc/ocs_ddump.c
588
ocs_ddump_endsection(textbuf, "wq", wq->instance);
sys/dev/ocs_fc/ocs_ddump.c
592
ocs_ddump_section(textbuf, "rq", rq->instance);
sys/dev/ocs_fc/ocs_ddump.c
607
ocs_ddump_endsection(textbuf, "rq", rq->instance);
sys/dev/ocs_fc/ocs_ddump.c
613
ocs_ddump_endsection(textbuf, "cq", cq->instance);
sys/dev/ocs_fc/ocs_ddump.c
615
ocs_ddump_endsection(textbuf, "eq", eq->instance);
sys/dev/ocs_fc/ocs_ddump.c
639
uint32_t instance;
sys/dev/ocs_fc/ocs_ddump.c
725
instance = 0;
sys/dev/ocs_fc/ocs_ddump.c
727
ocs_ddump_section(textbuf, "vport_spec", instance);
sys/dev/ocs_fc/ocs_ddump.c
734
ocs_ddump_endsection(textbuf, "vport_spec", instance ++);
sys/dev/ocs_fc/ocs_ddump.h
47
extern void ocs_ddump_section(ocs_textbuf_t *textbuf, const char *name, uint32_t instance);
sys/dev/ocs_fc/ocs_ddump.h
48
extern void ocs_ddump_endsection(ocs_textbuf_t *textbuf, const char *name, uint32_t instance);
sys/dev/ocs_fc/ocs_ddump.h
50
extern void ocs_ddump_buffer(ocs_textbuf_t *textbuf, const char *name, uint32_t instance, void *buffer, uint32_t size);
sys/dev/ocs_fc/ocs_hw.c
12042
OCS_STAT(hw->tcmd_wq_submit[io->wq->instance]++);
sys/dev/ocs_fc/ocs_hw.c
1945
hw->cq[rq->cq->instance].proc_limit = value;
sys/dev/ocs_fc/ocs_hw.c
4316
OCS_STAT(hw->tcmd_wq_submit[io->wq->instance]++);
sys/dev/ocs_fc/ocs_hw.h
1101
uint32_t instance;
sys/dev/ocs_fc/ocs_hw.h
1116
uint32_t instance; /*<< CQ instance (cq_idx) */
sys/dev/ocs_fc/ocs_hw.h
1136
uint32_t instance;
sys/dev/ocs_fc/ocs_hw.h
1151
uint32_t instance;
sys/dev/ocs_fc/ocs_hw.h
1197
uint32_t instance;
sys/dev/ocs_fc/ocs_hw_queues.c
208
if (ocs_varray_add(hw->wq_cpu_array[eq->instance % ocs_get_num_cpus()], wq)) {
sys/dev/ocs_fc/ocs_hw_queues.c
363
eq->instance = hw->eq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
364
eq->queue = &hw->eq[eq->instance];
sys/dev/ocs_fc/ocs_hw_queues.c
373
ocs_log_err(hw->os, "EQ[%d] allocation failure\n", eq->instance);
sys/dev/ocs_fc/ocs_hw_queues.c
378
hw->hw_eq[eq->instance] = eq;
sys/dev/ocs_fc/ocs_hw_queues.c
380
ocs_log_debug(hw->os, "create eq[%2d] id %3d len %4d\n", eq->instance, eq->queue->id,
sys/dev/ocs_fc/ocs_hw_queues.c
407
cq->instance = eq->hw->cq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
409
cq->queue = &hw->cq[cq->instance];
sys/dev/ocs_fc/ocs_hw_queues.c
415
eq->instance,
sys/dev/ocs_fc/ocs_hw_queues.c
420
hw->hw_cq[cq->instance] = cq;
sys/dev/ocs_fc/ocs_hw_queues.c
422
ocs_log_debug(hw->os, "create cq[%2d] id %3d len %4d\n", cq->instance, cq->queue->id,
sys/dev/ocs_fc/ocs_hw_queues.c
461
cq->instance = hw->cq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
463
cq->queue = &hw->cq[cq->instance];
sys/dev/ocs_fc/ocs_hw_queues.c
475
hw->hw_cq[cqs[i]->instance] = cqs[i];
sys/dev/ocs_fc/ocs_hw_queues.c
510
mq->instance = cq->eq->hw->mq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
513
mq->queue = &hw->mq[mq->instance];
sys/dev/ocs_fc/ocs_hw_queues.c
523
hw->hw_mq[mq->instance] = mq;
sys/dev/ocs_fc/ocs_hw_queues.c
525
ocs_log_debug(hw->os, "create mq[%2d] id %3d len %4d\n", mq->instance, mq->queue->id,
sys/dev/ocs_fc/ocs_hw_queues.c
554
wq->instance = cq->eq->hw->wq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
556
wq->queue = &hw->wq[wq->instance];
sys/dev/ocs_fc/ocs_hw_queues.c
569
hw->hw_wq[wq->instance] = wq;
sys/dev/ocs_fc/ocs_hw_queues.c
571
ocs_log_debug(hw->os, "create wq[%2d] id %3d len %4d cls %d ulp %d\n", wq->instance, wq->queue->id,
sys/dev/ocs_fc/ocs_hw_queues.c
599
rq->instance = hw->hw_rq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
620
hw->hw_rq_lookup[hw->rq_count] = rq->instance; /* Update hw_rq_lookup[] */
sys/dev/ocs_fc/ocs_hw_queues.c
623
rq->instance, rq->hdr->id, rq->entry_count, rq->hdr_entry_size, rq->ulp);
sys/dev/ocs_fc/ocs_hw_queues.c
639
hw->hw_rq_lookup[hw->rq_count] = rq->instance; /* Update hw_rq_lookup[] */
sys/dev/ocs_fc/ocs_hw_queues.c
641
ocs_log_debug(hw->os, "create rq[%2d] id %3d len %4d data size %4d ulp %d\n", rq->instance,
sys/dev/ocs_fc/ocs_hw_queues.c
644
hw->hw_rq[rq->instance] = rq;
sys/dev/ocs_fc/ocs_hw_queues.c
692
rq->instance = hw->hw_rq_count++;
sys/dev/ocs_fc/ocs_hw_queues.c
701
hw->hw_rq_lookup[hw->rq_count] = rq->instance;
sys/dev/ocs_fc/ocs_hw_queues.c
708
hw->hw_rq_lookup[hw->rq_count] = rq->instance;
sys/dev/ocs_fc/ocs_hw_queues.c
726
hw->hw_rq[rqs[i]->instance] = rqs[i];
sys/dev/ocs_fc/ocs_hw_queues.c
774
eq->hw->hw_eq[eq->instance] = NULL;
sys/dev/ocs_fc/ocs_hw_queues.c
811
cq->eq->hw->hw_cq[cq->instance] = NULL;
sys/dev/ocs_fc/ocs_hw_queues.c
830
mq->cq->eq->hw->hw_mq[mq->instance] = NULL;
sys/dev/ocs_fc/ocs_hw_queues.c
849
wq->cq->eq->hw->hw_wq[wq->instance] = NULL;
sys/dev/ocs_fc/ocs_hw_queues.c
875
hw->hw_rq[rq->instance] = NULL;
sys/dev/ocs_fc/ocs_hw_queues.c
900
ocs_printf("eq[%d] id %2d\n", eq->instance, eq->queue->id);
sys/dev/ocs_fc/ocs_hw_queues.c
902
ocs_printf(" cq[%d] id %2d current\n", cq->instance, cq->queue->id);
sys/dev/ocs_fc/ocs_hw_queues.c
907
ocs_printf(" mq[%d] id %2d\n", mq->instance, mq->queue->id);
sys/dev/ocs_fc/ocs_hw_queues.c
911
ocs_printf(" wq[%d] id %2d\n", wq->instance, wq->queue->id);
sys/dev/ocs_fc/ocs_hw_queues.c
915
ocs_printf(" rq[%d] hdr id %2d\n", rq->instance, rq->hdr->id);
sys/dev/ocs_fc/ocs_pci.c
504
int instance;
sys/dev/ocs_fc/ocs_pci.c
506
instance = device_get_unit(dev);
sys/dev/ocs_fc/ocs_pci.c
515
if (instance < ARRAY_SIZE(ocs_devices)) {
sys/dev/ocs_fc/ocs_pci.c
516
ocs_devices[instance] = ocs;
sys/dev/ocs_fc/ocs_pci.c
518
device_printf(dev, "got unexpected ocs instance number %d\n", instance);
sys/dev/ocs_fc/ocs_pci.c
521
ocs->instance_index = instance;
sys/dev/ocs_fc/ocs_sport.c
1099
uint32_t instance;
sys/dev/ocs_fc/ocs_sport.c
1103
instance = 0;
sys/dev/ocs_fc/ocs_sport.c
1105
instance = domain->instance_index;
sys/dev/ocs_fc/ocs_sport.c
1112
if ((vport->domain_instance == instance) &&
sys/dev/ocs_fc/ocs_utils.c
612
ocs_ddump_section(ocs_textbuf_t *textbuf, const char *name, uint32_t instance)
sys/dev/ocs_fc/ocs_utils.c
614
ocs_textbuf_printf(textbuf, "<%s type=\"section\" instance=\"%d\">\n", name, instance);
sys/dev/ocs_fc/ocs_utils.c
630
ocs_ddump_endsection(ocs_textbuf_t *textbuf, const char *name, uint32_t instance)
sys/dev/ocs_fc/ocs_utils.c
675
ocs_ddump_buffer(ocs_textbuf_t *textbuf, const char *name, uint32_t instance, void *buffer, uint32_t size)
sys/dev/ocs_fc/ocs_utils.c
687
ocs_textbuf_printf(textbuf, "<%s type=\"buffer\" instance=\"%d\">\n", name, instance);
sys/dev/ofw/ofw_fdt.c
286
ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance)
sys/dev/ofw/ofw_fdt.c
290
return (OF_node_from_xref(instance));
sys/dev/ofw/ofw_fdt.c
455
ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/ofw_fdt.c
459
phandle = OF_instance_to_package(instance);
sys/dev/ofw/ofw_standard.c
100
static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
sys/dev/ofw/ofw_standard.c
102
static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
sys/dev/ofw/ofw_standard.c
280
ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance)
sys/dev/ofw/ofw_standard.c
286
cell_t instance;
sys/dev/ofw/ofw_standard.c
294
args.instance = instance;
sys/dev/ofw/ofw_standard.c
460
ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/ofw_standard.c
466
cell_t instance;
sys/dev/ofw/ofw_standard.c
476
args.instance = instance;
sys/dev/ofw/ofw_standard.c
512
ofw_std_call_method(ofw_t ofw, ihandle_t instance, const char *method,
sys/dev/ofw/ofw_standard.c
520
cell_t instance;
sys/dev/ofw/ofw_standard.c
535
args.instance = instance;
sys/dev/ofw/ofw_standard.c
562
cell_t instance;
sys/dev/ofw/ofw_standard.c
570
if (openfirmware(&args) == -1 || args.instance == 0)
sys/dev/ofw/ofw_standard.c
572
return (args.instance);
sys/dev/ofw/ofw_standard.c
577
ofw_std_close(ofw_t ofw, ihandle_t instance)
sys/dev/ofw/ofw_standard.c
583
cell_t instance;
sys/dev/ofw/ofw_standard.c
590
args.instance = instance;
sys/dev/ofw/ofw_standard.c
596
ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
sys/dev/ofw/ofw_standard.c
602
cell_t instance;
sys/dev/ofw/ofw_standard.c
612
args.instance = instance;
sys/dev/ofw/ofw_standard.c
623
ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
sys/dev/ofw/ofw_standard.c
629
cell_t instance;
sys/dev/ofw/ofw_standard.c
639
args.instance = instance;
sys/dev/ofw/ofw_standard.c
649
ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos)
sys/dev/ofw/ofw_standard.c
655
cell_t instance;
sys/dev/ofw/ofw_standard.c
665
args.instance = instance;
sys/dev/ofw/ofw_standard.c
78
static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
sys/dev/ofw/ofw_standard.c
90
static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
sys/dev/ofw/ofw_standard.c
94
static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
sys/dev/ofw/ofw_standard.c
97
static void ofw_std_close(ofw_t ofw, ihandle_t instance);
sys/dev/ofw/ofw_standard.c
98
static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
sys/dev/ofw/openfirm.c
363
OF_instance_to_package(ihandle_t instance)
sys/dev/ofw/openfirm.c
369
return (OFW_INSTANCE_TO_PACKAGE(ofw_obj, instance));
sys/dev/ofw/openfirm.c
582
OF_instance_to_path(ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/openfirm.c
588
return (OFW_INSTANCE_TO_PATH(ofw_obj, instance, buf, len));
sys/dev/ofw/openfirm.c
727
OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns,
sys/dev/ofw/openfirm.c
740
status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns,
sys/dev/ofw/openfirm.c
768
OF_close(ihandle_t instance)
sys/dev/ofw/openfirm.c
774
OFW_CLOSE(ofw_obj, instance);
sys/dev/ofw/openfirm.c
779
OF_read(ihandle_t instance, void *addr, size_t len)
sys/dev/ofw/openfirm.c
785
return (OFW_READ(ofw_obj, instance, addr, len));
sys/dev/ofw/openfirm.c
790
OF_write(ihandle_t instance, const void *addr, size_t len)
sys/dev/ofw/openfirm.c
796
return (OFW_WRITE(ofw_obj, instance, addr, len));
sys/dev/ofw/openfirm.c
801
OF_seek(ihandle_t instance, uint64_t pos)
sys/dev/ofw/openfirm.c
807
return (OFW_SEEK(ofw_obj, instance, pos));
sys/dev/ofw/openfirm.h
156
void OF_close(ihandle_t instance);
sys/dev/ofw/openfirm.h
157
ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
sys/dev/ofw/openfirm.h
158
ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
sys/dev/ofw/openfirm.h
159
int OF_seek(ihandle_t instance, uint64_t where);
sys/dev/ofw/openfirm.h
161
phandle_t OF_instance_to_package(ihandle_t instance);
sys/dev/ofw/openfirm.h
162
ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
sys/dev/ofw/openfirm.h
163
int OF_call_method(const char *method, ihandle_t instance,
sys/dev/qat/include/qat_ocf_mem_pool.h
111
CpaStatus qat_ocf_cookie_pool_init(struct qat_ocf_instance *instance,
sys/dev/qat/include/qat_ocf_mem_pool.h
113
void qat_ocf_cookie_pool_deinit(struct qat_ocf_instance *instance);
sys/dev/qat/include/qat_ocf_mem_pool.h
115
CpaStatus qat_ocf_cookie_alloc(struct qat_ocf_instance *instance,
sys/dev/qat/include/qat_ocf_mem_pool.h
117
void qat_ocf_cookie_free(struct qat_ocf_instance *instance,
sys/dev/qat/qat/qat_ocf_mem_pool.c
397
qat_ocf_cookie_pool_init(struct qat_ocf_instance *instance, device_t dev)
sys/dev/qat/qat/qat_ocf_mem_pool.c
401
mtx_init(&instance->cookie_pool_mtx,
sys/dev/qat/qat/qat_ocf_mem_pool.c
405
instance->free_cookie_ptr = 0;
sys/dev/qat/qat/qat_ocf_mem_pool.c
410
entry_dma_mem = &instance->cookie_dmamem[i];
sys/dev/qat/qat/qat_ocf_mem_pool.c
426
instance->cookie_pool[i] = qat_cookie;
sys/dev/qat/qat/qat_ocf_mem_pool.c
488
instance->free_cookie[i] = qat_cookie;
sys/dev/qat/qat/qat_ocf_mem_pool.c
489
instance->free_cookie_ptr++;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1456
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
393
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
410
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
486
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
506
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
534
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
568
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
618
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
679
pCompressionService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_create_services.c
37
Cpa32U instance,
sys/dev/qat/qat_api/common/ctrl/sal_create_services.c
57
pCrypto_service->generic_service_info.instance = instance;
sys/dev/qat/qat_api/common/ctrl/sal_create_services.c
86
pCompression_service->generic_service_info.instance = instance;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1142
pGenericService->instance);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1252
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
208
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
234
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
369
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
407
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
494
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
599
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
609
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
619
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
627
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
640
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
651
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
724
pCryptoService->generic_service_info.instance,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
439
inst->instance);
sys/dev/qat/qat_api/common/include/lac_sal_types.h
97
Cpa32U instance;
sys/dev/qat/qat_common/adf_cfg_instance.c
106
instance->asym_tx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
11
instance->stype = CRYPTO;
sys/dev/qat/qat_common/adf_cfg_instance.c
118
instance->asym_rx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
126
sym_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.c
131
instance->stype = SYM;
sys/dev/qat/qat_common/adf_cfg_instance.c
138
instance->sym_tx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
150
instance->sym_rx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
18
instance->asym_tx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
30
instance->sym_tx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
42
instance->asym_rx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
54
instance->sym_rx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
6
crypto_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.c
62
dc_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.c
67
instance->stype = COMP;
sys/dev/qat/qat_common/adf_cfg_instance.c
74
instance->dc_tx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
86
instance->dc_rx = bundle->rings[i]->number;
sys/dev/qat/qat_common/adf_cfg_instance.c
94
asym_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.c
99
instance->stype = ASYM;
sys/dev/qat/qat_common/adf_cfg_instance.h
10
void crypto_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.h
12
void dc_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.h
14
void asym_instance_init(struct adf_cfg_instance *instance,
sys/dev/qat/qat_common/adf_cfg_instance.h
16
void sym_instance_init(struct adf_cfg_instance *instance,
sys/dev/sfxge/common/ef10_ev.c
110
MCDI_IN_SET_DWORD(req, SET_EVQ_TMR_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_ev.c
140
__in unsigned int instance,
sys/dev/sfxge/common/ef10_ev.c
173
MCDI_IN_SET_DWORD(req, INIT_EVQ_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_ev.c
276
__in unsigned int instance,
sys/dev/sfxge/common/ef10_ev.c
308
MCDI_IN_SET_DWORD(req, INIT_EVQ_V2_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_ev.c
404
__in uint32_t instance)
sys/dev/sfxge/common/ef10_ev.c
417
MCDI_IN_SET_DWORD(req, FINI_EVQ_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_ev.c
95
__in uint32_t instance,
sys/dev/sfxge/common/ef10_rx.c
108
MCDI_IN_SET_DWORD(req, INIT_RXQ_EXT_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_rx.c
168
__in uint32_t instance)
sys/dev/sfxge/common/ef10_rx.c
181
MCDI_IN_SET_DWORD(req, FINI_RXQ_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_rx.c
43
__in uint32_t instance,
sys/dev/sfxge/common/ef10_tx.c
143
__in uint32_t instance)
sys/dev/sfxge/common/ef10_tx.c
156
MCDI_IN_SET_DWORD(req, FINI_TXQ_IN_INSTANCE, instance);
sys/dev/sfxge/common/ef10_tx.c
53
__in uint32_t instance,
sys/dev/sfxge/common/ef10_tx.c
89
MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_INSTANCE, instance);
sys/fs/nfsclient/nfs_clnfsiod.c
243
nfssvc_iod(void *instance)
sys/fs/nfsclient/nfs_clnfsiod.c
251
myiod = (int *)instance - nfs_asyncdaemon;
sys/kern/sched_shim.c
135
active_sched = s->instance;
sys/kern/sched_shim.c
148
active_sched = s->instance;
sys/kern/subr_witness.c
1874
struct lock_instance *instance;
sys/kern/subr_witness.c
1895
instance = find_instance(*lock_list, lock);
sys/kern/subr_witness.c
1896
if (instance != NULL) {
sys/kern/subr_witness.c
1897
instance->li_flags++;
sys/kern/subr_witness.c
1900
instance->li_flags & LI_RECURSEMASK);
sys/kern/subr_witness.c
1915
instance = &lle->ll_children[lle->ll_count++];
sys/kern/subr_witness.c
1916
instance->li_lock = lock;
sys/kern/subr_witness.c
1917
instance->li_line = line;
sys/kern/subr_witness.c
1918
instance->li_file = file;
sys/kern/subr_witness.c
1919
instance->li_flags = 0;
sys/kern/subr_witness.c
1921
instance->li_flags |= LI_EXCLUSIVE;
sys/kern/subr_witness.c
1923
instance->li_flags |= LI_SLEEPABLE;
sys/kern/subr_witness.c
1931
struct lock_instance *instance;
sys/kern/subr_witness.c
1950
instance = find_instance(curthread->td_sleeplocks, lock);
sys/kern/subr_witness.c
1951
if (instance == NULL) {
sys/kern/subr_witness.c
1958
if ((instance->li_flags & LI_EXCLUSIVE) != 0)
sys/kern/subr_witness.c
1963
if ((instance->li_flags & LI_RECURSEMASK) != 0)
sys/kern/subr_witness.c
1967
instance->li_flags & LI_RECURSEMASK,
sys/kern/subr_witness.c
1970
instance->li_flags |= LI_EXCLUSIVE;
sys/kern/subr_witness.c
1977
struct lock_instance *instance;
sys/kern/subr_witness.c
1996
instance = find_instance(curthread->td_sleeplocks, lock);
sys/kern/subr_witness.c
1997
if (instance == NULL) {
sys/kern/subr_witness.c
2004
if ((instance->li_flags & LI_EXCLUSIVE) == 0)
sys/kern/subr_witness.c
2009
if ((instance->li_flags & LI_RECURSEMASK) != 0)
sys/kern/subr_witness.c
2013
instance->li_flags & LI_RECURSEMASK,
sys/kern/subr_witness.c
2016
instance->li_flags &= ~LI_EXCLUSIVE;
sys/kern/subr_witness.c
2023
struct lock_instance *instance;
sys/kern/subr_witness.c
2042
instance = &(*lock_list)->ll_children[i];
sys/kern/subr_witness.c
2043
if (instance->li_lock == lock)
sys/kern/subr_witness.c
2063
if ((instance->li_flags & LI_EXCLUSIVE) != 0 && witness_watch > 0 &&
sys/kern/subr_witness.c
2068
fixup_filename(instance->li_file), instance->li_line);
sys/kern/subr_witness.c
2071
if ((instance->li_flags & LI_EXCLUSIVE) == 0 && witness_watch > 0 &&
sys/kern/subr_witness.c
2076
fixup_filename(instance->li_file),
sys/kern/subr_witness.c
2077
instance->li_line);
sys/kern/subr_witness.c
2081
if ((instance->li_flags & LI_RECURSEMASK) > 0) {
sys/kern/subr_witness.c
2083
td->td_proc->p_pid, instance->li_lock->lo_name,
sys/kern/subr_witness.c
2084
instance->li_flags);
sys/kern/subr_witness.c
2085
instance->li_flags--;
sys/kern/subr_witness.c
2089
if ((instance->li_flags & LI_NORELEASE) != 0 && witness_watch > 0) {
sys/kern/subr_witness.c
2098
td->td_proc->p_pid, instance->li_lock->lo_name,
sys/kern/subr_witness.c
2603
struct lock_instance *instance;
sys/kern/subr_witness.c
2608
instance = &lle->ll_children[i];
sys/kern/subr_witness.c
2609
if (instance->li_lock == lock)
sys/kern/subr_witness.c
2610
return (instance);
sys/kern/subr_witness.c
2616
witness_list_lock(struct lock_instance *instance,
sys/kern/subr_witness.c
2621
lock = instance->li_lock;
sys/kern/subr_witness.c
2622
prnt("%s %s %s", (instance->li_flags & LI_EXCLUSIVE) != 0 ?
sys/kern/subr_witness.c
2627
instance->li_flags & LI_RECURSEMASK, lock,
sys/kern/subr_witness.c
2628
fixup_filename(instance->li_file), instance->li_line);
sys/kern/subr_witness.c
2711
struct lock_instance *instance;
sys/kern/subr_witness.c
2717
instance = find_instance(pc->pc_spinlocks, lock);
sys/kern/subr_witness.c
2718
if (instance != NULL)
sys/kern/subr_witness.c
2719
witness_list_lock(instance, prnt);
sys/kern/subr_witness.c
2726
struct lock_instance *instance;
sys/kern/subr_witness.c
2751
instance = find_instance(lock_list, lock);
sys/kern/subr_witness.c
2752
if (instance == NULL) {
sys/kern/subr_witness.c
2757
*filep = instance->li_file;
sys/kern/subr_witness.c
2758
*linep = instance->li_line;
sys/kern/subr_witness.c
2765
struct lock_instance *instance;
sys/kern/subr_witness.c
2786
instance = find_instance(lock_list, lock);
sys/kern/subr_witness.c
2787
if (instance == NULL)
sys/kern/subr_witness.c
2792
if (instance == NULL)
sys/kern/subr_witness.c
2794
instance->li_file = file;
sys/kern/subr_witness.c
2795
instance->li_line = line;
sys/kern/subr_witness.c
2800
struct lock_instance **instance)
sys/kern/subr_witness.c
2809
*instance = find_instance(curthread->td_sleeplocks, lock);
sys/kern/subr_witness.c
2812
*instance = find_instance(PCPU_GET(spinlocks), lock);
sys/kern/subr_witness.c
2829
struct lock_instance *instance;
sys/kern/subr_witness.c
2832
if (!witness_find_instance(lock, &instance))
sys/kern/subr_witness.c
2837
if (instance != NULL)
sys/kern/subr_witness.c
2851
if (instance == NULL) {
sys/kern/subr_witness.c
2858
(instance->li_flags & LI_EXCLUSIVE) == 0)
sys/kern/subr_witness.c
2864
(instance->li_flags & LI_EXCLUSIVE) != 0)
sys/kern/subr_witness.c
2870
(instance->li_flags & LI_RECURSEMASK) == 0)
sys/kern/subr_witness.c
2875
(instance->li_flags & LI_RECURSEMASK) != 0)
sys/kern/subr_witness.c
2898
struct lock_instance *instance;
sys/kern/subr_witness.c
2900
if (!witness_find_instance(lock, &instance))
sys/kern/subr_witness.c
2902
return (instance == NULL ? -1 : 1);
sys/kern/subr_witness.c
2912
struct lock_instance *instance;
sys/kern/subr_witness.c
2925
instance = find_instance(lock_list, lock);
sys/kern/subr_witness.c
2926
if (instance == NULL) {
sys/kern/subr_witness.c
2933
instance->li_flags |= flag;
sys/kern/subr_witness.c
2935
instance->li_flags &= ~flag;
sys/kern/subr_witness.c
350
static void witness_list_lock(struct lock_instance *instance,
sys/net/if_media.h
427
#define IFM_MAKEWORD(type, subtype, options, instance) \
sys/net/if_media.h
428
((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
sys/netinet/libalias/alias_skinny.c
167
u_int32_t instance;
sys/netinet/tcp_reass.c
195
tcp_seq seq, int len, uint8_t action, int instance)
sys/netinet/tcp_reass.c
222
log.u_bbr.flex7 = instance;
sys/powerpc/ofw/ofw_real.c
101
static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
sys/powerpc/ofw/ofw_real.c
1013
ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
sys/powerpc/ofw/ofw_real.c
1020
cell_t instance;
sys/powerpc/ofw/ofw_real.c
1032
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
1047
ofw_real_seek(ofw_t ofw, ihandle_t instance, u_int64_t pos)
sys/powerpc/ofw/ofw_real.c
1054
cell_t instance;
sys/powerpc/ofw/ofw_real.c
106
static void ofw_real_close(ofw_t, ihandle_t instance);
sys/powerpc/ofw/ofw_real.c
1064
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
107
static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
sys/powerpc/ofw/ofw_real.c
108
static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
sys/powerpc/ofw/ofw_real.c
110
static int ofw_real_seek(ofw_t, ihandle_t instance, u_int64_t pos);
sys/powerpc/ofw/ofw_real.c
521
ofw_real_instance_to_package(ofw_t ofw, ihandle_t instance)
sys/powerpc/ofw/ofw_real.c
528
cell_t instance;
sys/powerpc/ofw/ofw_real.c
536
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
766
ofw_real_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
773
cell_t instance;
sys/powerpc/ofw/ofw_real.c
785
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
840
ofw_real_call_method(ofw_t ofw, ihandle_t instance, const char *method,
sys/powerpc/ofw/ofw_real.c
849
cell_t instance;
sys/powerpc/ofw/ofw_real.c
86
static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
sys/powerpc/ofw/ofw_real.c
866
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
932
cell_t instance;
sys/powerpc/ofw/ofw_real.c
944
|| args.instance == 0) {
sys/powerpc/ofw/ofw_real.c
950
return (OUT(args.instance));
sys/powerpc/ofw/ofw_real.c
955
ofw_real_close(ofw_t ofw, ihandle_t instance)
sys/powerpc/ofw/ofw_real.c
962
cell_t instance;
sys/powerpc/ofw/ofw_real.c
968
args.instance = IN(instance);
sys/powerpc/ofw/ofw_real.c
97
static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
sys/powerpc/ofw/ofw_real.c
977
ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
sys/powerpc/ofw/ofw_real.c
984
cell_t instance;
sys/powerpc/ofw/ofw_real.c
996
args.instance = IN(instance);
sys/sys/sched.h
326
const struct sched_instance *instance;
sys/sys/sched.h
331
.instance = xsched_instance, \
tests/sys/netinet/libalias/1_instance.c
108
ATF_TP_ADD_TCS(instance)
tests/sys/netinet/libalias/1_instance.c
113
ATF_TP_ADD_TC(instance, 2_destroynull);
tests/sys/netinet/libalias/1_instance.c
114
ATF_TP_ADD_TC(instance, 1_singleinit);
tests/sys/netinet/libalias/1_instance.c
115
ATF_TP_ADD_TC(instance, 3_multiinit);
tests/sys/netinet/libalias/1_instance.c
116
ATF_TP_ADD_TC(instance, 4_multiinstance);
usr.bin/usbhidctl/usbhid.c
123
var->instance = atoi(tmp1);
usr.bin/usbhidctl/usbhid.c
134
instance = 0;
usr.bin/usbhidctl/usbhid.c
169
if (var->instance != instance++)
usr.bin/usbhidctl/usbhid.c
48
int instance;
usr.bin/usbhidctl/usbhid.c
75
int i, instance, cp, t;