Symbol: _val
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
109
struct _val;
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
111
static struct sockaddr *parse_sockaddr(struct _val *addrbuf,
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
112
struct _val *portbuf);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
374
parse_sockaddr(struct _val *addrbuf, struct _val *portbuf)
sys/arch/alpha/tlsb/tlsbreg.h
215
#define TLDEV_DTYPE(_val) ((_val) & TLDEV_DTYPE_MASK)
sys/arch/alpha/tlsb/tlsbreg.h
216
# define TLDEV_ISCPU(_val) (TLDEV_DTYPE(_val) & 0x8000)
sys/arch/alpha/tlsb/tlsbreg.h
217
# define TLDEV_ISMEM(_val) (TLDEV_DTYPE(_val) & 0x4000)
sys/arch/alpha/tlsb/tlsbreg.h
218
# define TLDEV_ISIOPORT(_val) (TLDEV_DTYPE(_val) & 0x2000)
sys/arch/alpha/tlsb/tlsbreg.h
219
#define TLDEV_SWREV(_val) (((_val) >> 16) & 0xff)
sys/arch/alpha/tlsb/tlsbreg.h
220
#define TLDEV_HWREV(_val) (((_val) >> 24) & 0xff)
sys/arch/alpha/tlsb/tlsbreg.h
74
#define TLSB_PUT_NODEREG(_node, _reg, _val) \
sys/arch/alpha/tlsb/tlsbreg.h
75
*(volatile uint32_t *)(TLSB_NODE_REG_ADDR((_node), (_reg))) = (_val)
sys/arch/alpha/tlsb/tlsbreg.h
88
#define TLSB_PUT_BCASTREG(_reg, _val) \
sys/arch/alpha/tlsb/tlsbreg.h
89
*(volatile uint32_t *)(TLSB_BCAST_REG_ADDR + (_reg)) = (_val)
sys/arch/arm/at91/at91pio.c
70
#define PIO_WRITE(_sc, _reg, _val) bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_reg), (_val))
sys/arch/arm/at91/at91rm9200reg.h
199
#define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91rm9200reg.h
201
#define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91rm9200reg.h
203
#define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOC_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91rm9200reg.h
205
#define PIOD_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOD_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9260reg.h
214
#define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9260reg.h
216
#define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9260reg.h
218
#define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9261reg.h
212
#define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9261reg.h
214
#define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))) = (_val);} while (0)
sys/arch/arm/at91/at91sam9261reg.h
216
#define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg))) = (_val);} while (0)
sys/arch/sparc64/include/psl.h
317
type _val; \
sys/arch/sparc64/include/psl.h
318
__asm(#rd " %" #reg ",%0" : "=r" (_val) : : constasm_clobbers); \
sys/arch/sparc64/include/psl.h
319
return _val; \
sys/arch/sparc64/include/psl.h
324
type _val; \
sys/arch/sparc64/include/psl.h
325
__asm volatile(#rd " %" #reg ",%0" : "=r" (_val)); \
sys/arch/sparc64/include/psl.h
326
return _val; \
sys/arch/sparc64/include/psl.h
329
static __inline void set##name(type _val) \
sys/arch/sparc64/include/psl.h
331
__asm volatile(#wr " %0,0,%" #reg : : "r" (_val) : "memory"); \
sys/arch/sparc64/include/psl.h
357
static __inline void set##name(uint64_t _val) \
sys/arch/sparc64/include/psl.h
359
uint32_t _hi = _val >> 32, _lo = _val; \
sys/arch/sun68k/sun68k/autoconf.c
289
str2hex(const char *p, int *_val)
sys/arch/sun68k/sun68k/autoconf.c
305
*_val = val;
sys/dev/fdt/syscon.h
50
#define syscon_write_4(_syscon, _reg, _val) \
sys/dev/fdt/syscon.h
51
(_syscon)->write_4((_syscon)->priv, (_reg), (_val))
sys/dev/ic/advlib.c
1812
u_int16_t _val;
sys/dev/ic/advlib.c
1817
_val = AscReadLramWord(iot, ioh, q_addr + ASC_SCSIQ_B_STATUS);
sys/dev/ic/advlib.c
1818
scsiq->q_status = LO_BYTE(_val);
sys/dev/ic/advlib.c
1819
scsiq->q_no = HI_BYTE(_val);
sys/dev/ic/advlib.c
1820
_val = AscReadLramWord(iot, ioh, q_addr + ASC_SCSIQ_B_CNTL);
sys/dev/ic/advlib.c
1821
scsiq->cntl = LO_BYTE(_val);
sys/dev/ic/advlib.c
1822
sg_queue_cnt = HI_BYTE(_val);
sys/dev/ic/advlib.c
1823
_val = AscReadLramWord(iot, ioh, q_addr + ASC_SCSIQ_B_SENSE_LEN);
sys/dev/ic/advlib.c
1824
scsiq->sense_len = LO_BYTE(_val);
sys/dev/ic/advlib.c
1825
scsiq->extra_bytes = HI_BYTE(_val);
sys/dev/pci/if_iwmreg.h
295
#define IWM_CSR_HW_REV_DASH(_val) (((_val) & 0x0000003) >> 0)
sys/dev/pci/if_iwmreg.h
296
#define IWM_CSR_HW_REV_STEP(_val) (((_val) & 0x000000C) >> 2)
sys/net/lagg/if_lagg_lacp.c
223
#define LACP_TIMER_ARM(_lacpp, _timer, _val) \
sys/net/lagg/if_lagg_lacp.c
224
(_lacpp)->lp_timer[(_timer)] = (_val)
sys/net/lagg/if_lagg_lacp.c
229
#define LACP_PTIMER_ARM(_sc, _timer, _val) \
sys/net/lagg/if_lagg_lacp.c
230
(_sc)->lsc_timer[(_timer)] = (_val)
usr.bin/rump_dhcpclient/dhcp.c
500
#define PUTADDR(_type, _val) \
usr.bin/rump_dhcpclient/dhcp.c
504
memcpy(p, &_val.s_addr, 4); \