Searched defs:ipp (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintpool.c24 ip_pool_t ipp; local
26 if ((*copyfunc)(pp, &ipp, sizeof(ipp)))
29 if ((name != NULL) && strncmp(name, ipp.ipo_name, FR_GROUPLEN))
30 return ipp.ipo_next;
33 if ((ipp.ipo_flags & IPOOL_ANON) != 0)
34 PRINTF("# 'anonymous' tree %s\n", ipp.ipo_name);
37 PRINTF("Name: %s", ipp.ipo_name);
38 if ((ipp.ipo_flags & IPOOL_ANON) == IPOOL_ANON)
44 switch (ipp
[all...]
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c40 #include <ipp.h>
64 papi_ipp_type_match(papi_attribute_value_type_t papi, int8_t ipp) argument
68 switch (ipp) {
84 switch (ipp) {
93 if (ipp != VTAG_BOOLEAN)
97 if (ipp != VTAG_RANGE_OF_INTEGER)
101 if (ipp != VTAG_RESOLUTION)
105 if (ipp != VTAG_DATE_TIME)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c103 ipath_epnamecmp(struct ipath *ipp, struct node *np) argument
108 ASSERT(ipp != NULL);
110 for (i = 0; ipp[i].s != NULL && np != NULL; i++, np = np->u.name.next) {
113 if (ipp[i].s != np->u.name.s)
114 return (np->u.name.s - ipp[i].s);
124 if (ipp[i].i != inum)
125 return (inum - ipp[i].i);
129 if (ipp[i].s == NULL && np == NULL)
131 else if (ipp[i].s == NULL)
151 const struct ipath *ipp; local
168 ipath_dummy(struct node *np, struct ipath *ipp) argument
196 struct ipath *ret, *ipp; local
287 ipath2str(const char *ename, const struct ipath *ipp) argument
342 ipathlastcomp(const struct ipath *ipp) argument
358 ipath2strlen(const char *ename, const struct ipath *ipp) argument
387 ipath_print(int flags, const char *ename, const struct ipath *ipp) argument
409 struct ipath *ipp = (struct ipath *)right; local
[all...]
H A Ditree.h82 const struct ipath *ipp; /* instanced version of event */ member in struct:event
143 const char *ename, const struct ipath *ipp);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h54 uint8_t ipp; /* IP protocol */ member in struct:ip_frag
H A Ddhcpv4.c897 struct in_addr subnet, defr, savr, *ipp, xip; local
913 ipp = &xip;
915 ipp = &pl_pkt->yiaddr;
916 ipp->s_addr = ntohl(ipp->s_addr);
917 ipv4_setipaddr(ipp);
920 ipp->s_addr = htonl(ipp->s_addr);
923 printf("%s: IP address is: %s\n", s_n, inet_ntoa(*ipp));
H A Dipv4.c142 int16_t iplen, int16_t iphlen, uint8_t ipp)
163 fragment[i].ipp = ipp;
209 uint8_t ipp; local
221 ipp = fragment[first_frag].ipp;
224 fragment[i].ipp != ipp) {
141 frag_add(int16_t offset, mblk_t *mp, uint16_t ipid, int16_t iplen, int16_t iphlen, uint8_t ipp) argument
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c583 ip_pool_node_t **ipp, *n; local
587 for (ipp = &ipo->ipo_list; (n = *ipp) != NULL; ipp = &n->ipn_next) {
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp.c221 ibcm_arp_ip_t *ipp; local
248 ipp = &ibds->ibcm_arp_ip[ibds->ibcm_arp_ibd_cnt];
249 ipp->ip_linkid = attr->pa_plinkid;
250 ipp->ip_pkey = attr->pa_pkey;
251 ipp->ip_hca_guid = attr->pa_hca_guid;
252 ipp->ip_port_gid = port_gid;
256 "d-linkid %lX, pkey 0x%lX", ipp->ip_linkid,
257 attr->pa_dlinkid, ipp->ip_pkey);
260 ipp->ip_hca_guid, ipp
383 ibcm_arp_ip_t *ipp; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c574 ip_pkt_t ipp; local
625 bzero(&ipp, sizeof (ipp));
H A Dconn_opt.c108 ip_recv_attr_t *ira, mblk_t *mp, ip_pkt_t *ipp)
138 (ipp->ipp_fields & IPPF_IPV4_OPTIONS)) {
140 ipp->ipp_ipv4_options_len;
189 (ipp->ipp_fields & IPPF_HOPOPTS)) {
190 ancil_size += sizeof (struct T_opthdr) + ipp->ipp_hopoptslen;
199 if (ipp->ipp_fields & IPPF_RTHDRDSTOPTS) {
204 ipp->ipp_rthdrdstoptslen;
209 (ipp->ipp_fields & IPPF_RTHDR)) {
210 ancil_size += sizeof (struct T_opthdr) + ipp->ipp_rthdrlen;
215 (ipp
107 conn_recvancillary_size(conn_t *connp, crb_t recv_ancillary, ip_recv_attr_t *ira, mblk_t *mp, ip_pkt_t *ipp) argument
255 conn_recvancillary_add(conn_t *connp, crb_t recv_ancillary, ip_recv_attr_t *ira, ip_pkt_t *ipp, uchar_t *ancil_buf, uint_t ancil_size) argument
593 ip_pkt_t *ipp = coa->coa_ipp; local
1179 ip_pkt_t *ipp = coa->coa_ipp; local
1501 ip_pkt_t *ipp = coa->coa_ipp; local
2189 ip_pkt_t *ipp = &connp->conn_xmit_ipp; local
2291 conn_prepend_hdr(ip_xmit_attr_t *ixa, const ip_pkt_t *ipp, const in6_addr_t *v6src, const in6_addr_t *v6dst, uint8_t protocol, uint32_t flowinfo, uint_t ulp_hdr_length, mblk_t *data_mp, uint_t data_length, uint_t wroff_extra, uint32_t *sump, int *errorp) argument
2447 ip_attr_nexthop(const ip_pkt_t *ipp, const ip_xmit_attr_t *ixa, const in6_addr_t *dst, in6_addr_t *nexthop) argument
2752 conn_update_label(const conn_t *connp, const ip_xmit_attr_t *ixa, const in6_addr_t *v6dst, ip_pkt_t *ipp) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c556 rdc_if_t **ipp; local
609 for (ipp = &rdc_if_top; *ipp; ipp = &((*ipp)->next)) {
610 if (*ipp == ip) {
611 *ipp = ip->next;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c997 iscsi_target_prop_mod(iscsi_hba_t *ihp, iscsi_property_t *ipp, int cmd) argument
1017 rtn = iscsi_sess_get(ipp->p_oid, ihp, &isp);
1019 rtn = iscsi_sess_get_by_target(ipp->p_oid, ihp, &isp);
1031 name = (char *)iscsi_targetparam_get_name(ipp->p_oid);
1051 bcopy(isp->sess_alias, ipp->p_alias,
1053 bcopy(isp->sess_name, ipp->p_name,
1055 ipp->p_alias_len = isp->sess_alias_length;
1056 ipp->p_name_len = isp->sess_name_length;
1057 ipp->p_discovery = isp->sess_discovered_by;
1058 ipp
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c819 load_property(scf_property_t *prop, property_t **ipp) argument
961 *ipp = iprop;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c981 struct ud_inode **ipp, struct vattr *vap, struct cred *cr)
1205 if ((err = ud_iget(pip->i_vfs, prn, blkno, ipp, bp, cr)) != 0) {
980 ud_ialloc(struct ud_inode *pip, struct ud_inode **ipp, struct vattr *vap, struct cred *cr) argument
H A Dudf_dir.c117 char *namep, struct ud_inode **ipp, struct cred *cr, int32_t skipdnlc)
157 *ipp = dip;
165 *ipp = dip;
166 dnlc_enter(dvp, namep, ITOV(*ipp));
173 *ipp = VTOI(vp);
250 VN_RELE(ITOV(*ipp));
267 loc, ipp, NULL, cr);
295 loc, ipp, NULL, cr);
300 ITOV(*ipp));
333 struct ud_inode **ipp,
116 ud_dirlook(struct ud_inode *dip, char *namep, struct ud_inode **ipp, struct cred *cr, int32_t skipdnlc) argument
326 ud_direnter( struct ud_inode *tdp, char *namep, enum de_op op, struct ud_inode *sdp, struct ud_inode *sip, struct vattr *vap, struct ud_inode **ipp, struct cred *cr, caller_context_t *ctp) argument
876 ud_dircheckforname(struct ud_inode *tdp, char *namep, int32_t namelen, struct slot *slotp, struct ud_inode **ipp, uint8_t *buf, struct cred *cr) argument
1228 ud_dirmakeinode(struct ud_inode *tdp, struct ud_inode **ipp, struct vattr *vap, enum de_op op, struct cred *cr) argument
[all...]
H A Dudf_inode.c162 struct ud_inode **ipp, struct buf *pbp, struct cred *cred)
216 *ipp = ip;
921 *ipp = ip;
161 ud_iget(struct vfs *vfsp, uint16_t prn, uint32_t ploc, struct ud_inode **ipp, struct buf *pbp, struct cred *cred) argument
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c1921 nsc_iodev_t **ipp; local
1936 for (ipp = &dev->nsc_list; *ipp; ipp = &(*ipp)->si_next)
1937 if (*ipp == iodev) {
1938 *ipp = iodev->si_next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c856 get_ifdata(char *dev, int unit, ipaddr_t *ipp, ipaddr_t *maskp) argument
878 *ipp = (ipaddr_t)ntohl(sin->sin_addr.s_addr);
907 get_ipaddr(struct rarpdev *rdev, uchar_t *laddr, uchar_t *ipp, ipaddr_t *ipaddr) argument
964 (void) memcpy(ipp, &addr, sizeof (ipaddr_t));
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c350 struct stmf_i_port_provider ipp; local
375 if (mdb_vread(&ipp, sizeof (stmf_i_port_provider_t),
384 mdb_printf(" port provider: %p\n", ipp.ipp_pp);
387 ippp = ipp.ipp_next;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c295 ino_t ipref, mode_t mode, struct inode **ipp, cred_t *cr)
355 err = ufs_iget(pip->i_vfs, ino, ipp, cr);
369 ip = *ipp;
294 ufs_ialloc(struct inode *pip, ino_t ipref, mode_t mode, struct inode **ipp, cred_t *cr) argument
H A Dufs_dir.c170 * Look for a given name in a directory. On successful return, *ipp
179 struct inode **ipp,
223 *ipp = VTOI(vp);
246 *ipp = dp;
259 err = ufs_iget_alloced(dp->i_vfs, ep_ino, ipp, cr);
267 VN_RELE(ITOV(*ipp));
272 dnlc_update(dvp, namep, ITOV(*ipp));
278 VN_RELE(ITOV(*ipp));
284 err = ufs_iget_alloced(dp->i_vfs, ep_ino, ipp, cr);
290 dnlc_update(dvp, namep, ITOV(*ipp));
176 ufs_dirlook( struct inode *dp, char *namep, struct inode **ipp, struct cred *cr, int skipdnlc, int skipcaching) argument
640 ufs_direnter_cm( struct inode *tdp, char *namep, enum de_op op, struct vattr *vap, struct inode **ipp, struct cred *cr, int flags) argument
1007 ufs_dircheckforname( struct inode *tdp, char *namep, int namlen, struct ufs_slot *slotp, struct inode **ipp, struct cred *cr, int noentry) argument
2061 ufs_dirmakeinode( struct inode *tdp, struct inode **ipp, struct vattr *vap, enum de_op op, struct cred *cr) argument
3160 ufs_xattrmkdir( struct inode *tdp, struct inode **ipp, int flags, struct cred *cr) argument
[all...]
H A Dufs_inode.c387 ufs_iget(struct vfs *vfsp, ino_t ino, struct inode **ipp, struct cred *cr) argument
389 return (ufs_iget_internal(vfsp, ino, ipp, cr, 0));
397 ufs_iget_alloced(struct vfs *vfsp, ino_t ino, struct inode **ipp, argument
400 return (ufs_iget_internal(vfsp, ino, ipp, cr, 1));
444 ufs_iget_internal(struct vfs *vfsp, ino_t ino, struct inode **ipp, argument
506 *ipp = ip;
656 *ipp = ip;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c917 ip_pkt_t *ipp = &connp->conn_xmit_ipp; local
934 ip_hdr_length = ip_total_hdrs_len_v4(ipp);
972 ip_build_hdrs_v4(hdrs, ip_hdr_length, ipp, connp->conn_proto);
976 if (ipp->ipp_fields & IPPF_IPV4_OPTIONS)
980 ip_hdr_length = ip_total_hdrs_len_v6(ipp);
1012 ip_build_hdrs_v6(hdrs, ip_hdr_length, ipp, connp->conn_proto,
1016 if (ipp->ipp_fields & IPPF_RTHDR) {
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c566 cpu_idle_cb_impl_t *ip, **ipp; local
583 for (ipp = &cpu_idle_cb_busy; *ipp != NULL; ipp = &(*ipp)->next) {
584 if (*ipp == ip) {
585 *ipp = ip->next;

Completed in 163 milliseconds

12