/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_marshal.c | 266 mxa->ptype = hdr->ptype; 273 int ptype; local 310 ptype = hdr->ptype; 311 if (ptype == NDR_PTYPE_REQUEST && 313 ptype = NDR_PTYPE_REQUEST_WITH; /* fake for sizing */ 316 rc = ndr_encode_decode_common(nds, ptype, &TYPEINFO(ndr_hdr), hdr); 445 "ndr hdr: %d.%d ptype=%d, %s frag (flags=0x%08x) len=%d", 446 hdr->rpc_vers, hdr->rpc_vers_minor, hdr->ptype, 455 int ptype; local [all...] |
H A D | libndr.h | 432 unsigned short ptype; /* high bits special */ member in struct:ndr_xa
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlether.c | 154 * for the parameter type indicated by ptype. The permissible 155 * values for ptype are CURRENT, CAPABLE, ADV, PEERADV. 159 int ptype) 161 boolean_t autoneg = eattr->lei_attr[ptype].le_autoneg; 169 * for the parameter type indicated by ptype. The permissible 170 * values for ptype are CURRENT, CAPABLE, ADV, PEERADV. 174 int ptype) 176 boolean_t pause = eattr->lei_attr[ptype].le_pause; 177 boolean_t asmpause = eattr->lei_attr[ptype].le_asmpause; 199 int ptype) 158 dladm_ether_autoneg2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument 173 dladm_ether_pause2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument 198 dladm_ether_spdx2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument [all...] |
H A D | libdladm.c | 947 dladm_str2protect(char *token, uint32_t *ptype) argument 955 *ptype = lp->lp_type; 966 dladm_protect2str(uint32_t ptype, char *buf) argument 974 if (lp->lp_type == ptype) {
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_principal.c | 254 int j=0, ptype=0, pcount=0, attrsetmask=0; local 272 if (((st=krb5_get_princ_type(context, &entries, &(ptype))) != 0) || 286 if (ptype == KDB_STANDALONE_PRINCIPAL_OBJECT) {
|
H A D | ldap_misc.c | 839 krb5_get_princ_type(krb5_context context, krb5_db_entry *entries, int *ptype) argument 841 return krb5_get_int_from_tl_data(context, entries, KDB_TL_PRINCTYPE, ptype);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | openfw.c | 323 grub_ieee1275_parse_args (const char *path, enum grub_ieee1275_parse_type ptype) argument 344 switch (ptype)
|
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 23 u_int32_t ptype; member in struct:_bam_pg_alloc_args
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 462 unsigned int ntype, nprio, ptype, popnum; local 603 ptype = GETTYPE(exp->flag); 608 type_name[ptype]); 610 if (ptype == T_LPAR) { 624 (ptype == T_LNOT) || 625 (ptype == T_CONDC)) {
|
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | dns.py | 243 for (prop, ptype, val) in db: 244 if self.ALLPROPS[prop][1] and mvaltype[prop] == ptype: 246 self.traceit(' mval adding: ', prop, ptype, val) 249 for (prop, ptype, val) in db: 250 self.traceit(' adding: ', prop, ptype, val) 253 if not self.add_prop_val(self.DEFPG, prop, ptype, val): 254 self.print_msg(' ERR adding: ', prop, ptype, v) 258 self.traceit(' mval adding: ', prop, ptype, mval[prop]) 259 ptype = mvaltype[prop] variable in class:DnsClient 260 if not self.add_prop_val(self.DEFPG, prop, ptype, mva [all...] |
H A D | ldap.py | 362 for (prop, ptype, val) in cldb: 363 self.traceit(' prop check >> ', prop, ptype, val) 388 for (prop, ptype, val) in crdb: 421 for (prop, ptype, val) in cldb: 422 if self.ALLPROPS[prop][2] and mvaltype[prop] == ptype: 425 for (prop, ptype, val) in cldb: 426 self.traceit(' adding: ', prop, ptype, val) 427 if ptype == 'boolean': 431 if not self.add_prop_val(self.DEFPG, prop, ptype, val): 432 self.traceit(' ERR adding: ', prop, ptype, va 437 ptype = mvaltype[prop] variable in class:LdapClient [all...] |
H A D | nssscf.c | 960 scf_type_t ptype; local 1089 ptype = scf_string_to_type(proptype); 1090 if (ptype == SCF_TYPE_INVALID) { 1098 ptype) == -1) { 1105 ptype) == -1) { 1121 ptype, vallist[i]) == -1) {
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | search.c | 630 char *ptr, *ptype; local 640 ptype = ptr; 641 while (*ptype) { 642 *ptype = tolower(*ptype); 643 ptype++; 653 ptype = ptr; 655 if ((dn = strstr(ptype, ":dn")) == NULL) { 658 rule = strchr(ptype, ':'); 659 if (rule == ptype) { [all...] |
/osnet-11/usr/src/lib/libpicl/ |
H A D | picl.c | 812 picl_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, argument 827 req->ptype = ptype;
|
H A D | picl2door.h | 317 picl_prop_type_t ptype; /* property type */ member in struct:__anon2311
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 870 topo_type_t ptype, const char *mname, topo_version_t version, 907 if ((pv = prop_create(node, pgname, pname, ptype, 930 topo_type_t ptype, const char *mname, const nvlist_t *args, int *err) 942 return (prop_method_register(node, pgname, pname, ptype, mname, 948 const char *pname, topo_type_t ptype, const char *mname, 968 return (prop_method_register(node, pgname, pname, ptype, mname, 869 prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument 929 topo_prop_method_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, const nvlist_t *args, int *err) argument 947 topo_prop_method_version_register(tnode_t *node, const char *pgname, const char *pname, topo_type_t ptype, const char *mname, topo_version_t version, const nvlist_t *args, int *err) argument
|
H A D | topo_xml.c | 201 xlate_common(topo_mod_t *mp, xmlNodePtr xn, topo_type_t ptype, nvlist_t *nvl, argument 218 switch (ptype) { 265 (ptype == TOPO_TYPE_UINT32_ARRAY ? 269 if (ptype != TOPO_TYPE_UINT32_ARRAY) 345 "%s: unrecognized type attribute (ptype = %d)\n", 346 __func__, ptype); 350 switch (ptype) { 495 topo_type_t ptype; local 511 if ((ptype = xmlattr_to_type(mp, xn, (xmlChar *)Type)) 515 if (nvlist_add_int32(nvl, INV_PVALTYPE, ptype) ! 586 prop_create(topo_mod_t *mp, nvlist_t *pfmri, tnode_t *ptn, const char *gnm, const char *pnm, topo_type_t ptype, int flag) argument 715 topo_type_t ptype; local 926 topo_type_t ptype; local [all...] |
/osnet-11/usr/src/lib/libshare_plugins/smb/ |
H A D | libshare_smb.c | 566 int ptype; local 624 ptype = sa_smb_share_findopt_type(namep); 625 if (ptype == OPT_TYPE_BOOLEAN) 627 else if (ptype == OPT_TYPE_ACCLIST) 720 ptype = sa_smb_share_findopt_type(namep); 721 if (ptype == OPT_TYPE_ACCLIST) {
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 75 Namtype_t *ptype; member in struct:Namchld 213 Namval_t *nq = pp->ptype->np; 238 size_t dsize=0,offset = (char*)np-(char*)pp->ptype; 243 np->nvalue.cp = pp->ptype->data + (mp->nvalue.cp-pp->ptype->data); 337 else if(!nq->nvfun && pp->childfun.ttype!=pp->childfun.ptype) 377 pp->childfun.ptype = pp; 398 dp->childfun.ptype = dp; 940 pp->childfun.ptype = pp; 1107 if(xp && nr->nvalue.cp >= xp->ptype [all...] |
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_prop.c | 1194 lldp_ptype2pname(lldp_proptype_t ptype) argument 1198 switch (ptype) {
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 279 unsigned short ptype, struct iphdr *ip __unused, struct udphdr *udp __unused) 282 if (ptype != ARP) 433 unsigned short ptype __unused, 455 static int await_rarp(int ival, void *ptr, unsigned short ptype, argument 459 if (ptype != RARP) 525 unsigned short ptype __unused, struct iphdr *ip __unused, 622 unsigned short ptype __unused, struct iphdr *ip __unused, 887 unsigned short ptype; local 920 ptype = ((unsigned short) nic.packet[12]) << 8 925 if ((ptype 278 await_arp(int ival, void *ptr, unsigned short ptype, struct iphdr *ip __unused, struct udphdr *udp __unused) argument [all...] |
/osnet-11/usr/src/lib/libpicltree/ |
H A D | picltree.c | 2980 ptree_init_propinfo(ptree_propinfo_t *infop, int version, int ptype, int pmode, argument 2989 infop->piclinfo.type = ptype; 3107 compare_propval(picl_nodehdl_t nodeh, char *pname, picl_prop_type_t ptype, argument 3121 if (propinfo.piclinfo.type != ptype) 3148 ptree_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, argument 3160 if (compare_propval(chdh, pname, ptype, pval, valsize)) { 3166 err = ptree_find_node(chdh, pname, ptype, pval, valsize,
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 832 int ptype; local 839 ptype = find_gbl_prop_type(namep); 840 if (ptype == -1) 841 ptype = find_sec_prop_type(namep); 842 if (ptype == OPT_TYPE_ACCLIST) { 880 int ptype; local 891 ptype = find_gbl_prop_type(namep); 892 if (ptype == -1) 893 ptype = find_sec_prop_type(namep); 895 switch (ptype) { 3187 int ptype; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlio.c | 171 int ptype; local 174 ptype = IoTYPE_RDONLY; 177 ptype = IoTYPE_WRONLY; 181 ptype = IoTYPE_RDWR; 208 return ptype;
|