Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 25 of 3921) sorted by relevance

12345678910>>...157

/dports/misc/rump/buildrump.sh-b914579/src/sys/ddb/
H A Ddb_expr.c47 db_term(db_expr_t *valuep) in db_term() argument
71 *valuep = (db_expr_t)v; in db_term()
117 db_unary(db_expr_t *valuep) in db_unary() argument
123 if (!db_unary(valuep)) { in db_unary()
127 *valuep = -*valuep; in db_unary()
132 if (!db_unary(valuep)) { in db_unary()
136 *valuep = db_get_value((db_addr_t)*valuep, sizeof(db_expr_t), in db_unary()
141 return (db_term(valuep)); in db_unary()
176 *valuep = lhs; in db_mult_expr()
202 *valuep = lhs; in db_add_expr()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/debugger/
H A Ddebugger_expr.cc94 uint64_t *valuep) in debugger_parse_name() argument
111 if (((*valuep) >> 32) == 0 && (*valuep) & 0x80000000ULL) in debugger_parse_name()
114 if (((*valuep) >> 32) == 0 && (*valuep) & 0x80000000ULL) in debugger_parse_name()
136 writeflag, valuep); in debugger_parse_name()
145 writeflag, valuep); in debugger_parse_name()
155 writeflag, valuep); in debugger_parse_name()
166 writeflag, valuep); in debugger_parse_name()
179 *valuep = x; in debugger_parse_name()
190 *valuep = newaddr; in debugger_parse_name()
245 uint64_t *valuep) in debugger_parse_expression() argument
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhash2.c106 value->next = *valuep; in hash2_resize()
107 *valuep = value; in hash2_resize()
179 value->next = *valuep; in hash2_insert_hash()
180 *valuep = value; in hash2_insert_hash()
191 deleted_value = *valuep; in hash2_remove_value_p()
203 struct hash2_value **valuep; in hash2_remove() local
207 while (*valuep != NULL) { in hash2_remove()
214 valuep = &(*valuep)->next; in hash2_remove()
225 while (*valuep != NULL) { in hash2_remove_iter()
227 next = (*valuep)->next; in hash2_remove_iter()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/drivers/misc/
H A Dswap_case.c95 *valuep = reg; in sandbox_swap_case_read_ea()
100 uint offset, ulong *valuep, in sandbox_swap_case_read_config() argument
115 *valuep = plat->command; in sandbox_swap_case_read_config()
118 *valuep = 0; in sandbox_swap_case_read_config()
121 *valuep = SANDBOX_PCI_VENDOR_ID; in sandbox_swap_case_read_config()
154 *valuep = PCI_CAP_ID_PM_OFFSET; in sandbox_swap_case_read_config()
172 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
178 *valuep = 0; in sandbox_swap_case_read_config()
184 *valuep = 0; in sandbox_swap_case_read_config()
193 *valuep = PCI_EXT_CAP_ID_DSN; in sandbox_swap_case_read_config()
[all …]

12345678910>>...157