Searched +defs:val +defs:target (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Dfs3d.c44 char val[sizeof(FS3D_off) + 8]; local
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
63 if (v = strchr(val, ' '))
66 v = val;
84 sfsprintf(val, sizeof(val), "%s=%d", off, FS3D_arg(op));
85 v = val;
113 fs3d_mount(const char* source, char* target, int flags, void* data) argument
115 return mount(source, target, flag
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c57 write_reg (int regn, grub_uint32_t val, void **target) argument
59 /* lui $r, (val+0x8000). */
60 *(grub_uint32_t *) *target = ((0x3c00 | regn) << 16) | ((val + 0x8000) >> 16);
61 *target = ((grub_uint32_t *) *target) + 1;
62 /* addiu $r, $r, val. */
63 *(grub_uint32_t *) *target = (((0x2400 | regn << 5 | regn) << 16)
64 | (val
69 write_jump(int regn, void **target) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c55 write_reg (int regn, grub_uint32_t val, void **target) argument
57 /* lis r, val >> 16 */
58 *(grub_uint32_t *) *target =
59 ((0x3c00 | (regn << 5)) << 16) | (val >> 16);
60 *target = ((grub_uint32_t *) *target) + 1;
61 /* ori r, r, val & 0xffff. */
62 *(grub_uint32_t *) *target = (((0x6000 | regn << 5 | regn) << 16)
63 | (val
68 write_jump(void **target) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dsis315pro.c57 write_sis_cmd (grub_uint8_t val, grub_uint8_t addr) argument
60 grub_outb (val, framebuffer.io + 0x45);
227 grub_vga_sr_write (sr_dump[i].val, sr_dump[i].reg);
380 grub_video_sis315pro_set_active_render_target (struct grub_video_render_target *target) argument
382 if (target == GRUB_VIDEO_RENDER_TARGET_DISPLAY)
383 target = framebuffer.render_target;
385 return grub_video_fb_set_active_render_target (target);
H A Dsm712.c225 grub_sm712_write_reg (grub_uint8_t val, grub_uint16_t addr) argument
228 printf (" {1, 0x%x, 0x%x},\n", addr, val);
231 + addr) = val;
254 grub_sm712_sr_write (grub_uint8_t val, grub_uint8_t addr) argument
257 grub_sm712_write_reg (val, GRUB_VGA_IO_SR_DATA);
261 grub_sm712_gr_write (grub_uint8_t val, grub_uint8_t addr) argument
264 grub_sm712_write_reg (val, GRUB_VGA_IO_GR_DATA);
268 grub_sm712_cr_write (grub_uint8_t val, grub_uint8_t addr) argument
271 grub_sm712_write_reg (val, GRUB_VGA_IO_CR_DATA);
275 grub_sm712_write_arx (grub_uint8_t val, grub_uint8_ argument
284 grub_sm712_cr_shadow_write(grub_uint8_t val, grub_uint8_t addr) argument
719 grub_video_sm712_set_active_render_target(struct grub_video_render_target *target) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c395 * where realm is the target realm for lookup
432 * where realm is the target realm for the name-value pair
604 * where target is the target realm for the capath
605 * where inter is the intermediate realm between the source and target
606 * realms. If the source and target share x-realm keys then this set to "."
607 * Note: for the remove function, all associated source, target, and
616 char *source = NULL, *dummy_val = NULL, *target = NULL; local
642 code2 = profile_iterator(&state2, &target,
644 if (code2 == 0 && target !
767 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
850 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val) argument
1068 k5_profile_validate_get_error_msg(profile_t profile, int err, char *val, char **err_msg) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c31 const char *val __attribute__ ((unused)))
166 grub_net_network_level_netaddress_t target; local
170 target.addr.type = GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV4;
171 target.addr.ipv4 = 0;
172 target.masksize = 0;
176 grub_net_add_route_gw (rname, target, gw);
257 grub_net_network_level_netaddress_t target; local
261 target.addr.type = GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV4;
262 target.addr.ipv4 = bp->server_ip;
263 target
271 grub_net_network_level_netaddress_t target; local
383 hexdigit(grub_uint8_t val) argument
454 char *val = grub_malloc (taglength + 1); local
468 grub_uint64_t val = 0; local
485 char *val = grub_malloc (2 * taglength + 1); local
568 grub_net_network_level_address_t target; local
[all...]
H A Dnet.c44 grub_net_network_level_netaddress_t target; member in struct:grub_net_route
378 parse_ip (const char *val, grub_uint32_t *ip, const char **rest) argument
382 const char *ptr = val;
413 parse_ip6 (const char *val, grub_uint64_t *ip, const char **rest) argument
416 const char *ptr = val;
582 if (a->target.addr.type < b->target.addr.type)
584 if (a->target.addr.type > b->target.addr.type)
586 switch (a->target
677 grub_net_addr_to_str(const grub_net_network_level_address_t *target, char *buf) argument
996 grub_net_add_route(const char *name, grub_net_network_level_netaddress_t target, struct grub_net_network_level_interface *inter) argument
1023 grub_net_add_route_gw(const char *name, grub_net_network_level_netaddress_t target, grub_net_network_level_address_t gw) argument
1053 grub_net_network_level_netaddress_t target; local
1086 print_net_address(const grub_net_network_level_netaddress_t *target) argument
1118 print_address(const grub_net_network_level_address_t *target) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c115 /* Copy mode info from active render target. */
201 /* Maps color name to target optimized color format. */
227 /* Maps RGB to target optimized color format. */
238 int val; local
244 val = framebuffer.palette[i].r - red;
245 tmp = val * val;
246 val = framebuffer.palette[i].g - green;
247 tmp += val * val;
453 struct grub_video_fbblit_info target; local
536 common_blitter(struct grub_video_fbblit_info *target, struct grub_video_fbblit_info *source, enum grub_video_blit_operators oper, int x, int y, unsigned int width, unsigned int height, int offset_x, int offset_y) argument
814 struct grub_video_fbblit_info target; local
1036 struct grub_video_fbblit_info target; local
1156 struct grub_video_fbrender_target *target; local
1229 struct grub_video_fbrender_target *target; local
1270 grub_video_fb_delete_render_target(struct grub_video_fbrender_target *target) argument
1289 grub_video_fb_set_active_render_target(struct grub_video_fbrender_target *target) argument
1305 grub_video_fb_get_active_render_target(struct grub_video_fbrender_target **target) argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c186 * source_namespace and put them onto target replacing source_namespace
189 * @param target Device to put properties onto
195 hal_device_merge_with_rewrite (HalDevice *target, argument
227 /* only remove target if it exists with a different type */
228 target_type = hal_device_property_get_type (target, key);
230 hal_device_property_remove (target, key);
236 target, target_key,
242 target, target_key,
248 target, target_key,
254 target, target_ke
277 hal_device_merge(HalDevice *target, HalDevice *source) argument
914 hal_device_property_set_attribute(HalDevice *device, const char *key, enum PropertyAttribute attr, gboolean val) argument
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c121 kadm5_free_principal(krb5_context context, krb5_principal val) argument
125 if (!val)
128 if (val->data) {
129 i = krb5_princ_size(context, val);
131 krb5_db_free(context, krb5_princ_component(context, val, i)->data);
132 krb5_db_free(context, val->data);
134 if (val->realm.data)
135 krb5_db_free(context, val->realm.data);
136 krb5_db_free(context, val);
808 krb5_principal source, krb5_principal target)
807 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1056 grub_font_blit_glyph (struct grub_font_glyph *target, argument
1065 tgt_bit = (target->width * (dy + i) + dx) % 8;
1066 tgt_byte = (target->width * (dy + i) + dx) / 8;
1069 target->bitmap[tgt_byte] |= ((src->bitmap[src_byte] << src_bit)
1088 grub_font_blit_glyph_mirror (struct grub_font_glyph *target, argument
1099 tgt_bit = (target->width * (dy + i) + dx) % 8;
1100 tgt_byte = (target->width * (dy + i) + dx) / 8;
1103 target->bitmap[tgt_byte] |= ((src->bitmap[src_byte] << src_bit)
1158 auto void add_device_width (int val);
1159 void add_device_width (int val) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c34 # define ELF_R_SYM(val) ELF32_R_SYM(val)
35 # define ELF_R_TYPE(val) ELF32_R_TYPE(val)
47 # define ELF_R_SYM(val) ELF64_R_SYM(val)
48 # define ELF_R_TYPE(val) ELF64_R_TYPE(val)
177 grub_uint32_t val; member in struct:unaligned_uint32
191 p->val
353 Elf_Addr *target; local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c541 * the set number of the first occurence of target is returned
548 cfg_find_cstring(CFGFILE *cfg, const char *target, argument
592 if (strcmp(p, target) == 0) { /* we found it! */
649 if (strcmp(field, target) == 0) {
1142 * into tag and val
1150 int tag_len, char *val, int val_len)
1185 strncpy(val, decode_buf, val_len);
1195 * Replaces existing tag with new val. If tag doesn't exist,
1196 * then it adds a new tag with the specified val.
1204 char *val)
1149 cfg_get_options(CFGFILE *cfg, int section, const char *basekey, char *tag, int tag_len, char *val, int val_len) argument
1203 cfg_put_options(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val) argument
1311 cfg_get_single_option(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val, int val_len) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c71 grub_uint32_t target; member in struct:grub_ohci_ed
207 grub_ohci_reg_t reg, grub_uint32_t val)
209 *(o->iobase + reg) = grub_cpu_to_le32 (val);
306 o->ed_ctrl[j].target = grub_cpu_to_le32 (1 << 14); /* skip */
320 o->ed_bulk[j].target = grub_cpu_to_le32 (1 << 14); /* skip */
496 grub_ohci_find_ed (struct grub_ohci *o, int bulk, grub_uint32_t target)
499 grub_uint32_t target_addr = target & GRUB_OHCI_ED_ADDR_MASK;
519 /* First try to find existing ED with proper target address */
523 ((ed->target & GRUB_OHCI_ED_ADDR_MASK) == target_addr))
677 grub_uint32_t target;
206 grub_ohci_writereg32(struct grub_ohci *o, grub_ohci_reg_t reg, grub_uint32_t val) argument
494 grub_ohci_find_ed(struct grub_ohci *o, int bulk, grub_uint32_t target) argument
675 grub_uint32_t target; local
847 grub_uint32_t target; local
[all...]
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c104 #define DTD_ATTR_TARGET ((const xmlChar *) "target")
432 * %z Name of target zone
843 const char *val)
877 streq((char *)value, val))
908 const char *val)
910 return (brand_disabled_cfg(bh, res, prop, val));
1146 xmlChar *source, *target; local
1158 target = xmlGetProp(node, DTD_ATTR_TARGET);
1160 if (source == NULL || target == NULL) {
1163 if (target !
842 brand_disabled_cfg(brand_handle_t bh, const char *res, const char *prop, const char *val) argument
907 brand_disabled_prop_val(brand_handle_t bh, const char *res, const char *prop, const char *val) argument
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c327 scf_value_t **val)
333 assert(val != NULL);
340 *val = scf_value_create(h);
342 if (prop == NULL || *val == NULL) {
352 if (scf_property_get_value(prop, *val) == -1) {
361 scf_value_destroy(*val);
362 *val = NULL;
399 scf_value_t *val; local
404 if (_read_single_value_from_pg(pg, prop_name, &val) == -1)
413 if (scf_value_get_astring(val, re
326 _read_single_value_from_pg(scf_propertygroup_t *pg, const char *prop_name, scf_value_t **val) argument
491 scf_value_t *val; local
535 scf_value_t *val; local
1384 check_target_match(scf_propertygroup_t *pg, const char *target) argument
1471 _find_template_pg_match(scf_service_t *svc, scf_instance_t *inst, const scf_snapshot_t *snap, const char *pg_name, const char *pg_type, const char *target, char **tmpl_pg_name) argument
3533 _scf_value_get_as_string(scf_value_t *val) argument
5109 _val_to_string(uint64_t val, int flag) argument
5505 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, scf_value_t *val) argument
5596 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
6041 const char *val; local
6094 scf_value_t *val = NULL; local
6183 scf_value_t *val = NULL; local
6509 char *target = NULL; local
7084 scf_tmpl_error_value(const scf_tmpl_error_t *err, char **val) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c375 Even if op_clear does a pad_free for the target of the op,
378 a target later on when the pad was reallocated.
1486 S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my) argument
1521 newRV(target)),
1528 S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp) argument
1536 assert(target->op_type == OP_PADSV ||
1537 target->op_type == OP_PADHV ||
1538 target->op_type == OP_PADAV);
1541 apply_attrs(stash, PAD_SV(target->op_targ), attrs, TRUE);
1552 arg->op_targ = target
2422 UV val = cp[2*j]; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c65 zprop_source_t *src, char **source, uint64_t *val,
2818 char **source, uint64_t *val, boolean_t get_persistent,
2897 *val = getprop_uint64(zhp, prop, source);
2902 if (hasmntopt(&mnt, mntopt_on) && !*val) {
2906 *val = B_TRUE;
2910 } else if (hasmntopt(&mnt, mntopt_off) && *val) {
2914 *val = B_FALSE;
2927 *val = getprop_uint64(zhp, prop, source);
2936 *val = (zhp->zfs_mntopts != NULL);
2940 *val
2817 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val, boolean_t get_persistent, boolean_t *is_overridden) argument
3194 uint64_t val; local
4089 uint64_t val; local
4098 zfs_prop_set_int(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t val) argument
4776 create_parents(libzfs_handle_t *hdl, char *target, int prefixlen) argument
5199 zfs_clone(zfs_handle_t *zhp, const char *target, nvlist_t *props) argument
5613 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive) argument
[all...]

Completed in 118 milliseconds