Searched refs:o_length (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h80 *o_length;
H A Dvalidate.c52 char * o_length = 0; variable
89 o_cpi = o_lpi = o_width = o_length = 0;
192 o_length = Strdup(*pl + 7);
810 if (o_length)
811 Free (o_length);
866 length = o_length;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c746 if (rp->ipRouteIfIndex.o_length == 0) {
775 if (rp1->ipRouteIfIndex.o_length == 0)
786 ifname_len = MIN(rp2->ipRouteIfIndex.o_length,
880 if (rp->ipNetToMediaIfIndex.o_length !=
884 rp->ipNetToMediaIfIndex.o_length) !=
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1589 size_t len = MIN(octp->o_length, ifsize - 1);
1640 rp1->ipRouteIfIndex.o_length == 0)
1733 if (rp->ipv6RouteIfIndex.o_length == 0)
1748 rp1->ipv6RouteIfIndex.o_length == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1534 if (a->o_length != b->o_length)
1537 return (memcmp(a->o_bytes, b->o_bytes, a->o_length) == 0);
1549 for (i = 0; i < op->o_length; i++) {
4187 return (devnam->o_length == 0); /* "none" */
4189 return (devnam->o_length != 0); /* "any" */
4192 if (iflen > devnam->o_length ||
4193 (iflen < devnam->o_length && devnam->o_bytes[iflen] != ':'))
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c622 for (i = 0; i < op->o_length; i++)
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h150 int o_length; member in struct:Octet_s
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c587 sce.sctpAssocRemHostName.o_length = 0;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c10045 mae.ipAdEntIfIndex.o_length =
10137 mae6.ipv6AddrIfIndex.o_length =
10254 ipm.ipGroupMemberIfIndex.o_length =
10405 ips.ipGroupSourceIfIndex.o_length =
10951 re->ipRouteIfIndex.o_length = 0;
10954 re->ipRouteIfIndex.o_length =
11074 re->ipv6RouteIfIndex.o_length = 0;
11078 re->ipv6RouteIfIndex.o_length =
11179 ntme.ipv6NetToMediaPhysAddress.o_length = ill->ill_phys_addr_length;
11182 ntme.ipv6NetToMediaPhysAddress.o_length);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1477 if (rp->ipRouteIfIndex.o_length <
1480 rp->ipRouteIfIndex.o_length] = '\0';

Completed in 104 milliseconds