| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-aout.h | 173 #define H_GET_FILE_SIZE(h) (H_GET_HEADER_SIZE (h) \ argument 182 #define H_GET_HEADER_SIZE(h) (EXEC_BYTES_SIZE) argument 183 #define H_GET_TEXT_SIZE(h) ((h)->header.a_text) argument 184 #define H_GET_DATA_SIZE(h) ((h)->header.a_data) argument 185 #define H_GET_BSS_SIZE(h) ((h)->header.a_bss) argument 186 #define H_GET_TEXT_RELOCATION_SIZE(h) ((h)->header.a_trsize) argument 187 #define H_GET_DATA_RELOCATION_SIZE(h) ((h)->header.a_drsize) argument 188 #define H_GET_SYMBOL_TABLE_SIZE(h) ((h)->header.a_syms) argument 189 #define H_GET_ENTRY_POINT(h) ((h)->header.a_entry) argument 190 #define H_GET_STRING_SIZE(h) ((h)->string_table_size) argument [all …]
|
| D | obj-bout.h | 238 #define H_GET_FILE_SIZE(h) (EXEC_BYTES_SIZE \ argument 246 #define H_GET_HEADER_SIZE(h) EXEC_BYTES_SIZE argument 247 #define H_GET_TEXT_SIZE(h) ((h)->header.a_text) argument 248 #define H_GET_DATA_SIZE(h) ((h)->header.a_data) argument 249 #define H_GET_BSS_SIZE(h) ((h)->header.a_bss) argument 250 #define H_GET_TEXT_RELOCATION_SIZE(h) ((h)->header.a_trsize) argument 251 #define H_GET_DATA_RELOCATION_SIZE(h) ((h)->header.a_drsize) argument 252 #define H_GET_SYMBOL_TABLE_SIZE(h) ((h)->header.a_syms) argument 253 #define H_GET_MAGIC_NUMBER(h) ((h)->header.a_info) argument 254 #define H_GET_ENTRY_POINT(h) ((h)->header.a_entry) argument [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | obstack.h | 250 #define obstack_base(h) ((h)->object_base) argument 254 #define obstack_chunk_size(h) ((h)->chunk_size) argument 258 #define obstack_next_free(h) ((h)->next_free) argument 262 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 266 # define obstack_init(h) \ argument 270 # define obstack_begin(h, size) \ argument 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 283 # define obstack_chunkfun(h, newchunkfun) \ argument 286 # define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | radlib.c | 64 clear_password(struct rad_handle *h) in clear_password() 74 generr(struct rad_handle *h, const char *format, ...) in generr() 84 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password() 118 insert_request_authenticator(struct rad_handle *h, int srv) in insert_request_authenticator() 139 is_valid_response(struct rad_handle *h, int srv, in is_valid_response() 176 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr() 206 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr() 224 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server() 274 rad_close(struct rad_handle *h) in rad_close() 290 rad_config(struct rad_handle *h, const char *path) in rad_config() [all …]
|
| /mirbsd/src/lib/libedit/ |
| D | history.c | 78 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument 79 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument 80 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument 81 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument 82 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument 83 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument 84 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument 85 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument 86 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument 205 history_t *h = (history_t *) p; in history_def_first() local [all …]
|
| /mirbsd/src/sys/dev/sbus/ |
| D | stp4020.c | 147 stp4020_rd_sockctl(h, idx) in stp4020_rd_sockctl() argument 156 stp4020_wr_sockctl(h, idx, v) in stp4020_wr_sockctl() argument 166 stp4020_rd_winctl(h, win, idx) in stp4020_rd_winctl() argument 177 stp4020_wr_winctl(h, win, idx, v) in stp4020_wr_winctl() argument 195 struct stp4020_socket *h = paa->pch; local 223 struct stp4020_socket *h = &sc->sc_socks[i]; in stpattach_common() local 235 stp4020_attach_socket(h, speed) in stp4020_attach_socket() argument 317 struct stp4020_socket *h; local 391 struct stp4020_socket *h; local 491 struct stp4020_socket *h; local [all …]
|
| /mirbsd/src/bin/mksh/ |
| D | mirhash.h | 91 #define BAFHInit(h) do { \ argument 95 #define BAFHUpdateOctet_reg(h,b) do { \ argument 111 #define BAFHFinish_reg(h) do { \ argument 139 #define BAFHUpdateMem_reg(h,p,z) do { \ argument 156 #define BAFHUpdateStr_reg(h,s) do { \ argument 172 #define BAFHHostMem(h,p,z) do { \ argument 194 #define BAFHHostStr(h,s) do { \ argument
|
| /mirbsd/src/kern/include/ |
| D | mirhash.h | 91 #define BAFHInit(h) do { \ argument 95 #define BAFHUpdateOctet_reg(h,b) do { \ argument 111 #define BAFHFinish_reg(h) do { \ argument 139 #define BAFHUpdateMem_reg(h,p,z) do { \ argument 156 #define BAFHUpdateStr_reg(h,s) do { \ argument 172 #define BAFHHostMem(h,p,z) do { \ argument 194 #define BAFHHostStr(h,s) do { \ argument
|
| /mirbsd/src/sys/dev/ic/ |
| D | i82365.c | 134 pcic_vendor(h) in pcic_vendor() argument 352 pcic_attach_socket(h) in pcic_attach_socket() argument 388 struct pcic_handle *h = arg; local 420 struct pcic_handle *h = arg; local 449 pcic_event_process(h, pe) in pcic_event_process() argument 515 pcic_init_socket(h) in pcic_init_socket() argument 568 struct pcic_handle *h = (struct pcic_handle *) paa->pch; local 628 struct pcic_handle *h = (struct pcic_handle *) paa->pch; local 693 pcic_intr_socket(h) in pcic_intr_socket() argument 757 pcic_queue_event(h, event) in pcic_queue_event() argument [all …]
|
| D | tcic2.c | 413 tcic_attach_socket(h) in tcic_attach_socket() argument 448 struct tcic_handle *h = arg; local 474 struct tcic_handle *h = arg; local 516 tcic_init_socket(h) in tcic_init_socket() argument 547 struct tcic_handle *h = (struct tcic_handle *) paa->pch; local 585 struct tcic_handle *h = (struct tcic_handle *) paa->pch; local 621 tcic_intr_socket(h) in tcic_intr_socket() argument 703 tcic_queue_event(h, event) in tcic_queue_event() argument 721 tcic_attach_card(h) in tcic_attach_card() argument 737 tcic_detach_card(h, flags) in tcic_detach_card() argument [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | obstack.c | 104 #define CALL_CHUNKFUN(h, size) \ argument 109 #define CALL_FREEFUN(h, old_chunk) \ argument 117 #define CALL_CHUNKFUN(h, size) \ argument 122 #define CALL_FREEFUN(h, old_chunk) \ argument 142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin() 186 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1() 238 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() 304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() [all …]
|
| /mirbsd/src/lib/libc/ohash/ |
| D | ohash_do.c | 25 ohash_resize(struct ohash *h) in ohash_resize() 69 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove() 87 ohash_find(struct ohash *h, unsigned int i) in ohash_find() 96 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
|
| D | ohash_enum.c | 23 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first() 30 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
|
| /mirbsd/src/sys/dev/pcmcia/ |
| D | isic_pcmcia_sbspeedstar2.c | 95 bus_space_handle_t h = sc->sc_maps[0].h; in sws_read_fifo() local 120 bus_space_handle_t h = sc->sc_maps[0].h; in sws_write_fifo() local 145 bus_space_handle_t h = sc->sc_maps[0].h; in sws_write_reg() local 170 bus_space_handle_t h = sc->sc_maps[0].h; in sws_read_reg() local 195 bus_space_handle_t h; in isic_attach_sbspeedstar2() local 249 bus_space_handle_t h = sc->sc_maps[0].h; in isic_attach_sbspeedstar2() local
|
| /mirbsd/src/sys/isofs/cd9660/ |
| D | cd9660_rrip.h | 47 ISO_SUSP_HEADER h; member 55 ISO_SUSP_HEADER h; member 75 ISO_SUSP_HEADER h; member 81 ISO_SUSP_HEADER h; member 86 ISO_SUSP_HEADER h; member 91 ISO_SUSP_HEADER h; member 96 ISO_SUSP_HEADER h; member 110 ISO_SUSP_HEADER h; member 116 ISO_SUSP_HEADER h; member 121 ISO_SUSP_HEADER h; member [all …]
|
| /mirbsd/src/sys/arch/i386/include/ |
| D | bus.h | 152 #define bus_space_read_1(t, h, o) \ argument 156 #define bus_space_read_2(t, h, o) \ argument 160 #define bus_space_read_4(t, h, o) \ argument 177 #define bus_space_read_multi_1(t, h, o, a, cnt) do { \ argument 191 #define bus_space_read_multi_2(t, h, o, a, cnt) do { \ argument 205 #define bus_space_read_multi_4(t, h, o, a, cnt) do { \ argument 234 #define bus_space_read_raw_multi_2(t, h, o, a, c) \ argument 236 #define bus_space_read_raw_multi_4(t, h, o, a, c) \ argument 254 #define bus_space_read_region_1(t, h, o, a, cnt) do { \ argument 269 #define bus_space_read_region_2(t, h, o, a, cnt) do { \ argument [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-opc-m.c | 296 #define LDINCREG(c,h) M, OpMXX6aHint (4, 1, 0, c, h), {R1, MR3, R2}, POSTINC, 0, NULL argument 437 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY argument 438 #define CMPXCHG_P(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2}, PSEUDO, 0, NULL argument 439 #define CMPXCHG16(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CSD, AR_CCV}, EMPTY argument 440 #define CMPXCHG16_P(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2}, PSEUDO, 0, NULL argument 513 #define LDINCIMMED(c,h) M, OpX6aHint (5, c, h), {R1, MR3, IMM9b}, POSTINC, 0, NULL argument 628 #define STINCIMMED(c,h) M, OpX6aHint (5, c, h), {MR3, R2, IMM9a}, POSTINC, 0, NULL argument 727 #define FLDINCREG(c,h) M, OpMXX6aHint (6, 1, 0, c, h), {F1, MR3, R2}, POSTINC, 0, NULL argument 950 #define LFETCHINCREG(c,h) M0, OpMXX6aHint (6, 1, 0, c, h), {MR3, R2}, POSTINC, 0, NULL argument 976 #define FLDINCIMMED(c,h) M, OpX6aHint (7, c, h), {F1, MR3, IMM9b}, POSTINC, 0, NULL argument [all …]
|
| /mirbsd/src/lib/libc/db/btree/ |
| D | bt_delete.c | 65 PAGE *h; in __bt_delete() local 144 PAGE *h; in __bt_stkacq() local 286 PAGE *h; in __bt_bdelete() local 368 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete() 462 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf() 523 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel() 618 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()
|
| D | bt_debug.c | 55 PAGE *h; in __bt_dump() local 94 __bt_dmpage(PAGE *h) in __bt_dmpage() 130 PAGE *h; in __bt_dnpage() local 144 __bt_dpage(PAGE *h) in __bt_dpage() 244 PAGE *h; in __bt_stat() local
|
| D | bt_split.c | 81 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split() local 331 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page() 430 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() 473 bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_rroot() 511 bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_broot() 586 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit() 762 PAGE *h; in bt_preserve() local 786 rec_total(PAGE *h) in rec_total()
|
| D | bt_search.c | 62 PAGE *h; in __bt_search() local 142 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext() 177 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
|
| /mirbsd/src/usr.sbin/config/ |
| D | hash.c | 126 struct hashent **h; in ht_init() local 145 struct hashent *p, **h, **oldh, *q; in ht_expand() local 172 newhashent(const char *name, u_int h) in newhashent() 191 u_int h; in hash() local 214 u_int h; in intern() local 250 u_int h; in ht_remove() local 281 u_int h; in ht_insrep() local 303 u_int h; in ht_lookup() local
|
| /mirbsd/src/lib/libc/db/hash/ |
| D | hash_func.c | 65 u_int32_t h; in hash1() local 80 #define dcharhash(h, c) ((h) = 0x63c63cd9*(h) + 0x9c39c33d + (c)) argument 85 u_int32_t h; in hash2() local 151 u_int32_t h, loop; in hash4() local
|
| /mirbsd/src/sys/dev/isa/ |
| D | isic_isa_tel_s08.c | 128 bus_space_handle_t h = sc->sc_maps[0].h; in tels08_write_reg() local 158 bus_space_handle_t h = sc->sc_maps[0].h; in tels08_read_reg() local 187 bus_space_handle_t h = sc->sc_maps[0].h; in tels08_write_fifo() local 195 bus_space_handle_t h = sc->sc_maps[0].h; in tels08_read_fifo() local 306 bus_space_handle_t h = ia->ia_maps[0].h; in isic_probe_s08() local
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYrcFile.c | 211 #define PARSE_SET(n,v,h) {n, 1, CONF_BOOL, UNION_SET(v), 0, 0, 0, h} argument 212 #define PARSE_ARY(n,v,t,h) {n, 1, CONF_ARRAY, UNION_INT(v), t, 0, 0, h} argument 213 #define PARSE_ENU(n,v,t,h) {n, 1, CONF_ENUM, UNION_INT(v), 0, t, 0, h} argument 214 #define PARSE_LIS(n,v,h) {n, 1, CONF_LIS, UNION_STR(v), 0, 0, 0, h} argument 215 #define PARSE_STR(n,v,h) {n, 1, CONF_STR, UNION_STR(v), 0, 0, 0, h} argument 216 #define PARSE_FUN(n,v,w,h) {n, 1, CONF_FUN, UNION_FUN(v), 0, 0, w, h} argument 217 #define PARSE_MBM(n,h) {n, 1, CONF_MBM, UNION_DEF(0), 0, 0, 0, h} argument 220 #define MAYBE_SET(n,v,h) {n, 0, CONF_BOOL, UNION_SET(v), 0, 0, 0, h} argument 221 #define MAYBE_ARY(n,v,t,h) {n, 0, CONF_ARRAY, UNION_INT(v), t, 0, 0, h} argument 222 #define MAYBE_ENU(n,v,t,h) {n, 0, CONF_ENUM, UNION_INT(v), 0, t, 0, h} argument [all …]
|