HomeSort by relevance Sort by last modified time
    Searched defs:instance (Results 1 - 25 of 456) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /nfsv41/nfs41-gate/usr/src/uts/common/crypto/io/
dca_kstat.c 51 int instance; local
62 instance = ddi_get_instance(dca->dca_dip);
67 (void) sprintf(buf, "%sc%d", DRIVER, instance);
68 if ((dca->dca_intrstats = kstat_create(DRIVER, instance, buf,
78 if ((dca->dca_ksp = kstat_create(DRIVER, instance, NULL, "misc",
  /nfsv41/nfs41-gate/usr/src/uts/sun4u/io/pci/
pci_sc.c 136 int i, instance; local
160 instance = ddi_get_instance(dip);
161 if (pci_stream_buf_enable & (1 << instance))
163 if (pci_rerun_disable & (1 << instance))
165 if (pci_lock_sbuf & (1 << instance))
  /nfsv41/nfs41-gate/usr/src/uts/sun4v/io/n2rng/
n2rng_kstat.c 48 int instance; local
62 instance = ddi_get_instance(n2rng->n_dip);
67 n2rng->n_ksp = kstat_create(DRIVER, instance, NULL, "misc",
  /nfsv41/nfs41-gate/usr/src/cmd/svc/startd/
misc.c 76 * anything other than an instance.
86 const char *instance, *pg; local
89 * Verify that this fmri specifies an instance, using
93 scf_parse_svc_fmri(cf, NULL, NULL, &instance, &pg,
99 if (instance == NULL || pg != NULL) {
  /nfsv41/nfs41-gate/usr/src/uts/common/io/1394/adapters/
hci1394_misc.c 53 minor_t instance; local
62 instance = getminor(dev);
63 soft_state = ddi_get_soft_state(hci1394_statep, instance);
78 instance = getminor(dev);
79 *result = (void *)(uintptr_t)instance;
  /nfsv41/nfs41-gate/usr/src/uts/common/io/drm/
drm_kstat.c 66 int instance; local
72 instance = ddi_get_instance(sc->dip);
74 ksp = kstat_create("drm", instance, "drminfo", "drm",
  /nfsv41/nfs41-gate/usr/src/uts/intel/io/agpgart/
agp_kstat.c 92 int instance; local
99 instance = ddi_get_instance(sc->asoft_dip);
101 ksp = kstat_create(AGPGART_DEVNODE, instance, "agpinfo", "agp",
  /nfsv41/nfs41-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MessageTable.cxx 77 const MessageTable *MessageTable::instance() function in class:SP_NAMESPACE::MessageTable
145 const MessageTable *MessageTable::instance() function in class:SP_NAMESPACE::MessageTable
178 const MessageTable *MessageTable::instance() function in class:SP_NAMESPACE::MessageTable
  /nfsv41/nfs41-gate/usr/src/lib/libshare/common/
scfutil.h 49 scf_instance_t *instance; member in struct:scfutilhandle
72 * service instance related defines
  /nfsv41/nfs41-gate/usr/src/uts/common/io/usb/hubd/
hubd.c 140 int instance = (int)minor & ~HUBD_IS_ROOT_HUB; local
141 hubd_t *hubd = ddi_get_soft_state(hubd_statep, instance);
159 int instance; local
171 instance = HUBD_UNIT(dev);
172 *result = (void *)(intptr_t)instance;
  /nfsv41/nfs41-gate/usr/src/uts/i86pc/i86hvm/io/
pv_sd.c 72 int instance = ddi_get_instance(dip); local
102 info.dki_unit = instance;
  /nfsv41/nfs41-gate/usr/src/uts/i86pc/io/ioat/
ioat_ioctl.c 65 int instance; local
73 instance = getminor(dev);
74 if (instance == -1) {
77 state = ddi_get_soft_state(ioat_statep, instance);
  /nfsv41/nfs41-gate/usr/src/uts/intel/io/amd_iommu/
amd_iommu_cmd.c 50 int instance = ddi_get_instance(iommu->aiomt_dip); local
58 f, driver, instance, iommu->aiomt_idx);
82 int instance = ddi_get_instance(iommu->aiomt_dip); local
90 "no flags supported", f, driver, instance,
174 int instance = ddi_get_instance(iommu->aiomt_dip); local
182 f, driver, instance, iommu->aiomt_idx);
203 int instance = ddi_get_instance(iommu->aiomt_dip); local
222 f, driver, instance, iommu->aiomt_idx);
246 f, driver, instance, iommu->aiomt_idx, cmd);
  /nfsv41/nfs41-gate/usr/src/uts/sun4u/montecarlo/sys/
netract_gen.h 64 int instance; /* instance of this type */ member in struct:envctrl_fan
  /nfsv41/nfs41-gate/usr/src/uts/sun4v/io/n2piupc/
n2piupc.c 176 * Per-instance initialization. Suspend/resume not supported.
184 int instance = ddi_get_instance(dip); local
189 if (ddi_soft_state_zalloc(n2piupc_state_p, instance) !=
197 instance);
223 (void) ddi_soft_state_free(n2piupc_state_p, instance);
233 * Per-instance cleanup. Suspend/resume not supported.
238 int instance = ddi_get_instance(dip); local
241 n2piupc_state_p, instance);
247 (void) ddi_soft_state_free(n2piupc_state_p, instance);
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
ksslcfg_delete.c 96 scf_instance_t *instance; local
153 instance = scf_instance_create(handle);
154 if (instance == NULL) {
161 if (scf_service_get_instance(svc, instance_name, instance) != 0) {
172 scf_instance_destroy(instance);
180 if (scf_instance_to_fmri(instance, buf, max_fmri_len + 1) > 0) {
203 if (scf_instance_delete(instance) != 0) {
  /nfsv41/nfs41-gate/usr/src/lib/sun_fc/common/
HBAList.cc 40 * @memo Private constructor (used to create singleton instance)
41 * @see HBAList::instance
46 * Internal singleton instance
70 * @memo Fetch the singleton instance
71 * @return The singleton instance
73 * @doc Only one instance of HBAList must be present
77 HBAList* HBAList::instance() { function in class:HBAList
78 Trace log("HBAList::instance");
  /nfsv41/nfs41-gate/usr/src/uts/common/io/
tclient.c 152 int instance = ddi_get_instance(devi); local
159 if (ddi_soft_state_zalloc(dstates, instance) != DDI_SUCCESS) {
161 ddi_get_name(devi), instance);
165 dstatep = ddi_get_soft_state(dstates, instance);
169 (INST_TO_MINOR(instance)), DDI_PSEUDO, NULL);
172 ddi_soft_state_free(dstates, instance);
174 ddi_get_name(devi), instance);
186 int instance; local
192 instance = ddi_get_instance(devi);
193 ddi_soft_state_free(dstates, instance);
202 int instance; local
260 int instance; local
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/io/usb/clients/ugen/
ugen.c 175 int instance = local
181 ugen_skelp = ddi_get_soft_state(ugen_skel_statep, instance);
193 *result = (void *)(uintptr_t)instance;
213 int instance; /* Driver instance number */ local
217 /* Get instance number */
218 instance = ddi_get_instance(dip);
225 ugen_skelp = ddi_get_soft_state(ugen_skel_statep, instance);
239 if (ddi_soft_state_zalloc(ugen_skel_statep, instance) ==
242 instance);
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/intel/io/
pit_beep.c 218 int instance, error; local
223 instance = PIT_BEEP_UNIT(dev);
226 instance)) == NULL) {
237 instance = PIT_BEEP_UNIT(dev);
239 *result = (void *)(uintptr_t)instance;
  /nfsv41/nfs41-gate/usr/src/uts/sun4/io/px/
px_debug.c 167 int instance = DIP_TO_INST(dip); local
168 px_t *px_p = INST_TO_STATE(instance);
  /nfsv41/nfs41-gate/usr/src/uts/sun4u/io/
grbeep.c 180 int instance; local
198 /* Get the instance and create soft state */
199 instance = ddi_get_instance(dip);
201 if (ddi_soft_state_zalloc(grbeep_statep, instance) != 0) {
206 grbeeptr = ddi_get_soft_state(grbeep_statep, instance);
213 GRBEEP_DEBUG1((CE_CONT, "grbeeptr = 0x%p, instance %x",
214 (void *)grbeeptr, instance));
292 int instance, error; local
297 instance = GRBEEP_UNIT(dev);
300 instance)) == NULL)
468 int instance = ddi_get_instance(dip); local
487 int instance = ddi_get_instance(grbeeptr->grbeep_dip); local
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/sun4u/io/i2c/clients/
ics951601.c 176 int instance; local
187 instance = getminor(*devp);
188 if (instance < 0) {
192 instance);
224 int instance;
234 instance = getminor(dev);
236 instance);
251 int instance = ddi_get_instance(dip); local
253 if (ddi_soft_state_zalloc(ics951601_soft_statep, instance) != 0) {
255 ddi_get_name(dip), instance);
336 int instance; local
378 int instance = ddi_get_instance(dip); local
416 int instance = ddi_get_instance(dip); local
492 int instance = getminor(dev); local
    [all...]
lm75.c 149 int instance;
152 instance = getminor(*devp);
154 if (instance < 0) {
159 ddi_get_soft_state(lm75soft_statep, instance);
196 int instance;
198 instance = getminor(dev);
200 if (instance < 0) {
205 ddi_get_soft_state(lm75soft_statep, instance);
313 int instance;
324 instance = getminor(dev)
455 int instance; local
516 int instance; local
    [all...]
ltc1427.c 149 int instance;
152 instance = getminor(*devp);
154 if (instance < 0) {
159 ddi_get_soft_state(ltc1427soft_statep, instance);
196 int instance;
198 instance = getminor(dev);
200 if (instance < 0) {
205 ddi_get_soft_state(ltc1427soft_statep, instance);
226 int instance;
237 instance = getminor(dev)
339 int instance; local
401 int instance; local
    [all...]

Completed in 7888 milliseconds

1 2 3 4 5 6 7 8 91011>>