Home
last modified time | relevance | path

Searched refs:pgt (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport.c1160 port_gettimer_t *pgt) in port_getn() argument
1182 flag = pgt->pgt_flags; in port_getn()
1242 if (pgt->pgt_loop) { in port_getn()
1260 rqtp = pgt->pgt_rqtp; in port_getn()
1261 timecheck = pgt->pgt_timecheck; in port_getn()
1262 pgt->pgt_flags |= PORTGET_WAIT_EVENTS; in port_getn()
1272 error = port_get_timeout(pgt->pgt_timeout, &rqtime, &rqtp, in port_getn()
1317 (!((pgt)->pgt_flags & PORTGET_WAIT_EVENTS) || in port_getn()
1530 if (nevents == 0 && error == 0 && pgt->pgt_loop == 0 && blocking != 0) { in port_getn()
1534 error = port_get_timeout(pgt->pgt_timeout, in port_getn()
[all …]
/titanic_50/usr/src/cmd/isns/isnsd/
H A Dobj.c2150 isns_attr_t const *pgt, in reg_get_pg1() argument
2167 if (pgt[0].tag == PG_KEY2 && in reg_get_pg1()
2168 pgt[1].tag == PG_KEY3) { in reg_get_pg1()
2180 ATTR_INDEX_PG(pgt[i].tag)]; in reg_get_pg1()
2181 ec = assign_attr(attr, &pgt[i]); in reg_get_pg1()
2220 isns_attr_t const *pgt, in reg_get_pg2() argument
2248 pgt[2].tag == PG_PGT && in reg_get_pg2()
2250 pgt[1].tag == 0 && in reg_get_pg2()
2251 pgt[0].tag == PG_KEY1) { in reg_get_pg2()
2270 ATTR_INDEX_PG(pgt[i].tag)]; in reg_get_pg2()
[all …]
H A Dfunc.c644 isns_attr_t pgt[3] = { NULL }; local
728 (ec = reg_get_obj(&obj, &pgt[0], &op, &op_len)) == 0 &&
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12797 list_pg_tmpl(scf_pg_tmpl_t *pgt, scf_propertygroup_t *pg, int templates) in list_pg_tmpl() argument
12838 if (pgt == NULL) in list_pg_tmpl()
12843 if (scf_tmpl_pg_name(pgt, &buf) != -1) { in list_pg_tmpl()
12852 if (scf_tmpl_pg_type(pgt, &buf) != -1) { in list_pg_tmpl()
12861 if (templates == 2 && scf_tmpl_pg_required(pgt, &required) == 0) in list_pg_tmpl()
12865 if (templates == 2 && scf_tmpl_pg_target(pgt, &buf) > 0) { in list_pg_tmpl()
12871 if (templates == 2 && scf_tmpl_pg_common_name(pgt, NULL, &buf) > 0) { in list_pg_tmpl()
12877 if (scf_tmpl_pg_description(pgt, NULL, &buf) > 0) { in list_pg_tmpl()
13328 scf_pg_tmpl_t *pgt; in listtmpl() local
13338 if ((pgt = scf_tmpl_pg_create(g_hndl)) == NULL || in listtmpl()
[all …]
/titanic_50/usr/src/cmd/isns/isnsd/xml/
H A Ddata.def101 DEF_XML_DATA("pgt", "u", ISNS_PG_TAG_ATTR_ID,