Searched defs:po (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/i386/
H A DMakefile29 xen_link.o xen_link.ln xen_link.po := CPPFLAGS += -I$(UTSBASE)/i86xpv
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y55 | start po
58 po : comment label
H A Dgnu_msgfmt.h90 int po; /* po index */ member in struct:messages
/illumos-gate/usr/src/lib/libgrubmgmt/
H A DMakefile31 POFILE = libgrubmgmt.po
32 POFILES = common/libgrub_errno.po
64 common/libgrub_errno.po := XGETFLAGS += -a
/illumos-gate/usr/src/cmd/ptools/
H A DMakefile72 pmadvise/pmadvise.po := CPPFLAGS += -I$(PMAP)
77 POFILES = plgrp/plgrp.po pmadvise/pmadvise.po psecflags/psecflags.po
78 POFILE = ptools.po
/illumos-gate/usr/src/cmd/refer/
H A DMakefile45 POFILES= $(OBJS:%.o=%.po)
46 POFILE= refer.po
55 addbib.po := XGETFLAGS += -a -x addbib.xcl
106 types.po:
107 touch types.po
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c84 struct nd_opt_prefix_info *po; local
99 po = (struct nd_opt_prefix_info *)opt;
100 if (optlen != sizeof (*po) ||
105 inet_ntop(AF_INET6, (void *)&po->nd_opt_pi_prefix,
107 po->nd_opt_pi_prefix_len);
109 (po->nd_opt_pi_flags_reserved &
113 (po->nd_opt_pi_flags_reserved &
117 ntohl(po->nd_opt_pi_valid_time));
119 ntohl(po->nd_opt_pi_preferred_time));
H A Dndp.c594 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
597 if (8 * po->nd_opt_pi_len != sizeof (*po)) {
605 8 * (int)po->nd_opt_pi_len);
608 if (IN6_IS_ADDR_LINKLOCAL(&po->nd_opt_pi_prefix)) {
618 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) &&
622 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK) &&
644 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
650 plen = po->nd_opt_pi_prefix_len;
653 prefix_equal(po
678 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
728 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
796 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
891 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
1352 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; local
[all...]
H A Dmain.c210 struct nd_opt_prefix_info *po; local
275 po = (struct nd_opt_prefix_info *)pptr;
287 if (packetlen + sizeof (*po) >
299 po = (struct nd_opt_prefix_info *)pptr;
301 po->nd_opt_pi_type = ND_OPT_PREFIX_INFORMATION;
302 po->nd_opt_pi_len = sizeof (*po)/8;
303 po->nd_opt_pi_flags_reserved = 0;
305 po->nd_opt_pi_flags_reserved |=
309 po
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A DMakefile49 POFILES = $(SRCS:%.c=%.po) \
50 svccfg_grammar.po \
51 svccfg_lex.po \
52 ../common/manifest_find.po \
53 ../common/manifest_hash.po
58 POFILE = $(PROG)_all.po
121 svccfg_help.po := XGETFLAGS = -a
/illumos-gate/usr/src/cmd/ucodeadm/
H A DMakefile37 POFILE = ucodeadm_all.po
38 POFILES = $(PROG_OBJS:%.o=%.po)
72 _msg: ucodeadm_all.po
99 ucode_errno.po := XGETFLAGS += -a
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c117 struct pollfd po; local
118 po.fd = fd;
119 po.events = POLLIN;
120 po.revents = 0;
122 if((r = SFPOLL(&po,1,tm)) < 0)
131 else r = (po.revents&POLLIN) ? 1 : -1;
/illumos-gate/usr/src/cmd/troff/
H A Dni.c95 int po = PO; variable
98 int po; variable
/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c405 uint_t po, bo, spb; local
408 po = ((uintptr_t)addr & HRM_BASEOFFSET) >> MMU_PAGESHIFT; /* pg off */
409 bo = po / (NBBY / 2); /* which byte in bit array */
410 spb = (3 - (po & 3)) * 2; /* shift position within byte */
458 uint_t po; local
465 po = ((uintptr_t)a & HRM_BASEOFFSET) >> MMU_PAGESHIFT;
478 while (i < n && (po & 3)) {
479 bo = po / (NBBY / 2);
480 spb = (3 - (po & 3)) * 2;
484 po
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A DMakefile115 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
116 soconfig.po
117 POFILE= usr.sbin.po
160 if_mpadm.po := XGETFLAGS += -a
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile96 POFILE= fs.d.po
97 POFILES1= $(PROG:%=%.po) $(ROOTFS_PROG:%=%.po) switchout.po fssnapsup.po
98 POFILES2= $(I18NDIRS:%=%/%.po)
100 volcopy.po := XGETFLAGS += -a -x volcopy.xcl
101 $(DFPROG).po := XGETFLAGS += -a -x df.xcl
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c793 FCOE_PORT_ATTRIBUTE *po = &outportlist[i]; local
794 bcopy(pi->fpi_pwwn, &po->port_wwn, 8);
800 (void) strcpy((char *)po->mac_link_name,
803 (void) strcpy((char *)po->mac_link_name,
807 po->mac_factory_addr, 6);
809 po->mac_current_addr, 6);
810 po->port_type = (FCOE_UINT8)pi->fpi_port_type;
811 po->mtu_size = pi->fpi_mtu_size;
812 po->mac_promisc = pi->fpi_mac_promisc;
/illumos-gate/usr/src/common/crypto/ecc/
H A Doid.c416 SECOidData *po; local
423 po = &ANSI_oids[oid->data[7]];
424 if (memcmp(oid->data, po->oid.data, 8) == 0)
425 ret = po;
429 po = &ANSI_prime_oids[oid->data[7]];
430 if (memcmp(oid->data, po->oid.data, 8) == 0)
431 ret = po;
435 po = &SECG_oids[oid->data[4]];
436 if (memcmp(oid->data, po->oid.data, 5) == 0)
437 ret = po;
[all...]
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c563 psm_acpi_po(UINT32 po) argument
565 switch (po) {
571 /* po is a single bit; should never reach here */
762 int i, el, po, irqlist_len; local
789 po = resp->Data.Irq.Polarity;
795 po = resp->Data.ExtendedIrq.Polarity;
816 intr_flags.intr_po = psm_acpi_po(po);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1664 uint_t level, po, io_po; local
1684 po = 0;
1704 po = AV_ACTIVE_LOW;
1719 po = AV_ACTIVE_LOW;
1726 if (po && (apic_io_ver[ioapicindex] != IOAPIC_VER_82489DX))
1727 io_po = po;
1732 prom_printf("setio: ioapic=0x%x intin=0x%x level=0x%x po=0x%x "
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1460 insert_slaac_prefix(mac_client_impl_t *mcip, nd_opt_prefix_info_t *po) argument
1476 bcopy(&po->nd_opt_pi_prefix, &addr->sla_prefix,
1485 intercept_prefix_info(mac_client_impl_t *mcip, nd_opt_prefix_info_t *po) argument
1487 if (8 * po->nd_opt_pi_len != sizeof (nd_opt_prefix_info_t)) {
1492 if (po->nd_opt_pi_prefix_len > 128) {
1497 if (IN6_IS_ADDR_LINKLOCAL(&po->nd_opt_pi_prefix)) {
1502 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) == 0)
1506 insert_slaac_prefix(mcip, po);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1551 u_short tup, po; local
1555 po = frp->frp_port;
1563 if (tup != po) /* EQUAL */
1567 if (tup == po) /* NOTEQUAL */
1571 if (tup >= po) /* LESSTHAN */
1575 if (tup <= po) /* GREATERTHAN */
1579 if (tup > po) /* LT or EQ */
1583 if (tup < po) /* GT or EQ */
1587 if (tup >= po && tup <= frp->frp_top) /* Out of range */
1591 if (tup <= po || tu
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4289 struct pci_ops_bus_args po; local
4560 po.config_address =
4563 DEBUG1("config_address=%x\n", po.config_address);
4575 fcode_addr, fcode_size, unit_address, &po);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3608 fprnt(char style, char po) argument
3625 lastpo = po;
3643 switch (po) {
3659 if (po == 'c') {
3717 switch (po) {
3771 switch (po) {
3808 switch (po) {

Completed in 143 milliseconds