Searched defs:po (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 117 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;
|
/osnet-11/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 800 FCOE_PORT_ATTRIBUTE *po = &outportlist[i]; local 801 bcopy(pi->fpi_pwwn, &po->port_wwn, 8); 807 (void) strcpy((char *)po->mac_link_name, 810 (void) strcpy((char *)po->mac_link_name, 814 po->mac_factory_addr, 6); 816 po->mac_current_addr, 6); 817 po->port_type = (FCOE_UINT8)pi->fpi_port_type; 818 po->mtu_size = pi->fpi_mtu_size; 819 po->mac_promisc = pi->fpi_mac_promisc;
|
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | oid.c | 416 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...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pad.c | 816 Get the value at offset po in the current pad. 824 Perl_pad_sv(pTHX_ PADOFFSET po) argument 829 if (!po) 830 Perl_croak(aTHX_ "panic: pad_sv po"); 834 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2UV(PL_curpad[po])) 836 return PL_curpad[po]; 843 Set the entry at offset po in the current pad to sv. 851 Perl_pad_setsv(pTHX_ PADOFFSET po, SV* sv) argument 857 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2U 996 Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust) argument 1040 register I32 po; local 1150 Perl_pad_free(pTHX_ PADOFFSET po) argument [all...] |
Completed in 55 milliseconds