Searched refs:o_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/usr.bin/xlint/common/
H A Demit.c70 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
93 coffs = ob.o_nxt - ob.o_buf;
95 ob.o_end = (ob.o_buf = xrealloc(ob.o_buf, ob.o_len)) + ob.o_len;
96 ob.o_nxt = ob.o_buf + coffs;
108 if (ob.o_buf != ob.o_nxt) {
110 sz = ob.o_nxt - ob.o_buf;
113 if (fwrite(ob.o_buf, sz, 1, lout) != 1)
115 ob.o_nxt = ob.o_buf;
H A Dlint.h122 char *o_buf; /* buffer */ member in struct:ob
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Demit.c72 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
94 coffs = ob.o_nxt - ob.o_buf;
96 ob.o_end = (ob.o_buf = xrealloc(ob.o_buf, ob.o_len)) + ob.o_len;
97 ob.o_nxt = ob.o_buf + coffs;
109 if (ob.o_buf != ob.o_nxt) {
111 sz = ob.o_nxt - ob.o_buf;
114 if (fwrite(ob.o_buf, sz, 1, lout) != 1)
116 ob.o_nxt = ob.o_buf;
H A Dlint.h112 char *o_buf; /* buffer */ member in struct:ob
H A Demit1.c163 if (tob.o_buf == NULL) {
165 tob.o_buf = tob.o_nxt = xmalloc(tob.o_len);
166 tob.o_end = tob.o_buf + tob.o_len;
171 ob.o_nxt = ob.o_buf;
177 return (tob.o_buf);
/freebsd-10.3-release/sys/dev/bxe/
H A Dbxe_elink.h570 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf);
H A Dbxe_elink.c742 uint8_t *o_buf, uint8_t);
8603 uint8_t *o_buf, uint8_t is_init)
8652 o_buf[i] = (uint8_t)(val & MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK);
8692 uint8_t *o_buf, uint8_t is_init)
8721 o_buf[j] = *((uint8_t *)data_array + i);
8732 uint8_t *o_buf, uint8_t is_init)
8809 o_buf[i] = (uint8_t)(val & MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK);
8826 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf)
8831 uint8_t *user_data = o_buf;
8600 elink_8726_read_sfp_module_eeprom(struct elink_phy *phy, struct elink_params *params, uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, uint8_t *o_buf, uint8_t is_init) argument
8688 elink_warpcore_read_sfp_module_eeprom(struct elink_phy *phy, struct elink_params *params, uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, uint8_t *o_buf, uint8_t is_init) argument
8729 elink_8727_read_sfp_module_eeprom(struct elink_phy *phy, struct elink_params *params, uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, uint8_t *o_buf, uint8_t is_init) argument
8824 elink_read_sfp_module_eeprom(struct elink_phy *phy, struct elink_params *params, uint8_t dev_addr, uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf) argument

Completed in 137 milliseconds