Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 838) sorted by last modified time

12345678910>>...34

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c550 ulong_t instance = getminor((dev_t)arg); in smb_drv_getinfo() local
558 *result = (void *)instance; in smb_drv_getinfo()
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile288 instance.h \
/illumos-gate/usr/src/uts/common/
H A DMakefile.files215 instance.o \
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_dev.c2813 int instance = minor; in vmm_kstat_alloc() local
2818 ksp = kstat_create_zone(VMM_MODULE_NAME, instance, "vm", in vmm_kstat_alloc()
2833 ksp = kstat_create_zone(VMM_MODULE_NAME, instance, namebuf, in vmm_kstat_alloc()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c4408 int instance; in nvme_attach() local
4417 instance = ddi_get_instance(dip); in nvme_attach()
4419 if (ddi_soft_state_zalloc(nvme_state, instance) != DDI_SUCCESS) in nvme_attach()
4422 nvme = ddi_get_soft_state(nvme_state, instance); in nvme_attach()
4707 int instance; in nvme_detach() local
4713 instance = ddi_get_instance(dip); in nvme_detach()
4715 nvme = ddi_get_soft_state(nvme_state, instance); in nvme_detach()
4855 ddi_soft_state_free(nvme_state, instance); in nvme_detach()
4863 int instance; in nvme_quiesce() local
4866 instance = ddi_get_instance(dip); in nvme_quiesce()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c409 int instance; in e1000g_attach() local
427 instance = ddi_get_instance(devinfo); in e1000g_attach()
436 Adapter->instance = instance; in e1000g_attach()
4384 if (Adapter->instance < nprops) { in e1000g_get_prop()
4385 propval = props[Adapter->instance]; in e1000g_get_prop()
5420 "Loopback is not supported on e1000g%d", Adapter->instance); in e1000g_loopback_ioctl()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1000 char instance[32]; in smb_config_refresh_idmap() local
1002 (void) snprintf(instance, sizeof (instance), "%s:default", in smb_config_refresh_idmap()
1004 return (smf_refresh_instance(instance)); in smb_config_refresh_idmap()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1824 # vt220 screens in vttest do not work with this emulator. For instance, it
1894 # instance el1 does if the cursor is moved to the right margin first. Removed
3332 # application. For instance, emacs decodes the first parameter of a
3545 # termcap. These are useful in tmux, for instance, hence the name.
12932 # above have both, the D210/211, for instance, has neither. We must use ANSI
14836 # Vi won't swallow `del char' for instance, but <smcup> turns on
17119 # some versions (for instance 133-1 which shipped with Mac OS X
20901 # For instance, a format effector that moves the "active position" (the
H A Dtermcap.src1600 # vt220 screens in vttest do not work with this emulator. For instance, it
1665 # instance el1 does if the cursor is moved to the right margin first. Removed
2939 # application. For instance, emacs decodes the first parameter of a
3099 # termcap. These are useful in tmux, for instance, hence the name.
11445 # above have both, the D210/211, for instance, has neither. We must use ANSI
13169 # Vi won't swallow `del char' for instance, but :ti: turns on
15179 # some versions (for instance 133-1 which shipped with Mac OS X
18683 # For instance, a format effector that moves the "active position" (the
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c281 if (e1->instance < e2->instance) in hdl_cmp()
283 else if (e1->instance > e2->instance) in hdl_cmp()
465 errctl.instance = instance; in manage_instance()
1232 errdef->instance = hdl->instance; in add_edef()
1421 hp->instance, instance, access_type, rnumber, in match_hinfo()
1424 if (instance != -1 && hp->instance != instance) in match_hinfo()
1528 hp->instance == prev->instance && in get_hinfo()
1672 int instance; member
1705 warg.instance = instance; in getpath()
2289 instance = hdls->instance; in main()
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c114 const char *instance; member
3030 strcmp(rest->instance, inst_name) == 0) in list_instance()
3431 &rest->instance, &pg_name, NULL) != SCF_SUCCESS) in add_restarter()
3434 if (rest->instance == NULL || pg_name != NULL) in add_restarter()
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c187 int32_t *instance; in walk() local
201 instance = (int32_t *)(data->dtada_data + irec->dtrd_offset); in walk()
215 name, *instance); in walk()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c5904 uint_t instance; in get_mac_stats() local
5909 if (dlpi_parselink(dev, module, &instance) != DLPI_SUCCESS) in get_mac_stats()
5917 ksp = dladm_kstat_lookup(kcp, module, instance, "mac", NULL); in get_mac_stats()
5947 query_kstat(char *module, int instance, const char *name, const char *stat, in query_kstat() argument
5958 if ((ksp = kstat_lookup(kcp, module, instance, (char *)name)) == NULL) { in query_kstat()
5987 uint_t instance; in get_one_kstat() local
5992 if (dlpi_parselink(name, module, &instance) != DLPI_SUCCESS) in get_one_kstat()
5995 return (query_kstat(module, instance, "mac", stat, type, val)); in get_one_kstat()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1632 int instance; in event_handler() local
1676 &instance) != 0) in event_handler()
1677 instance = -1; in event_handler()
1702 instance); in event_handler()
1706 driver_name, instance); in event_handler()
2581 int instance = di_instance(node); in devfsadm_mklink() local
2669 int instance = 0; in devfsadm_secondary_link() local
2673 (void) sscanf(op, "%d", &instance); in devfsadm_secondary_link()
4243 char *driver_name, int instance) in hot_cleanup() argument
4511 int instance = 0; in devfsadm_link_valid() local
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c283 int instance = PCI_MINOR_NUM_TO_INSTANCE(minor); in npe_info() local
284 pci_state_t *pcip = ddi_get_soft_state(npe_statep, instance); in npe_info()
289 *result = (void *)(intptr_t)instance; in npe_info()
325 int instance = ddi_get_instance(devi); in npe_attach() local
356 pcip = ddi_get_soft_state(npe_statep, instance); in npe_attach()
407 ddi_soft_state_free(npe_statep, instance); in npe_attach()
416 int instance = ddi_get_instance(devi); in npe_detach() local
463 ddi_soft_state_free(npe_statep, instance); in npe_detach()
1103 int instance = PCI_MINOR_NUM_TO_INSTANCE(minor); in npe_open() local
1153 int instance = PCI_MINOR_NUM_TO_INSTANCE(minor); in npe_close() local
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c620 int instance; in vhci_attach() local
628 instance = ddi_get_instance(dip); in vhci_attach()
664 "vhci%d_cache", instance); in vhci_attach()
677 vhci->vhci_instance = instance; in vhci_attach()
823 int instance = ddi_get_instance(dip); in vhci_detach() local
906 *result = (void *)(uintptr_t)instance; in vhci_getinfo()
1127 int instance, held; in vhci_scsi_start() local
1247 instance = ddi_get_instance(vhci->vhci_dip); in vhci_scsi_start()
1271 "lbp %x", instance, rval, (void *)vlun, in vhci_scsi_start()
5414 int instance, held; in vhci_ctl() local
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_ddi.c306 uint32_t instance; in lmrc_ctrl_attach() local
310 instance = ddi_get_instance(dip); in lmrc_ctrl_attach()
311 if (ddi_soft_state_zalloc(lmrc_state, instance) != DDI_SUCCESS) { in lmrc_ctrl_attach()
316 lmrc = ddi_get_soft_state(lmrc_state, instance); in lmrc_ctrl_attach()
420 "%d:lsirdctl", instance); in lmrc_ctrl_attach()
422 INST2LSIRDCTL(instance), DDI_PSEUDO, 0) != DDI_SUCCESS) { in lmrc_ctrl_attach()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c439 crypto_get_dev_info(char *name, uint_t instance, uint_t *count, in crypto_get_dev_info() argument
456 name, instance, B_FALSE); in crypto_get_dev_info()
644 crypto_load_dev_disabled(char *name, uint_t instance, uint_t new_count, in crypto_load_dev_disabled() argument
658 kcf_policy_remove_by_dev(name, instance, &prev_count, in crypto_load_dev_disabled()
660 } else if ((rv = kcf_policy_load_dev_disabled(name, instance, new_count, in crypto_load_dev_disabled()
670 name, instance, B_TRUE); in crypto_load_dev_disabled()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c289 int instance = ddi_get_instance(dip); in viorand_attach() local
303 if (ddi_soft_state_zalloc(viorand_statep, instance) != DDI_SUCCESS) in viorand_attach()
308 ddi_soft_state_free(viorand_statep, instance); in viorand_attach()
312 state = ddi_get_soft_state(viorand_statep, instance); in viorand_attach()
319 ddi_soft_state_free(viorand_statep, instance); in viorand_attach()
326 ddi_soft_state_free(viorand_statep, instance); in viorand_attach()
360 ddi_soft_state_free(viorand_statep, instance); in viorand_attach()
367 int instance = ddi_get_instance(dip); in viorand_detach() local
368 viorand_state_t *state = ddi_get_soft_state(viorand_statep, instance); in viorand_detach()
403 ddi_soft_state_free(viorand_statep, instance); in viorand_detach()
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1737 # These 6 following functions are instance of check_pool_status()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1053 file path=usr/include/sys/instance.h
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c3388 char *instance = NULL; in nfs_set_proto_prop() local
3400 ret = nfs_smf_set_prop(name, value, instance, sctype, svc_name); in nfs_set_proto_prop()
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica1142 # the suggested link from Oscar van Vlijmen,... for instance entry 66
H A Deurope1353 # but not to all the clocks in all French towns and villages. For instance,
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c173 if (instance == NULL) in fs_smf_set_prop()
174 instance = "default"; in fs_smf_set_prop()
177 (void) strncat(srv, instance, strlen(instance)); in fs_smf_set_prop()
180 phandle = fs_smf_init(fmri, instance); in fs_smf_set_prop()
306 if (instance == NULL) in fs_smf_get_prop()
307 instance = "default"; in fs_smf_get_prop()
310 (void) strncat(srv, instance, strlen(instance)); in fs_smf_get_prop()
313 phandle = fs_smf_init(fmri, instance); in fs_smf_get_prop()
405 instance, sctype, svc_name, bufsz)); in nfs_smf_get_prop()
418 instance, sctype, svc_name, &bufsz); in nfs_smf_get_iprop()
[all …]

12345678910>>...34