Searched refs:level (Results 326 - 350 of 774) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h343 #define USBSER_DS_USB_POWER(usp, comp, level, new_statep) \
344 usp->us_ds_ops->ds_usb_power(usp->us_ds_hdl, comp, level, new_statep)
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm_plat.c42 * Used by ppm_redefine_topspeed() to set the highest power level of all CPUs
53 * Redefine the highest power level for all CPUs in a domain. This
55 * a CPU's highest power level *and* allows the _PPC to be redefined
138 oldlevel = cpup->level;
145 /* bring each cpu to next level */
148 PPMD(D_CPU, ("%s: \"%s\", changed to level %d, ret %d\n",
151 cpup->level = newlevel;
159 * cpus back to the original level
H A Dmp_platform_common.c1157 * Get EISA level cntrl if EISA bus is present.
1664 uint_t level, po, io_po; local
1682 level = 0;
1689 level = AV_LEVEL;
1696 level = AV_LEVEL;
1698 level = (irqptr->airq_iflag.intr_el == INTR_EL_LEVEL) ?
1700 if (level &&
1710 level = AV_LEVEL;
1712 level = AV_LEVEL;
1714 level
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c453 ugen_skel_power(dev_info_t *dip, int comp, int level) argument
463 rval = usb_ugen_power(ugen_skelp->ugen_skel_hdl, comp, level);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_proto.h52 #define pmcs_prt(pwp, level, phy, tgt, fmt...) { \
53 int lvl = level; \
174 * Handler for events - can be called from interrupt level or from worker thread
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h100 * top level list traversal.
175 struct fnnode *fn_trigger; /* pointer to next level */
274 extern void auto_log(int verbose, zoneid_t zoneid, int level,
278 extern void auto_dprint(int level, const char *fmt, ...)
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Ddssetup.ndl149 IN WORD level;
H A Dspoolss.ndl149 IN DWORD level;
491 DWORD level;
514 IN DWORD level;
541 IN DWORD level;
598 IN DWORD level;
609 IN DWORD level;
648 IN DWORD level;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s60 ! an interrupt from raising the trap level to 1 and then a possible
61 ! data access exception being delivered while the trap level > 0.
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s62 ! an interrupt from raising the trap level to 1 and then a possible
63 ! data access exception being delivered while the trap level > 0.
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c362 * int level Power level to set
365 eb2_power(CS_state_t *state, int level) argument
369 if (level == CS4231_PWR_ON) { /* turn power on */
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h72 int8_t ht_level; /* page table level: 0=4K, 1=2M, ... */
88 * HTABLE_VLP - this is the top level htable of a VLP HAT.
124 * Given a va and a level, compute the virtual address of the start of the
125 * next page at that level.
162 * to the virtual address "vaddr" in the "hat" at the given "level" of
174 extern htable_t *htable_lookup(struct hat *hat, uintptr_t vaddr, level_t level);
175 extern htable_t *htable_create(struct hat *hat, uintptr_t vaddr, level_t level,
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c53 iscsi_bootprop_print(int level, char *str) argument
59 cmn_err(level, "%s", str);
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h176 struct uarg *args, struct intpdata *idata, int level,
215 struct intpdata *idata, int level, long *execsz, caddr_t exec_file,
H A Depm.h55 #define PM_LEVEL_UPONLY (-2) /* only raise power level */
56 #define PM_LEVEL_DOWNONLY (-3) /* only lower power level */
57 #define PM_LEVEL_EXACT (-4) /* wants exact power level */
65 #define PMC_WANTS_NOTIFY 0x00008 /* notify if child pwr level changes */
167 * level (unknown counts as non-zero)) + (the number of old-style children with
168 * component 0 at non-zero level) for parents that have not asked for
190 int pdw_pwr; /* pwr level of keeper */
253 PMR_PPM_POWER_CHANGE_NOTIFY, /* ppm level change notify */
292 int level; member in struct:power_req::req::set_power_req
453 int bpc_olevel; /* old power level */
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c103 #define DBP_SPAN(dnp, level) \
105 (level) * (dnp->dn_indblkshift - SPA_BLKPTRSHIFT)))
H A Ddmu.c579 * Issue prefetch i/os for the given blocks. If level is greater than 0, the
587 dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset, argument
601 blkid = dbuf_whichblock(dn, level,
603 dbuf_prefetch(dn, level, blkid, pri, 0);
620 * is the first. Then dbuf_whichblk(dn, level, off + len - 1) is the
621 * last block we want to prefetch, and dbuf_whichblock(dn, level,
625 if (level > 0 || dn->dn_datablkshift != 0) {
626 nblks = dbuf_whichblock(dn, level, offset + len - 1) -
627 dbuf_whichblock(dn, level, offset) + 1;
633 blkid = dbuf_whichblock(dn, level, offse
1799 dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp, enum zio_compress override_compress, zio_prop_t *zp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c38 static void av1394_ic_cleanup(av1394_ic_t *icp, int level);
210 av1394_ic_cleanup(av1394_ic_t *icp, int level) argument
215 ASSERT((level > 0) && (level <= AV1394_CLEANUP_LEVEL_MAX));
217 switch (level) {
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c64 * one level, or if a driver services devices that interrupt
65 * on more than one level, then the driver should install
69 "add_avintr: bad soft interrupt level %d for driver '%s'\n";
94 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 1 */
95 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 2 */
96 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 3 */
97 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 4 */
98 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 5 */
99 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level 6 */
100 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL}, /* level
640 sir_on(int level) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c80 int level[MAX_CTX]; variable
857 ++level[ctxnum]; /* level indicator */
869 /* screen printing according to level indicator */
870 for (i = 1; i < level[ctxnum]; ++i) asnshw1(" ");
1274 (i = 0; i < level[ctxnum]; ++i) {
1292 (72 - (level[ctxnum] * 3))) {
1311 for (i = 0; i < level[ctxnum]; ++i) {
1350 (k = 0; k < level[ctxnum]; ++k) {
1377 (k = 0; k < level[ctxnu
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c124 core2cpus(uint32_t core, cmd_cpu_type_t type, uint8_t level, argument
138 switch (level) {
166 switch (level) {
184 switch (level) {
210 cmd_cpu2core(uint32_t cpuid, cmd_cpu_type_t type, uint8_t level) { argument
218 switch (level) {
234 switch (level) {
244 switch (level) {
1416 * (level > CMD_CPU_LEVEL_THREAD), then we must add multiple faults to
1564 cpu_lookup_by_cpuid(uint32_t cpuid, uint8_t level) argument
1644 cpu_create(fmd_hdl_t *hdl, nvlist_t *asru, uint32_t cpuid, uint8_t level, cmd_cpu_type_t type) argument
1764 cmd_cpu_lookup(fmd_hdl_t *hdl, nvlist_t *asru, const char *class, uint8_t level) argument
1826 cmd_cpu_lookup_from_detector(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class, uint8_t level) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c268 toh->level = IPPROTO_IP;
292 toh->level = IPPROTO_IP;
323 toh->level = IPPROTO_IP;
355 toh->level = IPPROTO_IP;
383 toh->level = IPPROTO_IP;
404 toh->level = IPPROTO_IPV6;
425 toh->level = IPPROTO_IPV6;
438 toh->level = IPPROTO_IPV6;
456 toh->level = IPPROTO_IPV6;
478 toh->level
587 conn_opt_get(conn_opt_arg_t *coa, t_scalar_t level, t_scalar_t name, uchar_t *ptr) argument
1010 conn_opt_set(conn_opt_arg_t *coa, t_scalar_t level, t_scalar_t name, uint_t inlen, uchar_t *invalp, boolean_t checkonly, cred_t *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c697 so_getsockopt(struct sonode *so, int level, int option_name, argument
702 if (level == SOL_FILTER)
706 SOP_GETSOCKOPT(so, level, option_name, optval, optlenp, flags, cr));
709 (error = sof_filter_getsockopt(so, level, option_name, optval,
711 (error = socket_getopt_common(so, level, option_name, optval,
714 (so->so_proto_handle, level, option_name, optval, optlenp,
717 if (level == SOL_SOCKET) {
784 so_setsockopt(struct sonode *so, int level, int option_name, argument
791 if (level == SOL_FILTER)
795 SOP_SETSOCKOPT(so, level, option_nam
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c464 int level; /* compression level (1..9) */ member in struct:deflate_state
754 * depending on the desired pack level (0..9). The values given below
808 * If this file is compiled with -DFASTEST, the compression level is forced
837 deflateInit_(strm, level, version, stream_size)
839 int level;
844 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
850 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
853 int level;
888 if (level
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmime.c9 * forth in the LICENSE file which can be found at the top level of
85 ** level -- recursion level.
102 mime8to7(mci, header, e, boundaries, flags, level)
108 int level;
129 if (level > MAXMIMENESTING)
134 sm_dprintf("mime8to7: too deep, level=%d\n",
135 level);
136 usrerr("mime8to7: recursion level %d exceeded",
137 level);
[all...]

Completed in 111 milliseconds

<<11121314151617181920>>