Searched defs:ACCESS (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strclean.c | 46 #define ACCESS 07 macro 107 if (access(logname, ACCESS) < 0) {
|
H A D | strerr.c | 54 #define ACCESS 07 macro 132 if (access(logname, ACCESS) < 0) {
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | Makefile | 13 CPPFLAGS += $(ACCESS) $(PARANOID) $(NETGROUP) $(TLI) \ 147 ACCESS = -DHOSTS_ACCESS macro
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 110 #define ACCESS(p,f) ((p)->cd==0?(f)->fts_name:(f)->fts_path) macro 946 f->fts_accpath = ACCESS(fts, f); 1090 f->fts_accpath = ACCESS(fts, f); 1137 f->fts_accpath = ACCESS(fts, f); 1204 f->fts_accpath = ACCESS(fts, f);
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | eepro100.c | 253 #define ACCESS(x) x. macro 463 ACCESS(rxfd)rx_buf_addr = 0xffffffff; 487 if (!ACCESS(rxfd)status) 514 ACCESS(rxfd)status = 0; 515 ACCESS(rxfd)command = 0xc000; 516 outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer); 521 printf ("Got a packet: Len = %d.\n", ACCESS(rxfd)count & 0x3fff); 523 nic->packetlen = ACCESS(rxfd)count & 0x3fff; 524 memcpy (nic->packet, ACCESS(rxfd)packet, nic->packetlen); 637 ACCESS(rxf [all...] |
Completed in 64 milliseconds