Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c100 static int core_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
1064 configure_gpc(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in configure_gpc() argument
1077 if (((preset & BITS_EXTENDED_FROM_31) != 0) && in configure_gpc()
1078 ((preset & BITS_EXTENDED_FROM_31) != in configure_gpc()
1187 conf.core_rawpic = preset & mask_gpc; in configure_gpc()
1291 conf->core_rawpic = preset & mask_ffc; in configure_ffc()
1310 core_pcbe_configure(uint_t picnum, char *event, uint64_t preset, in core_pcbe_configure() argument
1326 conf->core_rawpic = preset & mask_gpc; in core_pcbe_configure()
1328 conf->core_rawpic = preset & mask_ffc; in core_pcbe_configure()
1337 ret = configure_gpc(picnum, event, preset, flags, in core_pcbe_configure()
[all …]
H A Dopteron_pcbe.c103 static int opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
820 opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in opt_pcbe_configure() argument
836 cfg->opt_rawpic = preset & MASK48; in opt_pcbe_configure()
919 cfg->opt_rawpic = preset & MASK48; in opt_pcbe_configure()
H A Dp4_pcbe.c92 static int p4_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
666 p4_pcbe_configure(uint_t picnum, char *eventname, uint64_t preset, in p4_pcbe_configure() argument
694 cfg->p4_rawpic = preset & MASK40; in p4_pcbe_configure()
867 cfg->p4_rawpic = preset & MASK40; in p4_pcbe_configure()
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.h91 uint64_t preset, uint_t flags, uint_t nattrs, const cpc_attr_t *attrs);
120 extern int cpc_request_preset(cpc_t *cpc, int index, uint64_t preset);
149 void (*action)(void *arg, int index, const char *event, uint64_t preset,
H A Dlibcpc.c271 uint64_t preset, uint_t flags, uint_t nattrs, const cpc_attr_t *attrs) in cpc_set_add_request() argument
298 req->cr_preset = preset; in cpc_set_add_request()
571 cpc_request_preset(cpc_t *cpc, int index, uint64_t preset) in cpc_request_preset() argument
574 (uint32_t)(preset >> 32), (uint32_t)(preset & MASK32))); in cpc_request_preset()
783 void (*action)(void *arg, int index, const char *event, uint64_t preset, in cpc_walk_requests() argument
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c88 static int ni_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
342 ni_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in ni_pcbe_configure() argument
356 conf->pcbe_pic = (uint32_t)preset; in ni_pcbe_configure()
387 conf->pcbe_pic = (uint32_t)preset; in ni_pcbe_configure()
H A Dniagara2_pcbe.c92 static int ni2_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
481 ni2_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in ni2_pcbe_configure() argument
500 cfg->pcbe_pic = (uint32_t)preset; in ni2_pcbe_configure()
602 cfg->pcbe_pic = (uint32_t)preset; in ni2_pcbe_configure()
/illumos-gate/usr/src/uts/common/sys/
H A Dkcpc.h145 uint64_t preset, uint_t flags, uint_t nattrs, kcpc_attr_t *attr, void *ptr,
184 extern int kcpc_preset(kcpc_set_t *set, int index, uint64_t preset);
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c89 static int us_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
764 us_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in us_pcbe_configure() argument
778 conf->us_pic = (uint32_t)preset; in us_pcbe_configure()
810 conf->us_pic = (uint32_t)preset; in us_pcbe_configure()
H A Dopl_pcbe.c88 static int opl_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
659 opl_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in opl_pcbe_configure() argument
673 conf->opl_pic = (uint32_t)preset; in opl_pcbe_configure()
705 conf->opl_pic = (uint32_t)preset; in opl_pcbe_configure()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh476 for preset in "${ace_file_preset[@]}"; do
478 acl=$prefix:$preset
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-275 preset menu feature is used (*note Preset Menu::).
135 GRUB supports a "preset menu" which is to be always loaded before
136 starting. The preset menu feature is useful, for example, when your
143 How the preset menu works is slightly complicated:
145 1. GRUB checks if the preset menu feature is used, and loads the
146 preset menu, if available. This includes running commands and
150 check is performed *regardless of the existence of the preset
166 (*note Diskless::) diverts the preset menu. Diskless images embed a
167 preset menu to execute the command `bootp' (*note bootp::)
170 the preset menu yourself, because diskless images don't set it up
[all …]
H A Dgrub.texi258 Support a human-readable text configuration file with preset boot
260 embed a preset configuration file in a GRUB image file. The list of
266 A menu interface listing preset boot commands, with a programmable
1548 preset menu feature is used (@pxref{Preset Menu}).
1620 How the preset menu works is slightly complicated:
1624 GRUB checks if the preset menu feature is used, and loads the preset
1630 is performed @strong{regardless of the existence of the preset
1644 @option{--enable-preset-menu}. The file has the same semantics as
1649 preset menu to execute the command @command{bootp} (@pxref{bootp})
1652 the preset menu yourself, because diskless images don't set it up
[all …]
H A Dgrub.info208 and embed a preset configuration file in a GRUB image file. The
221 is available to edit any preset commands, or write a new boot
1381 preset menu feature is used (*note Preset Menu::).
1440 GRUB supports a "preset menu" which is to be always loaded before
1448 How the preset menu works is slightly complicated:
1450 1. GRUB checks if the preset menu feature is used, and loads the
1451 preset menu, if available. This includes running commands and
1455 check is performed *regardless of the existence of the preset
1472 preset menu to execute the command `bootp' (*note bootp::)
1475 the preset menu yourself, because diskless images don't set it up
[all …]
H A Dgrub.info-1205 Support a human-readable text configuration file with preset boot
207 and embed a preset configuration file in a GRUB image file. The
213 A menu interface listing preset boot commands, with a programmable
220 is available to edit any preset commands, or write a new boot
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS106 * The manner of handling the preset menu changes. In the previous
107 implementation, the preset menu is used only when opening the
108 configuration file failed. Now try to use the preset menu first. And,
110 preset menu. In this case, menu entries in the preset menu (if any)
114 function is gone and the preset menu feature is used (i.e. just
115 execute the command "bootp" as if you specified it in the preset
117 if using the preset menu for your own purpose, because GRUB doesn't
118 call "bootp" implicitly when the preset menu is used explicitly. In
120 network into your preset menu.
138 * The configure script accepts a new option, `--enable-preset-menu'. You
H A Dconfigure.ac558 AC_ARG_ENABLE(preset-menu,
559 [ --enable-preset-menu=FILE
560 preset a menu file FILE in Stage 2])
566 [Define if there is user specified preset menu string])
568 AC_MSG_ERROR([Cannot read the preset menu file $enable_preset_menu])
H A Dconfig.h.in99 /* Define if there is user specified preset menu string */
H A DINSTALL250 `--enable-preset-menu=FILE'
H A DChangeLog1901 (longopts): Added an entry for "--preset-menu".
1902 (usage): Added a description for "--preset-menu". Also, change
1915 the preset menu.
1926 The preset menu has a priority over the configuration file.
1936 Try to open the preset menu first, and try to open the
1938 Even if the preset menu was read, try to open the configuration
1939 file. This time, opening the preset menu never succeed, because
1940 close_preset_menu ensures that the preset menu is available at
2930 * configure.in (--enable-preset-menu): New option.
2941 If it is false, read data from the preset menu instead.
[all …]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c84 cpc_setgrp_walker(void *arg, int index, const char *event, uint64_t preset, in cpc_setgrp_walker() argument
99 cpc_setgrp_picwalker(void *arg, int index, const char *event, uint64_t preset, in cpc_setgrp_picwalker() argument
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c611 kcpc_preset(kcpc_set_t *set, int index, uint64_t preset) in kcpc_preset() argument
628 set->ks_req[i].kr_preset = preset; in kcpc_preset()
2305 kcpc_reqs_add(kcpc_request_list_t *req_list, char *event, uint64_t preset, in kcpc_reqs_add() argument
2346 req->kr_preset = preset; in kcpc_reqs_add()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tlv_layout.h120 uint16_t preset; member
H A Def10_nvram.c790 header.preset = 0; in ef10_nvram_buffer_create()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg108 @ MSG_DB_HELPERNOOPS "rtld_db: helper lib loaded but ops not preset"

12