Searched defs:flag (Results 376 - 400 of 1243) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h37 uint64_t flag; member in struct:pci_debug_flag_to_string
93 #define DEBUG0(flag, dip, fmt) \
94 pci_debug(flag, dip, fmt, 0, 0, 0, 0, 0);
95 #define DEBUG1(flag, dip, fmt, a1) \
96 pci_debug(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
97 #define DEBUG2(flag, dip, fmt, a1, a2) \
98 pci_debug(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
99 #define DEBUG3(flag, dip, fmt, a1, a2, a3) \
100 pci_debug(flag, dip, fmt, (uintptr_t)(a1), \
102 #define DEBUG4(flag, di
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdesc.c332 mdesc_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
364 mdesc_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c133 lgrp_plat_config(lgrp_config_flag_t flag, uintptr_t arg) argument
139 plat_lgrp_config(flag, arg);
H A Dprom_subr.c102 add_vx_handler(char *name, int flag, void (*func)(cell_t *)) argument
110 vp->take_tba = flag;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c74 mmu_large_pages_disabled(uint_t flag) argument
80 if (flag == HAT_LOAD) {
86 } else if (flag == HAT_LOAD_SHARE) {
88 } else if (flag == HAT_AUTO_DATA) {
90 } else if (flag == HAT_AUTO_TEXT) {
151 if (cpu_impl_dual_pgsz == 0) { /* disable_dual_pgsz flag */
251 * Note that for DISM the flag can be set but the ttecnt can be 0, if we
332 if (cpu_impl_dual_pgsz == 0) /* disable_dual_pgsz flag */
421 if (cpu_impl_dual_pgsz == 0) /* disable_dual_pgsz flag */
/illumos-gate/usr/src/uts/sun4u/io/
H A Depic.c84 D_NEW | D_MP /* driver compatibility flag */
301 epic_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
303 _NOTE(ARGUNUSED(flag))
314 epic_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
316 _NOTE(ARGUNUSED(flag))
H A Dgpio_87317.c97 D_NEW | D_MP, /* driver compatibility flag */
320 gpio_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
331 gpio_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
H A Dpic16f747.c69 D_NEW | D_MP /* driver compatibility flag */
325 pic_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
334 pic_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
H A Drmc_comm_drvintf.c91 * without waiting for a reply. If flag is RMC_COMM_DREQ_URGENT, the request
93 * flag must only be used when try to send a request in critical condition
99 rmc_comm_request_nowait(rmc_comm_msg_t *request, uint8_t flag) argument
130 if (flag == RMC_COMM_DREQ_URGENT) {
856 * Wait for the pending_request flag to be cleared and acquire it for our
891 * now a request/response can be started. Set the flag so that nobody
H A Drmcadm.c48 static int rmcadm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
49 static int rmcadm_close(dev_t dev, int flag, int otyp, cred_t *cred_p);
286 rmcadm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) argument
304 rmcadm_close(dev_t dev, int flag, int otyp, cred_t *cred_p) argument
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc100.c75 D_NEW | D_MP | D_HOTPLUG, /* Driver compatibility flag */
225 int8_t flag)
239 i2c_tran_pointer->i2c_flags = flag;
240 if (flag != I2C_RD) {
248 } else if (flag != I2C_WR) {
224 ssc100_common(struct ssc100_unit *unitp, uchar_t *byte, uchar_t input, int8_t flag) argument
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c55 static int jbppm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
56 static int jbppm_close(dev_t dev, int flag, int otyp, cred_t *cred_p);
77 D_MP | D_NEW, /* flag */
333 jbppm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) argument
361 jbppm_close(dev_t dev, int flag, int otyp, cred_t *cred_p) argument
384 jbppm_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, argument
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c249 inhm_mc_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
266 inhm_mc_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c150 ipmi_open(dev_t *devp, int flag, int otyp, cred_t *cred) argument
162 if (flag & FEXCL)
189 ipmi_close(dev_t dev, int flag, int otyp, cred_t *cred) argument
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c77 D_NEW|D_MP|D_DEVMAP|D_HOTPLUG, /* Driver compatibility flag */
257 sbmem_open(dev_t *devp, int flag, int typ, cred_t *cred) argument
273 sbmem_close(dev_t dev, int flag, int otyp, struct cred *cred) argument
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c324 amd64_gart_open(dev_t *dev, int flag, int otyp, cred_t *cred) argument
329 if (!(flag & FKLYR))
343 amd64_gart_close(dev_t dev, int flag, int otyp, cred_t *cred) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c47 static uint32_t emlxs_timer_check_pkts(emlxs_hba_t *hba, uint8_t *flag);
48 static void emlxs_timer_check_nodes(emlxs_port_t *port, uint8_t *flag);
53 static void emlxs_timer_check_channels(emlxs_hba_t *hba, uint8_t *flag);
55 Q *abortq, uint8_t *flag);
151 uint8_t flag[MAX_CHANNEL]; local
160 bzero((void *)flag, sizeof (flag));
182 rc = emlxs_timer_check_pkts(hba, flag);
196 if (!(port->flag & EMLXS_PORT_BOUND)) {
201 emlxs_timer_check_nodes(port, flag);
273 emlxs_timer_check_pkts(emlxs_hba_t *hba, uint8_t *flag) argument
607 emlxs_timer_check_channels(emlxs_hba_t *hba, uint8_t *flag) argument
666 emlxs_timer_check_nodes(emlxs_port_t *port, uint8_t *flag) argument
1153 emlxs_pkt_chip_timeout(emlxs_port_t *port, emlxs_buf_t *sbp, Q *abortq, uint8_t *flag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c63 static int fcoei_open(dev_t *devp, int flag, int otype, cred_t *credp);
64 static int fcoei_close(dev_t dev, int flag, int otype, cred_t *credp);
285 fcoei_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
290 FCOEI_LOG(__FUNCTION__, "flag: %x", flag);
322 fcoei_close(dev_t dev, int flag, int otype, cred_t *credp) argument
327 FCOEI_LOG(__FUNCTION__, "flag: %x, %p", flag, credp);
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc233 report_libdep(char *lib, char *flag) argument
244 sprintf(filename, "%s-%s", ptr+1, flag);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c372 sdev_unmount(struct vfs *vfsp, int flag, struct cred *cr) argument
385 if (flag & MS_FORCE)
/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c207 int sflag, /* open state flag */
287 int flag,
285 pcktclose( queue_t *q, int flag, cred_t *credp) argument
H A Dkstat.c62 read_kstat_data(int *rvalp, void *user_ksp, int flag) argument
73 switch (model = ddi_model_convert_from(flag & FMODELS)) {
403 write_kstat_data(int *rvalp, void *user_ksp, int flag, cred_t *cred) argument
413 switch (ddi_model_convert_from(flag & FMODELS)) {
490 int model = ddi_model_convert_from(flag & FMODELS);
664 kstat_ioctl(dev_t dev, int cmd, intptr_t data, int flag, cred_t *cr, int *rvalp) argument
675 rc = read_kstat_data(rvalp, (void *)data, flag);
679 rc = write_kstat_data(rvalp, (void *)data, flag, cr);
745 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_regops.c363 ulong_t flag; local
379 atomic_or_ulong(&flag, 1);
383 flag = intr_clear();
408 intr_restore(flag);
424 ulong_t flag; local
436 flag = intr_clear();
441 intr_restore(flag);
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c168 av1394_async_open(av1394_inst_t *avp, int flag) argument
179 ap->a_oflag = flag;
188 av1394_async_close(av1394_inst_t *avp, int flag) argument
224 * data arrives, unless opened with non-blocking flag
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c117 * have the opportunity to run; when they see the ITLK_REMOVE flag
431 * the IT_PORT flag will remain set until:
635 * PORT_ALLOC_CACHED flag.
636 * This flag indicates that the timer itself will manage and
935 timer_port_callback(void *arg, int *events, pid_t pid, int flag, void *evp) argument
955 * For that reason we don't need to check the value of flag here.

Completed in 113 milliseconds

<<11121314151617181920>>