Home
last modified time | relevance | path

Searched defs:pg (Results 1 – 25 of 113) sorted by relevance

12345

/titanic_44/usr/src/uts/common/disp/
H A Dcmt.c134 #define IS_CMT_PG(pg) (((pg_t *)(pg))->pg_class->pgc_id == pg_cmt_class_id) argument
228 pg_cmt_free(pg_t *pg) in pg_cmt_free()
300 cmt_callback_init(pg_t *pg) in cmt_callback_init()
331 cmt_hier_promote(pg_cmt_t *pg, cpu_pg_t *pgdata) in cmt_hier_promote()
502 pg_cmt_t *pg; in pg_cmt_cpu_init() local
772 pg_cmt_t *pg; in pg_cmt_cpu_fini() local
887 pg_t *pg; in pg_cmt_cpupart_in() local
920 pg_t *pg; in pg_cmt_cpupart_move() local
976 pg_cmt_t *pg; in pg_cmt_cpu_active() local
1046 pg_cmt_t *pg; in pg_cmt_cpu_inactive() local
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dpg.c149 #define PG_FREE(pg) \ argument
158 #define PG_POLICY_NAME(pg) \ argument
165 #define PG_CPU_BELONGS(pg, cp) \ argument
340 pg_t *pg; in pg_cpu_find_pg() local
362 pg_t *pg = itr->pg; in pg_cpu_next() local
372 pg_cpu_find(pg_t *pg, cpu_t *cp) in pg_cpu_find()
384 pg_callback_set_defaults(pg_t *pg) in pg_callback_set_defaults()
396 pg_t *pg; in pg_create() local
438 pg_destroy(pg_t *pg) in pg_destroy()
462 pg_cpu_add(pg_t *pg, cpu_t *cp, cpu_pg_t *cpu_pg) in pg_cpu_add()
[all …]
H A Dpghw.c226 pghw_init(pghw_t *pg, cpu_t *cp, pghw_type_t hw) in pghw_init()
265 pghw_fini(pghw_t *pg) in pghw_fini()
287 pghw_cmt_fini(pghw_t *pg) in pghw_cmt_fini()
332 pghw_t *pg; in pghw_find_pg() local
351 pghw_t *pg; in pghw_find_by_instance() local
444 pghw_set_add(group_t *hwset, pghw_t *pg) in pghw_set_add()
453 pghw_set_remove(group_t *hwset, pghw_t *pg) in pghw_set_remove()
497 pghw_kstat_create(pghw_t *pg) in pghw_kstat_create()
554 pghw_t *pg = ksp->ks_private; in pghw_kstat_update() local
572 pghw_t *pg = ksp->ks_private; in pghw_cu_kstat_update() local
[all …]
/titanic_44/usr/src/cmd/svc/startd/
H A Dlibscf.c429 scf_propertygroup_t *pg = scf_pg_create(h); in libscf_get_stn_tset() local
507 libscf_read_state(const scf_propertygroup_t *pg, const char *prop_name, in libscf_read_state()
547 libscf_read_states(const scf_propertygroup_t *pg, in libscf_read_states()
590 depgroup_empty(scf_handle_t *h, scf_propertygroup_t *pg) in depgroup_empty()
623 depgroup_read_scheme(scf_handle_t *h, scf_propertygroup_t *pg) in depgroup_read_scheme()
651 depgroup_read_grouping(scf_handle_t *h, scf_propertygroup_t *pg) in depgroup_read_grouping()
681 depgroup_read_restart(scf_handle_t *h, scf_propertygroup_t *pg) in depgroup_read_restart()
723 get_boolean(scf_propertygroup_t *pg, const char *propname, uint8_t *valuep) in get_boolean()
816 libscf_get_info_events_all(scf_propertygroup_t *pg) in libscf_get_info_events_all()
846 get_count(scf_propertygroup_t *pg, const char *propname, uint64_t *valuep) in get_count()
[all …]
/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_conv.c31 __bam_pgin(pg, pp, cookie) in __bam_pgin() argument
53 __bam_pgout(pg, pp, cookie) in __bam_pgout() argument
74 __bam_mswap(pg) in __bam_mswap() argument
/titanic_44/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c38 __ham_pgin(pg, pp, cookie) in __ham_pgin() argument
71 __ham_pgout(pg, pp, cookie) in __ham_pgout() argument
92 __ham_mswap(pg) in __ham_mswap() argument
/titanic_44/usr/src/uts/common/sys/
H A Dpg.h74 typedef struct pg { struct
75 pgid_t pg_id; /* seq id */ argument
76 pg_relation_t pg_relation; /* grouping relationship */ argument
77 struct pg_class *pg_class; /* pg class */ argument
78 struct group pg_cpus; /* group of CPUs */ argument
79 pg_cb_ops_t pg_cb; /* pg events ops vector */ argument
126 pg_t *pg; member
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c835 pgroup_t *pg; in lxml_get_pgroup() local
889 lxml_get_method_profile(pgroup_t *pg, xmlNodePtr profile) in lxml_get_method_profile()
903 lxml_get_method_credential(pgroup_t *pg, xmlNodePtr cred) in lxml_get_method_credential()
959 lxml_get_method_environment(pgroup_t *pg, xmlNodePtr environment) in lxml_get_method_environment()
999 lxml_get_method_context(pgroup_t *pg, xmlNodePtr ctx) in lxml_get_method_context()
1043 pgroup_t *pg; in lxml_get_entity_method_context() local
1054 pgroup_t *pg; in lxml_get_exec_method() local
1144 pgroup_t *pg; in lxml_get_dependency() local
1249 pgroup_t *pg; in lxml_get_dependent() local
1366 pgroup_t *pg; in lxml_get_entity_stability() local
[all …]
H A Dsvccfg_internal.c186 pgroup_t *pg = v; in internal_pgroup_dump() local
325 pgroup_t *pg; in internal_service_free() local
370 pgroup_t *pg; in internal_instance_free() local
410 internal_pgroup_free(pgroup_t *pg) in internal_pgroup_free()
430 pgroup_t *pg; in find_pgroup() local
464 pgroup_t *pg; in internal_pgroup_create_common() local
546 internal_property_find(pgroup_t *pg, const char *name) in internal_property_find()
696 internal_attach_dependent(entity_t *ent, pgroup_t *pg) in internal_attach_dependent()
978 load_pg_attrs(const scf_propertygroup_t *pg, pgroup_t **ipgp) in load_pg_attrs()
1064 load_pg(const scf_propertygroup_t *pg, pgroup_t **ipgp, const char *fmri, in load_pg()
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c63 __bt_pgin(t, pg, pp) in __bt_pgin() argument
131 __bt_pgout(t, pg, pp) in __bt_pgout() argument
205 mswap(pg) in mswap() argument
H A Dbt_overflow.c90 db_pgno_t pg; local
141 __ovfl_put(t, dbt, pg) in __ovfl_put() argument
200 db_pgno_t pg; local
H A Dbt_seq.c191 db_pgno_t pg; local
280 db_pgno_t pg; local
412 db_pgno_t pg; local
732 db_pgno_t pg; local
829 db_pgno_t pg; local
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c70 __db_pgin(pg, pagesize, pp) in __db_pgin() argument
84 __db_pgout(pg, pagesize, pp) in __db_pgout() argument
97 __db_convert(pg, pp, pagesize, pgin) in __db_convert() argument
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c296 struct phyint_group *pg; in phyint_group_lookup() local
313 phyint_insert(struct phyint *pi, struct phyint_group *pg) in phyint_insert()
370 phyint_create(char *pi_name, struct phyint_group *pg, uint_t ifindex, in phyint_create()
489 phyint_group_insert(struct phyint_group *pg) in phyint_group_insert()
507 struct phyint_group *pg; in phyint_group_create() local
538 phyint_group_chstate(struct phyint_group *pg, enum pg_state state) in phyint_group_chstate()
606 struct phyint_group *pg; in phyint_inst_init_from_k() local
819 struct phyint_group *pg; in phyint_inst_sockinit() local
1098 phyint_group_delete(struct phyint_group *pg) in phyint_group_delete()
1138 phyint_group_refresh_state(struct phyint_group *pg) in phyint_group_refresh_state()
[all …]
/titanic_44/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c198 scf_propertygroup_t *pg = NULL; in get_start_pg() local
300 scf_propertygroup_t *pg = NULL; in pg_match() local
397 scf_propertygroup_t *pg; in get_stop_pg() local
437 scf_propertygroup_t *pg = NULL; in get_script_pg() local
559 cleanup_pg(scf_propertygroup_t *pg) in cleanup_pg()
703 set_legacy_service(scf_propertygroup_t *pg, const char *script, ino_t inode) in set_legacy_service()
812 scf_propertygroup_t *pg; in main() local
/titanic_44/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c244 get_bool_prop(scf_propertygroup_t *pg, const char *propname, uint8_t *bp) in get_bool_prop()
318 set_bool_prop(scf_propertygroup_t *pg, const char *propname, boolean_t b) in set_bool_prop()
401 get_astring_prop(const scf_propertygroup_t *pg, const char *propname, in get_astring_prop()
440 const char *pgtype, uint32_t pgflags, scf_propertygroup_t *pg) in pg_get_or_add()
505 scf_propertygroup_t *pg = NULL; in restarter_setup() local
587 scf_propertygroup_t *pg; in set_inst_enabled() local
923 const scf_propertygroup_t *pg, const char *propname, scf_property_t *prop, in dep_get_astring()
1028 scf_propertygroup_t *pg; in enable_fmri_rec() local
1332 scf_propertygroup_t *pg; in set_inst_action() local
1490 scf_propertygroup_t *pg; in inst_get_state() local
[all …]
H A Dsynch.c73 scf_propertygroup_t *pg; in is_enabled() local
101 read_astring_prop(scf_propertygroup_t *pg, scf_value_t *val, in read_astring_prop()
145 prop_walk_init(scf_propertygroup_t *pg, const char *name) in prop_walk_init()
455 scf_propertygroup_t *pg; in has_potential() local
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ argument
216 #define LOFFSET(pg) (P_OVERHEAD + NUM_ENT(pg) * sizeof(db_indx_t)) argument
219 #define P_FREESPACE(pg) (HOFFSET(pg) - LOFFSET(pg)) argument
222 #define P_ENTRY(pg, indx) ((u_int8_t *)pg + ((PAGE *)pg)->inp[indx]) argument
268 #define HPAGE_TYPE(pg, indx) (*P_ENTRY(pg, indx)) argument
298 #define LEN_HITEM(pg, pgsize, indx) \ argument
301 #define LEN_HKEYDATA(pg, psize, indx) \ argument
325 #define H_NUMPAIRS(pg) (NUM_ENT(pg) / 2) argument
328 #define H_PAIRKEY(pg, pindx) P_ENTRY(pg, H_KEYINDEX(pindx)) argument
329 #define H_PAIRDATA(pg, pindx) P_ENTRY(pg, H_DATAINDEX(pindx)) argument
[all …]
/titanic_44/usr/src/lib/libstmf/common/
H A Dstore.c293 scf_propertygroup_t *pg = NULL; in iPsAddRemoveGroupMember() local
637 scf_propertygroup_t *pg = NULL; in iPsAddRemoveLuViewEntry() local
926 scf_propertygroup_t *pg = NULL; in iPsAddViewEntry() local
1290 scf_propertygroup_t *pg = NULL; in psClearProviderData() local
1385 scf_propertygroup_t *pg = NULL; in iPsCreateDeleteGroup() local
1692 scf_propertygroup_t *pg = NULL; in iPsGetGroupList() local
1865 scf_propertygroup_t *pg = NULL; in iPsGetGroupMemberList() local
2072 scf_propertygroup_t *pg = NULL; in iPsGetSetPersistType() local
2289 scf_propertygroup_t *pg = NULL; in iPsGetSetStmfProp() local
2644 scf_propertygroup_t *pg = NULL; in iPsGetServiceVersion() local
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dpg.c70 pg(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pg() function
72 pg_t pg; in pg() local
/titanic_44/usr/src/cmd/ipf/svc/
H A Dipfd.c221 pg_get_prop_value(const scf_propertygroup_t *pg, const char *pname, in pg_get_prop_value()
245 is_correct_event(const char *fmri, const scf_propertygroup_t *pg, in is_correct_event()
495 repository_event_process(scf_propertygroup_t *pg) in repository_event_process()
569 scf_propertygroup_t *pg; in repository_event_wait() local
/titanic_44/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c77 #define scf_entity_get_pg(ent, name, pg) \ argument
224 display_prop(scf_propertygroup_t *pg, scf_property_t *prop) in display_prop()
307 display_pg(scf_propertygroup_t *pg) in display_pg()
416 scf_propertygroup_t *pg; in process_ent() local
601 process_pg(scf_propertygroup_t *pg) in process_pg()
669 process_prop(scf_propertygroup_t *pg, scf_property_t *prop) in process_prop()
775 scf_propertygroup_t *lpg, *pg; in do_wait() local
/titanic_44/usr/src/lib/libscf/common/
H A Dnotify_params.c192 scf_propertygroup_t *pg, int composed) in get_pg()
242 uint32_t flags, scf_propertygroup_t *pg) in get_or_add_pg()
284 scf_propertygroup_t *pg) in del_pg()
675 notify_set_params(scf_propertygroup_t *pg, nvlist_t *params) in notify_set_params()
1272 scf_propertygroup_t *pg = scf_pg_create(h); in smf_notify_set_params() local
1394 _scf_notify_get_params(scf_propertygroup_t *pg, nvlist_t *params) in _scf_notify_get_params()
1509 const char *pgname, scf_propertygroup_t *pg) in get_stn_pg()
1528 get_pg_source(scf_propertygroup_t *pg, nvlist_t *params) in get_pg_source()
1584 scf_propertygroup_t *pg = scf_pg_create(h); in _scf_get_svc_notify_params() local
1707 scf_propertygroup_t *pg = scf_pg_create(h); in _scf_get_fma_notify_params() local
[all …]
H A Dscf_tmpl.c220 _scf_get_pg_type(scf_propertygroup_t *pg) in _scf_get_pg_type()
327 _read_single_value_from_pg(scf_propertygroup_t *pg, const char *prop_name, in _read_single_value_from_pg()
398 _scf_read_single_astring_from_pg(scf_propertygroup_t *pg, const char *prop_name) in _scf_read_single_astring_from_pg()
489 _read_single_boolean_from_pg(scf_propertygroup_t *pg, const char *prop_name, in _read_single_boolean_from_pg()
531 _append_astrings_values(scf_propertygroup_t *pg, const char *prop_name, in _append_astrings_values()
682 _read_astrings_values(scf_propertygroup_t *pg, const char *prop_name, in _read_astrings_values()
759 _tmpl_pg_name(const char *pg, const char *type, int use_type) in _tmpl_pg_name()
813 _scf_get_pg_name(scf_propertygroup_t *pg) in _scf_get_pg_name()
990 scf_propertygroup_t *pg = NULL; in _get_restarter_inst() local
1317 const scf_snapshot_t *snap, const char *name, scf_propertygroup_t *pg) in _get_pg()
[all …]
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.c983 const char *type, uint32_t flags, scf_propertygroup_t *pg) in instance_get_or_add_pg()
1135 scf_propertygroup_t *pg = NULL; in _restarter_commit_states() local
1374 scf_propertygroup_t *pg = NULL; in restarter_remove_contract() local
1674 scf_propertygroup_t *pg = NULL; in restarter_store_contract() local
1981 get_astring_val(scf_propertygroup_t *pg, const char *name, char *buf, in get_astring_val()
2007 get_boolean_val(scf_propertygroup_t *pg, const char *name, uint8_t *b, in get_boolean_val()
2683 get_environment(scf_handle_t *h, scf_propertygroup_t *pg, in get_environment()
2796 scf_propertygroup_t *pg = NULL; in restarter_get_method_context() local
3780 scf_propertygroup_t *pg; in restarter_inst_validate_ractions_aux_fmri() local
3829 scf_propertygroup_t *pg; in restarter_inst_ractions_from_tty() local
[all …]

12345