Searched defs:layer (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c689 * If popped returns non-zero do not free its layer structure
704 * first element of a layer triplet is the name, the second one is the
755 SV *layer = newSVpvn(name, len); local
767 Perl_load_module(aTHX_ 0, pkgsv, Nullsv, layer, Nullsv);
842 SV *layer = PerlIO_find_layer(aTHX_ name, len, 1); local
843 if (layer) {
844 av_push(av, SvREFCNT_inc(layer));
885 PerlIO_funcs *layer = PerlIO_find_layer(aTHX_ name, len, load); local
887 (layer) ? sv_2mortal(PerlIO_tab_sv(aTHX_ layer))
974 PerlIO_funcs *layer = local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c460 scf_get_decoration_common(const scf_datael_t *dp, scf_decoration_layer_t layer, argument
463 const char *layer_name = scf_decoration_layer_to_rep_string(layer);
3382 scf_decoration_layer_t layer, scf_decoration_t *dec)
3384 return (scf_get_decoration_common(&svc->rd_d, layer, dec));
3456 scf_decoration_layer_t layer, scf_decoration_t *dec)
3458 return (scf_get_decoration_common(&inst->rd_d, layer, dec));
3505 scf_decoration_layer_t layer, scf_decoration_t *dec)
3507 return (scf_get_decoration_common(&pg->rd_d, layer, dec));
4477 * Get layer.
5952 scf_decoration_layer_t layer, scf_decoration_
3381 scf_service_get_decoration(const scf_service_t *svc, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
3455 scf_instance_get_decoration(const scf_instance_t *inst, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
3504 scf_pg_get_decoration(const scf_propertygroup_t *pg, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
5951 scf_property_get_decoration(const scf_property_t *prop, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
6010 scf_property_get_value_at_layer(const scf_property_t *prop, scf_decoration_layer_t layer, scf_value_t *v) argument
[all...]

Completed in 59 milliseconds