Home
last modified time | relevance | path

Searched refs:openpromio (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c33 static int getpropval(struct openpromio *opp, char *prop);
54 struct openpromio opp;
59 struct openpromio opp;
68 struct openpromio *opp = &(oppbuf.opp); in next()
83 struct openpromio *opp = &(oppbuf.opp); in child()
101 struct openpromio *opp = &(oppbuf.opp); in prom_findnode_byname()
127 getpropval(struct openpromio *opp, char *prop) in getpropval()
140 getnextprop(struct openpromio *opp, char *prop) in getnextprop()
155 struct openpromio *opp = &(oppbuf.opp); in getbootcmd()
171 struct openpromio *opp = &(oppbuf.opp); in prom_getprop()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dclass_id.c46 static struct openpromio *
49 struct openpromio *opp = malloc(sizeof (struct openpromio) + size); in opp_zalloc()
52 (void) memset(opp, 0, sizeof (struct openpromio) + size); in opp_zalloc()
70 struct openpromio op = { sizeof (int), 0 }; in goto_rootnode()
90 struct openpromio *opp = opp_zalloc(strlen(prop) + 1, prop); in return_property()
/titanic_50/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c43 struct openpromio opp;
65 static int getpropval(struct openpromio *);
66 static int setpropval(struct openpromio *);
222 struct openpromio *opp = &(oppbuf.opp); in dump_all()
255 struct openpromio *opp = &(oppbuf.opp); in print_one()
300 struct openpromio *opp = &(oppbuf.opp); in set_one()
367 getpropval(struct openpromio *opp) in getpropval()
378 setpropval(struct openpromio *opp) in setpropval()
393 i_oemlogo(char *var, char *val, struct openpromio *opp) in i_oemlogo()
414 i_secure(char *var, char *val, struct openpromio *opp) in i_secure()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c159 struct openpromio *oio; in deletekey()
164 oio = malloc(sizeof (struct openpromio) + sizeof (struct wankeyio)); in deletekey()
167 sizeof (struct openpromio) + in deletekey()
193 struct openpromio *oio; in installkey()
214 oio = malloc(sizeof (struct openpromio) + in installkey()
218 sizeof (struct openpromio) + in installkey()
/titanic_50/usr/src/cmd/luxadm/
H A Dsetboot.c157 struct openpromio *pio; in setprom()
166 pio = (struct openpromio *)malloc(sizeof (struct openpromio) + in setprom()
169 if (pio == (struct openpromio *)NULL) { in setprom()
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_prom.c64 struct openpromio opp;
113 struct openpromio *opp = &oppbuf.opp; in prom_read_one()
182 struct openpromio *in_opp = &in_oppbuf.opp; in prom_write_one()
184 struct openpromio *opp = &oppbuf.opp; in prom_write_one()
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c84 struct openpromio opp;
139 static int get_boot_dev_var(struct openpromio *opp);
140 static int set_boot_dev_var(struct openpromio *opp, char *bootdev);
420 struct openpromio *opp = &(oppbuf.opp); in devfs_bootdev_set_list()
545 set_boot_dev_var(struct openpromio *opp, char *bootdev) in set_boot_dev_var()
693 get_boot_dev_var(struct openpromio *opp) in get_boot_dev_var()
793 find_x86_boot_device(struct openpromio *opp) in find_x86_boot_device()
841 struct openpromio *opp = &(oppbuf.opp); in devfs_bootdev_get_list()
1321 struct openpromio *opp = &(oppbuf.opp); in devfs_dev_to_prom_names()
1415 struct openpromio *opp = &(oppbuf.opp); in devfs_path_to_drv()
[all …]
H A Ddevinfo.c2831 struct openpromio opp;
2896 struct openpromio *opp = &p->oppbuf.opp; in di_prom_prop_found()
3047 struct openpromio *opp; in di_prom_prop_lookup_common()
/titanic_50/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h49 struct openpromio opp;
185 void getpropval(struct openpromio *);
/titanic_50/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c100 register struct openpromio *opp = &(oppbuf.opp); in is_openprom()
119 register struct openpromio *opp = &oppbuf.opp; in dump_node()
268 getpropval(struct openpromio *opp) in getpropval()
280 register struct openpromio *opp = &(oppbuf.opp); in next()
298 register struct openpromio *opp = &(oppbuf.opp); in child()
/titanic_50/usr/src/uts/common/sys/
H A Dopenpromio.h45 struct openpromio { struct
H A DMakefile428 openpromio.h \
/titanic_50/usr/src/uts/common/io/
H A Dopenprom.c361 struct openpromio *opp; in opromioctl_cb()
394 opp = (struct openpromio *)kmem_zalloc( in opromioctl_cb()
412 opp = (struct openpromio *)kmem_zalloc( in opromioctl_cb()
432 opp = (struct openpromio *)kmem_zalloc( in opromioctl_cb()
443 opp = (struct openpromio *)kmem_zalloc( in opromioctl_cb()
535 opp = (struct openpromio *)kmem_zalloc( in opromioctl_cb()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c307 static int mc_getpropval(struct openpromio *opp);
1016 struct openpromio *opp = &(oppbuf.opp); in do_promversion()
2238 struct openpromio *opp = &(oppbuf.opp); in mc_next()
2267 struct openpromio *opp = &(oppbuf.opp); in mc_child()
2290 struct openpromio *opp = &(oppbuf.opp); in mc_dump_node()
2337 mc_getpropval(struct openpromio *opp) in mc_getpropval()
/titanic_50/usr/src/cmd/prtconf/
H A Dpdevinfo.c880 struct openpromio opp;
890 struct openpromio *opp = &(oppbuf.opp); in is_openprom()
1724 struct openpromio *opp = &(oppbuf.opp); in do_promversion()
1745 struct openpromio *opp = &(oppbuf.opp); in do_prom_version64()
/titanic_50/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c668 struct openpromio opp;
675 struct openpromio *opp = &(oppbuf.opp); in prom_get_prop()
697 struct openpromio *opp = &(oppbuf.opp); in prom_set_prop()
/titanic_50/usr/src/cmd/power/
H A Dhandlers.c966 struct openpromio oppio; in utop()
969 struct openpromio *opp; in utop()
H A Dpowerd.c1090 struct openpromio opp; in get_prom()
1092 register struct openpromio *opp = &(oppbuf.opp); in get_prom()
/titanic_50/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2515 struct openpromio oppbuf; in get_asr_export_list()
2516 struct openpromio *opp = &oppbuf; in get_asr_export_list()
2529 opp = (struct openpromio *)malloc(sizeof (struct openpromio) + in get_asr_export_list()
2535 (void) memset(opp, '\0', sizeof (struct openpromio) + listsize); in get_asr_export_list()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-header.mf1245 file path=usr/include/sys/openpromio.h