Searched refs:ptype (Results 1 - 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddseng.c62 isns_type_t ptype = 0; local
80 ptype = obj->type;
84 ptype = OBJ_ENTITY;
101 TYPE_OF_PARENT[obj->type] == ptype) {
109 ec = buff_child_obj(ptype, type,
123 TYPE_OF_PARENT[OBJ_PG] == ptype) {
132 TYPE_OF_PARENT[OBJ_ASSOC_ISCSI] == ptype) {
146 TYPE_OF_PARENT[OBJ_ASSOC_DD] == ptype) {
170 NUM_OF_CHILD[ptype] > 0 &&
172 TYPE_OF_PARENT[obj->type] != ptype)) {
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c60 print_arp(char field_id, const uchar_t *buf, const arh_t *arh, uint16_t ptype) argument
72 } else if (ptype == IP_ARP_PROTO_TYPE) {
94 uint16_t htype, ptype, op; local
107 mdb_nhconvert(&ptype, arp.arh.arh_proto, sizeof (ptype));
125 mdb_printf("%?s ar$pro %x (%s)\n", "", ptype,
126 ptype == IP_ARP_PROTO_TYPE ? "IP" : "Unknown");
159 print_arp('s', arp.addrs, &arp.arh, ptype);
161 &arp.arh, ptype);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drap.c167 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, int value) argument
175 switch (ptype) {
259 char ptype = *p; local
265 switch (ptype) {
272 error = smb_rap_rqparam(rap, ptype, plen, value);
285 char ptype = *p; local
291 switch (ptype) {
306 char ptype = *p; local
313 switch (ptype) {
333 char ptype; local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker_set.h82 #define SET_DECLARE(set, ptype) \
83 extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
84 extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c266 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 Dndr_client.c66 bhdr->common_hdr.ptype = NDR_PTYPE_BIND;
114 if (mxa.ptype != NDR_PTYPE_BIND_ACK)
154 mxa.ptype = NDR_PTYPE_REQUEST;
161 reqhdr->common_hdr.ptype = NDR_PTYPE_REQUEST;
198 if (mxa.ptype != NDR_PTYPE_RESPONSE) {
H A Dndr_server.c286 switch (mxa->ptype) {
606 switch (mxa->ptype) {
622 hdr->ptype = NDR_PTYPE_BIND_ACK;
642 hdr->ptype = NDR_PTYPE_RESPONSE;
651 hdr->ptype = NDR_PTYPE_ALTER_CONTEXT_RESP;
665 hdr->ptype = 0xFF;
722 mxa->send_hdr.fault_hdr.common_hdr.ptype = NDR_PTYPE_FAULT;
753 switch (hdr->ptype) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlether.c156 * for the parameter type indicated by ptype. The permissible
157 * values for ptype are CURRENT, CAPABLE, ADV, PEERADV.
161 int ptype)
163 boolean_t autoneg = eattr->lei_attr[ptype].le_autoneg;
171 * for the parameter type indicated by ptype. The permissible
172 * values for ptype are CURRENT, CAPABLE, ADV, PEERADV.
176 int ptype)
178 boolean_t pause = eattr->lei_attr[ptype].le_pause;
179 boolean_t asmpause = eattr->lei_attr[ptype].le_asmpause;
201 int ptype)
160 dladm_ether_autoneg2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument
175 dladm_ether_pause2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument
200 dladm_ether_spdx2str(char *buf, size_t buflen, dladm_ether_info_t *eattr, int ptype) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx, argument
319 if ((fixalign == TRUE) && (ptype == PT_LOAD) && (shidx == 1))
431 Word ptype = phdr->p_type; local
444 if ((ptype >= PT_LOOS) && (ptype <= PT_HIOS))
447 if (ptype == PT_PHDR) {
463 } else if (ptype == PT_INTERP) {
466 } else if (ptype == PT_DYNAMIC) {
469 } else if (ptype == PT_TLS) {
472 } else if (ptype
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c85 ptype(proc->res_prefix, proc->res_type, 1);
121 ptype(proc->args.decls->decl.prefix,
127 ptype(proc->res_prefix,
149 ptype(proc->args.decls->decl.prefix,
154 ptype(proc->res_prefix, proc->res_type, 1);
165 ptype(proc->res_prefix,
195 ptype(proc->res_prefix, proc->res_type, 1);
206 ptype(proc->res_prefix, proc->res_type, 1);
251 ptype(proc->res_prefix, proc->res_type, 0);
H A Drpc_sample.c104 ptype(proc->res_prefix,
111 ptype(proc->res_prefix, proc->res_type, 1);
118 ptype(proc->args.decls->decl.prefix,
129 ptype(l->decl.prefix, l->decl.type, 1);
197 ptype(proc->res_prefix, proc->res_type, 1);
284 ptype(plist->res_prefix, plist->res_type, 1);
H A Drpc_util.h154 extern void ptype(char *, char *, int);
H A Drpc_tblout.c187 ptype(prefix, type, 0);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c49 open_dialup(char *ptype, PRINTER *pp) argument
154 open_direct(char *ptype, PRINTER *pp) argument
176 tidbit(ptype, "bufsz", &bufsz);
177 tidbit(ptype, "cps", &cps);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java474 Value ptype = new Value("type", type);
477 props.add(ptype);
480 ptype.close();
499 Value ptype = new Value("type", type);
502 props.add(ptype);
505 ptype.close();
/illumos-gate/usr/src/lib/libpicltree/
H A Dllib-lpicltree69 int ptree_init_propinfo(ptree_propinfo_t *infop, int version, int ptype,
83 picl_prop_type_t ptype, void *pval, size_t valsize,
H A Dpicltree.h119 int ptype, int pmode, size_t psize, char *pname,
134 picl_prop_type_t ptype, void *pval, size_t valsize,
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c369 priv_ptype_t ptype; local
392 ptype = PRIV_EFFECTIVE;
398 ptype = PRIV_PERMITTED;
400 if (err == 0 && setppriv(PRIV_SET, ptype, pset) == -1)
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c87 ctf_id_t ntype, ptype; local
168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR)
169 return (ptype);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c462 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)) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c279 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...]
H A Dgrub.h90 typedef int (*reply_t)(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *udp);
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h161 picl_prop_type_t ptype, void *pval, size_t valsize,
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h23 u_int32_t ptype; member in struct:_bam_pg_alloc_args
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c185 * ptype - C type to cast value to for printing
189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \
199 (void) fprintf(fp, vfmt, (ptype)value); \
222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \
240 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \
770 #define NVP(elem, type, vtype, ptype, format) { \
775 nvpair_name(elem), (ptype)value); \
778 #define NVPA(elem, type, vtype, ptype, format) { \
785 nvpair_name(elem), i, (ptype)value[i]); \

Completed in 99 milliseconds

1234