Home
last modified time | relevance | path

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

12

/titanic_44/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()
1252 configure_ffc(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in configure_ffc() argument
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()
[all …]
H A Dopteron_pcbe.c101 static int opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset,
716 opt_pcbe_configure(uint_t picnum, char *event, uint64_t preset, uint32_t flags, in opt_pcbe_configure() argument
732 cfg->opt_rawpic = preset & MASK48; in opt_pcbe_configure()
815 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,
669 p4_pcbe_configure(uint_t picnum, char *eventname, uint64_t preset, in p4_pcbe_configure() argument
697 cfg->p4_rawpic = preset & MASK40; in p4_pcbe_configure()
870 cfg->p4_rawpic = preset & MASK40; in p4_pcbe_configure()
/titanic_44/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.c270 uint64_t preset, uint_t flags, uint_t nattrs, const cpc_attr_t *attrs) in cpc_set_add_request() argument
297 req->cr_preset = preset; in cpc_set_add_request()
570 cpc_request_preset(cpc_t *cpc, int index, uint64_t preset) in cpc_request_preset() argument
573 (uint32_t)(preset >> 32), (uint32_t)(preset & MASK32))); in cpc_request_preset()
782 void (*action)(void *arg, int index, const char *event, uint64_t preset, in cpc_walk_requests() argument
/titanic_44/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()
/titanic_44/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);
/titanic_44/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()
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh511 for preset in "${ace_file_preset[@]}"; do
513 acl=$prefix:$preset
/titanic_44/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
151 menu*. The configuration file is loaded even if the preset menu was
154 3. If the preset menu includes any boot entries, they are cleared when
157 in the preset menu are used only when GRUB fails in loading the
[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
272 is available to edit any preset commands, or write a new boot command
1548 preset menu feature is used (@pxref{Preset Menu}).
1611 GRUB supports a @dfn{preset menu} which is to be always loaded before
1612 starting. The preset menu feature is useful, for example, when your
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
[all …]
H A Dgrub.info206 Support a human-readable text configuration file with preset boot
208 and embed a preset configuration file in a GRUB image file. The
214 A menu interface listing preset boot commands, with a programmable
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
1441 starting. The preset menu feature is useful, for example, when your
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
[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
/titanic_44/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 …]
H A Dconfigure910 --enable-preset-menu=FILE
911 preset a menu file FILE in Stage 2
/titanic_44/usr/src/cmd/cpc/common/
H A Dsetgrp.c86 cpc_setgrp_walker(void *arg, int index, const char *event, uint64_t preset, in cpc_setgrp_walker() argument
101 cpc_setgrp_picwalker(void *arg, int index, const char *event, uint64_t preset, in cpc_setgrp_picwalker() argument
/titanic_44/usr/src/uts/common/os/
H A Dkcpc.c609 kcpc_preset(kcpc_set_t *set, int index, uint64_t preset) in kcpc_preset() argument
626 set->ks_req[i].kr_preset = preset; in kcpc_preset()
2278 kcpc_reqs_add(kcpc_request_list_t *req_list, char *event, uint64_t preset, in kcpc_reqs_add() argument
2319 req->kr_preset = preset; in kcpc_reqs_add()
/titanic_44/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg108 @ MSG_DB_HELPERNOOPS "rtld_db: helper lib loaded but ops not preset"
/titanic_44/usr/src/lib/libshell/common/
H A DRELEASE1090 04-03-29 The preset alias source='command .' has been added.

12