| /src/dist/pf/sbin/pfctl/ |
| pfctl_radix.c | 61 struct pfioc_table io; local 63 bzero(&io, sizeof io); 64 io.pfrio_flags = flags; 66 io.pfrio_table = *filter; 67 if (ioctl(dev, DIOCRCLRTABLES, &io)) 70 *ndel = io.pfrio_ndel; 77 struct pfioc_table io; local 83 bzero(&io, sizeof io); 98 struct pfioc_table io; local 120 struct pfioc_table io; local 143 struct pfioc_table io; local 165 struct pfioc_table io; local 185 struct pfioc_table io; local 208 struct pfioc_table io; local 231 struct pfioc_table io; local 261 struct pfioc_table io; local 284 struct pfioc_table io; local 307 struct pfioc_table io; local 329 struct pfioc_table io; local 351 struct pfioc_table io; local 377 struct pfioc_table io; local 400 struct pfioc_table io; local 427 struct pfioc_iface io; local [all...] |
| /src/sys/crypto/camellia/ |
| camellia.c | 943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) 948 io[0] ^= SUBL(0); 949 io[1] ^= SUBR(0); 952 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(2),SUBR(2), 953 io[2],io[3],il,ir,t0,t1); 954 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(3),SUBR(3), 955 io[0],io[1],il,ir,t0,t1) [all...] |
| camellia.h | 63 void camellia_encrypt128(const uint32_t *subkey, uint32_t *io); 64 void camellia_encrypt256(const uint32_t *subkey, uint32_t *io); 65 void camellia_decrypt128(const uint32_t *subkey, uint32_t *io); 66 void camellia_decrypt256(const uint32_t *subkey, uint32_t *io);
|
| /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
| main.c | 73 long int io = 0; local 90 io = open("/boot.amiga", 0); /* Try /boot.amiga first */ 91 if (io < 0) { 92 io = open("/boot", 0); /* Fallback to /boot */ 93 if (io < 0) { 94 io = open("/boot.ami", 0); /* 8.3 name? */ 95 if (io < 0) { 102 if (fstat(io, &sb)) 116 if (read(io, kp, ksize) != ksize) { 127 close(io); [all...] |
| /src/sys/arch/macppc/stand/ofwboot/ |
| netif_of.c | 72 struct iodesc *io; local 79 io = &sdesc; 80 if (io->io_netif) { 87 memset(io, 0, sizeof *io); 89 io->io_netif = (void *)op; 91 /* Put our ethernet address in io->myea */ 93 "local-mac-address", io->myea, sizeof io->myea); 96 "mac-address", io->myea, sizeof io->myea) 107 struct iodesc *io; local [all...] |
| /src/sys/arch/ofppc/stand/ofwboot/ |
| netif_of.c | 72 struct iodesc *io; local 78 io = &sdesc; 79 if (io->io_netif) { 86 memset(io, 0, sizeof *io); 88 io->io_netif = (void *)op; 90 /* Put our ethernet address in io->myea */ 92 "mac-address", io->myea, sizeof io->myea); 103 struct iodesc *io; local [all...] |
| /src/sys/arch/shark/stand/ofwboot/ |
| netif_of.c | 72 struct iodesc *io; local 78 io = &sdesc; 79 if (io->io_netif) { 86 (void)memset(io, 0, sizeof *io); 88 io->io_netif = (void *)op; 90 /* Put our ethernet address in io->myea */ 92 "mac-address", io->myea, sizeof io->myea); 103 struct iodesc *io; local [all...] |
| /src/sbin/iscsictl/ |
| iscsic_driverif.c | 362 * io The i/o command parameters. 368 do_ioctl(iscsi_iocommand_parameters_t * io, int rd) 374 io->req.databuf = buf; 375 io->req.senselen = sizeof(io->req.sense); 376 io->req.senselen_used = 0; 377 io->req.flags = (rd) ? SCCMD_READ : SCCMD_WRITE; 379 rc = ioctl(driver, ISCSI_IO_COMMAND, io); 381 if (io->req.senselen_used) { 382 switch (io->req.sense[2] & 0x0f) 442 iscsi_iocommand_parameters_t io; local 510 iscsi_iocommand_parameters_t io; local 555 iscsi_iocommand_parameters_t io; local 590 iscsi_iocommand_parameters_t io; local [all...] |
| /src/sys/arch/newsmips/stand/boot/ |
| netif_news.c | 70 struct iodesc *io; local 73 io = &sdesc; 74 if (io->io_netif) { 81 memset(io, 0, sizeof(*io)); 83 io->io_netif = pd; 85 /* Put our ethernet address in io->myea */ 86 prom_getether(pd, io->myea); 94 struct iodesc *io; local 96 io = &sdesc [all...] |
| /src/sys/arch/prep/pnpbus/ |
| pnpbus.c | 145 struct pnpbus_io *io; local 148 io = kmem_alloc(sizeof(struct pnpbus_io), KM_SLEEP); 150 io->minbase = (p->RangeMin[0] | (p->RangeMin[1] << 8)) & mask; 151 io->maxbase = (p->RangeMax[0] | (p->RangeMax[1] << 8)) & mask; 152 io->align = p->IOAlign; 153 io->len = p->IONum; 154 io->flags = p->IOInfo; 156 SIMPLEQ_INSERT_TAIL(&r->io, io, next); 166 struct pnpbus_io *io; local 204 struct pnpbus_io *io; local 415 struct pnpbus_io *io; local 562 struct pnpbus_io *io; local 582 struct pnpbus_io *io; local 600 struct pnpbus_io *io; local [all...] |
| /src/sys/dev/acpi/ |
| attimer_acpi.c | 108 struct acpi_io *io; local 120 io = acpi_res_io(&res, 0); 121 if (io == NULL) { 128 sc->sc_size = io->ar_length; 129 if (bus_space_map(sc->sc_iot, io->ar_base, sc->sc_size,
|
| pcppi_acpi.c | 82 struct acpi_io *io; local 94 io = acpi_res_io(&res, 0); 95 if (io == NULL) { 102 sc->sc_size = io->ar_length; 103 if (bus_space_map(sc->sc_iot, io->ar_base, sc->sc_size,
|
| ug_acpi.c | 71 struct acpi_io *io; local 82 io = acpi_res_io(&res, 0); 83 if (io == NULL) { 90 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length,
|
| ipmi_acpi.c | 82 struct acpi_io *io; local 119 io = acpi_res_io(&res, 0); 121 if (io == NULL && mem == NULL) { 139 ia->iaa_if_iotype = io ? 'i' : 'm'; 140 ia->iaa_if_iobase = io ? io->ar_base : mem->ar_base; 146 if (io) { 147 io = acpi_res_io(&res, 1); 148 if (io != NULL) 149 reg2 = (bus_addr_t)io->ar_base [all...] |
| joy_acpi.c | 84 struct acpi_io *io; local 96 io = acpi_res_io(&res, 0); 97 if (io == NULL) { 104 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
|
| /src/share/examples/refuse/ian/libfetch/ |
| http.c | 138 _http_new_chunk(struct httpio *io) 142 if (_fetch_getln(io->conn) == -1) 145 if (io->conn->buflen < 2 || !ishexnumber((unsigned)*io->conn->buf)) 148 for (p = io->conn->buf; *p && !isspace((unsigned)*p); ++p) { 154 io->chunksize = io->chunksize * 16 + 157 io->chunksize = io->chunksize * 16 + 164 io->total += io->chunksize 257 struct httpio *io = (struct httpio *)v; local 288 struct httpio *io = (struct httpio *)v; local 299 struct httpio *io = (struct httpio *)v; local 315 struct httpio *io; local [all...] |
| /src/sys/arch/sparc/stand/ofwboot/ |
| netif_of.c | 75 struct iodesc *io; local 81 io = sockets; 82 if (io->io_netif) { 89 memset(io, 0, sizeof *io); 92 io->io_netif = &netif_of; 94 /* Put our ethernet address in io->myea */ 96 "mac-address", io->myea, sizeof io->myea); 107 struct iodesc *io; local [all...] |
| /src/sys/arch/sparc/stand/bootxx/ |
| bootxx.c | 50 struct open_file io; variable in typeref:struct:open_file 86 io.f_flags = F_RAW; 87 if (devopen(&io, 0, &dummy1)) { 92 (void)loadboot(&io, (void *)PROM_LOADADDR); 93 (io.f_dev->dv_close)(&io);
|
| /src/sys/arch/sparc/stand/common/ |
| netif_sun.c | 73 struct iodesc *io; local 77 io = sockets; 78 if (io->io_netif) { 85 memset(io, 0, sizeof(*io)); 88 io->io_netif = &netif_prom; 90 /* Put our ethernet address in io->myea */ 100 prom_getether(node, io->myea); 108 struct iodesc *io; local 116 io = &sockets[fd] [all...] |
| /src/sys/arch/cobalt/dev/ |
| lcdpanel.c | 137 struct hd44780_io io; local 170 io.dat = 0; 171 io.len = LCDPANEL_VCOLS * LCDPANEL_ROWS; 172 memcpy(io.buf, &startup_message, io.len); 173 hd44780_ddram_io(&sc->sc_lcd, sc->sc_lcd.sc_curchip, &io, 195 struct hd44780_io io; local 198 io.dat = 0; 199 io.len = LCDPANEL_VCOLS * LCDPANEL_ROWS; 201 memcpy(io.buf, &halt_message, io.len) 281 struct hd44780_io io; local [all...] |
| /src/distrib/utils/x_ed/ |
| Makefile | 9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
|
| /src/share/man/man4/man4.hppa/ |
| Makefile | 5 io.4 lasi.4 lcd.4 mem.4 mongoose.4 pdc.4 phantomas.4 ssio.4 uturn.4 wax.4
|
| /src/share/man/man4/man4.i386/ |
| Makefile | 8 intro.4 io.4 lms.4 mms.4 \
|
| /src/sys/external/bsd/drm2/include/linux/ |
| io.h | 1 /* $NetBSD: io.h,v 1.8 2021/12/19 12:30:05 riastradh Exp $ */ 38 #include <asm/io.h>
|
| /src/usr.bin/indent/ |
| Makefile | 5 SRCS= args.c debug.c indent.c io.c lexi.c parse.c pr_comment.c
|