common/lib/libutil/snprintb.c
109
store(s, ',');
common/lib/libutil/snprintb.c
111
store(s, '<');
common/lib/libutil/snprintb.c
123
store(s, '>');
common/lib/libutil/snprintb.c
143
store(s, *s->bitfmt);
common/lib/libutil/snprintb.c
176
store(s, s->bitfmt[-1]);
common/lib/libutil/snprintb.c
200
store(s, s->bitfmt[-1]);
common/lib/libutil/snprintb.c
201
store(s, '=');
common/lib/libutil/snprintb.c
217
store(s, '=');
common/lib/libutil/snprintb.c
219
store(s, s->bitfmt[-1]);
common/lib/libutil/snprintb.c
251
store(s, '\0');
common/lib/libutil/snprintb.c
261
store(s, '\0');
common/lib/libutil/snprintb.c
310
store(&s, '#');
common/lib/libutil/snprintb.c
312
store(&s, '>');
common/lib/libutil/snprintb.c
96
store(s, '#');
common/lib/libutil/snprintb.c
98
store(s, '\0');
games/hack/makedefs.c
301
int store = (inbraces || inparens)
games/hack/makedefs.c
306
if (store && sp < string + STRSZ)
games/hack/makedefs.c
309
if (store)
lib/libc/db/hash/hash.c
917
SEGMENT store;
lib/libc/db/hash/hash.c
932
store = calloc((size_t)(nsegs << hashp->SSHIFT), sizeof(SEGMENT));
lib/libc/db/hash/hash.c
933
if (store == NULL) {
lib/libc/db/hash/hash.c
940
hashp->dir[i] = &store[i << hashp->SSHIFT];
lib/libnvmm/libnvmm_x86.c
2010
struct x86_store *store;
lib/libnvmm/libnvmm_x86.c
2015
store = &instr->src;
lib/libnvmm/libnvmm_x86.c
2026
store->type = STORE_IMM;
lib/libnvmm/libnvmm_x86.c
2027
if (fsm_read(fsm, (uint8_t *)&store->u.imm.data, immsize) == -1) {
lib/libnvmm/libnvmm_x86.c
2033
store->u.imm.data = sign_extend(store->u.imm.data, sesize);
lib/libnvmm/libnvmm_x86.c
3041
struct x86_store *store, gvaddr_t *gvap, size_t size)
lib/libnvmm/libnvmm_x86.c
3048
if (store->type == STORE_SIB) {
lib/libnvmm/libnvmm_x86.c
3049
sib = &store->u.sib;
lib/libnvmm/libnvmm_x86.c
3056
} else if (store->type == STORE_REG) {
lib/libnvmm/libnvmm_x86.c
3057
if (store->u.reg == NULL) {
lib/libnvmm/libnvmm_x86.c
3061
gva = gpr_read_address(instr, state, store->u.reg->num);
lib/libnvmm/libnvmm_x86.c
3063
} else if (store->type == STORE_DUALREG) {
lib/libnvmm/libnvmm_x86.c
3064
gva = gpr_read_address(instr, state, store->u.dualreg.reg1) +
lib/libnvmm/libnvmm_x86.c
3065
gpr_read_address(instr, state, store->u.dualreg.reg2);
lib/libnvmm/libnvmm_x86.c
3067
gva = store->u.dmo;
lib/libnvmm/libnvmm_x86.c
3070
if (store->disp.type != DISP_NONE) {
lib/libnvmm/libnvmm_x86.c
3071
gva += store->disp.data;
lib/libnvmm/libnvmm_x86.c
3074
if (store->hardseg != -1) {
lib/libnvmm/libnvmm_x86.c
3075
seg = store->hardseg;
lib/libpthread/pthread.c
1093
pthread__cleanup_push(void (*cleanup)(void *), void *arg, void *store)
lib/libpthread/pthread.c
1099
entry = store;
lib/libpthread/pthread.c
1107
pthread__cleanup_pop(int ex, void *store)
lib/libpthread/pthread.c
1113
entry = store;
lib/librumpuser/rumpuser_dl.c
79
reservespace(void *store, size_t *storesize,
lib/librumpuser/rumpuser_dl.c
88
return store;
lib/librumpuser/rumpuser_dl.c
91
store = realloc(store, newsize);
lib/librumpuser/rumpuser_dl.c
92
if (store == NULL) {
lib/librumpuser/rumpuser_dl.c
95
*((uint8_t *)store + storeoff) = '\0';
lib/librumpuser/rumpuser_dl.c
98
return store;
libexec/ftpd/extern.h
166
void store(const char *, const char *, int);
libexec/ftpd/ftpcmd.y
419
store($3, "w", 0);
libexec/ftpd/ftpcmd.y
427
store($3, "w", 1);
libexec/ftpd/ftpcmd.y
435
store($3, "a", 0);
libexec/mail.local/mail.local.c
120
fd = store(from);
libexec/mail.local/mail.local.c
70
static int store(const char *);
sys/arch/amd64/amd64/machdep.c
511
struct nmistore *store;
sys/arch/amd64/amd64/machdep.c
546
store = (struct nmistore *)(p + PAGE_SIZE - sizeof(struct nmistore));
sys/arch/amd64/amd64/machdep.c
547
store->cr3 = pmap_pdirpa(pmap_kernel(), 0);
sys/arch/m68k/fpsp/fpsp.h
161
WBTEMP_SGN equ WBTEMP+2 ;used to store sign
sys/arch/m68k/fpsp/fpsp.h
230
FPTEMP_SGN equ FPTEMP+2 ;used to store sign
sys/arch/m68k/fpsp/fpsp.h
237
ETEMP_SGN equ ETEMP+2 ;used to store sign
sys/arch/m68k/fpsp/l_fpsp.h
167
FPTEMP_SGN equ FPTEMP+2 ;used to store sign
sys/arch/m68k/fpsp/l_fpsp.h
174
ETEMP_SGN equ ETEMP+2 ;used to store sign
sys/arch/powerpc/fpu/fpu_emu.c
391
int store, update;
sys/arch/powerpc/fpu/fpu_emu.c
425
store = (instr.i_x.i_xo & 0x80);
sys/arch/powerpc/fpu/fpu_emu.c
442
store = instr.i_d.i_opcd & 0x4;
sys/arch/powerpc/fpu/fpu_emu.c
462
if (store) {
sys/arch/sandpoint/stand/altboot/fxp.c
127
uint8_t store[sizeof(struct rxdesc) + FRAMESIZE];
sys/arch/sandpoint/stand/altboot/fxp.c
310
rfa = (struct rxdesc *)sc->store;
sys/arch/sandpoint/stand/altboot/fxp.c
316
rfa->size = htole16(sizeof(sc->store) - sizeof(struct rxdesc));
sys/arch/sandpoint/stand/altboot/fxp.c
317
wbinv(rfa, sizeof(sc->store));
sys/arch/sandpoint/stand/altboot/fxp.c
386
rfa = (struct rxdesc *)l->store;
sys/arch/sandpoint/stand/altboot/fxp.c
387
inv(rfa, sizeof(l->store)); /* whole including received frame */
sys/arch/sandpoint/stand/altboot/fxp.c
393
memcpy(buf, &l->store[sizeof(struct rxdesc)], len);
sys/arch/sandpoint/stand/altboot/sip.c
103
uint8_t store[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/sip.c
199
rxd[0].xd2 = htole32(VTOPHYS(l->store[0]));
sys/arch/sandpoint/stand/altboot/sip.c
202
rxd[1].xd2 = htole32(VTOPHYS(l->store[1]));
sys/arch/sandpoint/stand/altboot/sip.c
289
ptr = l->store[l->rx];
sys/arch/sun2/sun2/promlib.c
273
uint16_t old_g0_g4_vectors[4], *vec, *store;
sys/arch/sun2/sun2/promlib.c
284
store = old_g0_g4_vectors;
sys/arch/sun2/sun2/promlib.c
285
*(store++) = *vec;
sys/arch/sun2/sun2/promlib.c
287
*(store++) = *vec;
sys/arch/sun2/sun2/promlib.c
290
*(store++) = *vec;
sys/arch/sun2/sun2/promlib.c
292
*(store++) = *vec;
sys/arch/sun2/sun2/promlib.c
310
store = old_g0_g4_vectors;
sys/arch/sun2/sun2/promlib.c
311
*(vec++) = *(store++);
sys/arch/sun2/sun2/promlib.c
312
*(vec++) = *(store++);
sys/arch/sun2/sun2/promlib.c
313
*(vec++) = *(store++);
sys/arch/sun2/sun2/promlib.c
314
*(vec++) = *(store++);
sys/compat/netbsd32/netbsd32_netbsd.c
1808
NETBSD32TOP_UAP(store, struct uuid);
sys/compat/netbsd32/netbsd32_syscallargs.h
1834
syscallarg(netbsd32_uuidp_t) store;
sys/compat/netbsd32/netbsd32_systrace_args.c
2491
uarg[0] = (intptr_t) SCARG(p, store).i32; /* netbsd32_uuidp_t */
sys/dev/midictl.c
193
mc->store = s;
sys/dev/midictl.c
203
s = mc->store;
sys/dev/midictl.c
220
KASSERT(!mc->store->destroy);
sys/dev/midictl.c
308
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
312
val = store_extract(mc->store, c, chan, key);
sys/dev/midictl.c
316
store_update(mc->store, c, chan, key,
sys/dev/midictl.c
321
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
325
val = store_extract(mc->store, c, chan, key);
sys/dev/midictl.c
329
store_update(mc->store, c, chan, key,
sys/dev/midictl.c
348
KASSERT(!mc->store->destroy);
sys/dev/midictl.c
354
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
356
!(C1_SET&(val = store_extract(mc->store, c, chan, key))) ) {
sys/dev/midictl.c
358
store_update(mc->store, c, chan, key, val);
sys/dev/midictl.c
362
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
364
!(C7_SET&(val = store_extract(mc->store, c, chan, key))) ) {
sys/dev/midictl.c
366
store_update(mc->store, c, chan, key, val);
sys/dev/midictl.c
385
KASSERT(!mc->store->destroy);
sys/dev/midictl.c
396
KASSERT(!mc->store->destroy);
sys/dev/midictl.c
437
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
440
store_update(mc->store, c, chan, key, 0); /* no C*SET */
sys/dev/midictl.c
455
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
456
stval = (present) ? store_extract(mc->store, c, chan, key) : 0;
sys/dev/midictl.c
465
store_update(mc->store, c, chan, key, stval);
sys/dev/midictl.c
480
present = store_locate(mc->store, c, chan, key);
sys/dev/midictl.c
484
val = store_extract(mc->store, c, chan, key);
sys/dev/midictl.c
498
store_update(mc->store, c, chan, key, val);
sys/dev/midictl.h
159
midictl_store *store;
sys/dev/pci/ixgbe/ixgbe_x550.c
2378
u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe/ixgbe_x550.c
2384
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_PHY_SW_RESET, &store);
sys/dev/pci/ixgbe/ixgbe_x550.c
2387
memset(store, 0, sizeof(store));
sys/dev/pci/ixgbe/ixgbe_x550.c
2389
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_INIT_PHY, &store);
sys/dev/pci/ixgbe/ixgbe_x550.c
2402
u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe/ixgbe_x550.c
2405
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &store);
sys/dev/pci/ixgbe/ixgbe_x550.c
2409
if (store[0] & FW_PHY_ACT_GET_LINK_INFO_TEMP) {
sys/kern/kern_uuid.c
100
uuid_generate(store++);
sys/kern/kern_uuid.c
70
struct uuid *store, tmp;
sys/kern/kern_uuid.c
83
for (store = SCARG(uap,store), count = SCARG(uap,count);
sys/kern/kern_uuid.c
85
store++, count--) {
sys/kern/kern_uuid.c
87
error = copyout(&tmp, store, sizeof tmp);
sys/kern/kern_uuid.c
96
uuidgen(struct uuid *store, int count)
sys/kern/subr_autoconf.c
1178
struct cfargs_internal * const store)
sys/kern/subr_autoconf.c
1180
struct cfargs_internal *args = store;
sys/kern/subr_autoconf.c
1298
struct cfargs_internal store;
sys/kern/subr_autoconf.c
1301
cfargs_canonicalize(cfargs, &store));
sys/kern/subr_autoconf.c
1357
struct cfargs_internal store;
sys/kern/subr_autoconf.c
1359
cfargs_canonicalize(cfargs, &store);
sys/kern/subr_autoconf.c
1968
struct cfargs_internal store;
sys/kern/subr_autoconf.c
1973
cfargs_canonicalize(cfargs, &store));
sys/kern/systrace_args.c
2594
uarg[0] = (intptr_t) SCARG(p, store); /* struct uuid * */
sys/netinet/sctp_input.c
405
struct sockaddr_storage store;
sys/netinet/sctp_input.c
416
sin = (struct sockaddr_in *)&store;
sys/netinet/sctp_input.c
417
sin6 = (struct sockaddr_in6 *)&store;
sys/netinet/sctp_input.c
419
memset(&store, 0, sizeof(store));
sys/netinet/sctp_output.c
3256
struct sockaddr_storage store;
sys/netinet/sctp_output.c
3392
memset((void *)&store, 0, sizeof(store));
sys/netinet/sctp_output.c
3393
sin = (struct sockaddr_in *)&store;
sys/netinet/sctp_output.c
3394
sin6 = (struct sockaddr_in6 *)&store;
sys/netinet/sctp_output.c
3396
to = (struct sockaddr *)&store;
sys/netinet/sctputil.c
2829
sctp_recover_scope(const struct sockaddr_in6 *addr, struct sockaddr_in6 *store)
sys/netinet/sctputil.c
2838
*store = *addr;
sys/netinet/sctputil.c
2839
if (sa6_recoverscope(store) == 0) {
sys/netinet/sctputil.c
2841
newaddr = store;
sys/sys/syscallargs.h
2260
syscallarg(struct uuid *) store;
tests/rump/kernspace/alloc.c
48
static void *store[32];
tests/rump/kernspace/alloc.c
72
for (i = 0; i < __arraycount(store); i++) {
tests/rump/kernspace/alloc.c
73
pool_put(&pp1, store[i]);
tests/rump/kernspace/alloc.c
95
for (i = 0; i < __arraycount(store); i++) {
tests/rump/kernspace/alloc.c
96
store[i] = pool_get(&pp1, PR_NOWAIT);
tests/rump/kernspace/alloc.c
97
if (store[i] == NULL) {
tests/usr.sbin/inetd/test_server.c
129
struct iovec store = {
tests/usr.sbin/inetd/test_server.c
136
.msg_iov = &store,
usr.bin/chpass/util.c
71
atot(const char *p, time_t *store)
usr.bin/chpass/util.c
79
*store = 0;
usr.bin/chpass/util.c
93
if ((*store = mktime(&tm)) == (time_t) -1)
usr.bin/dc/bcode.c
120
static void store(void);
usr.bin/dc/bcode.c
213
{ 's', store },
usr.bin/find/misc.c
65
brace_subst(char *orig, char **store, char *path, size_t *len)
usr.bin/find/misc.c
71
for (p = *store; (ch = *orig) != '\0'; ++orig)
usr.bin/find/misc.c
77
while ((p - *store) + plen + rest + 1 > nlen)
usr.bin/find/misc.c
81
ptrdiff_t off = p - *store;
usr.bin/find/misc.c
83
ostore = *store;
usr.bin/find/misc.c
84
if ((*store = realloc(ostore, nlen)) == NULL)
usr.bin/find/misc.c
87
p = *store + off; /* Relocate. */
usr.bin/mkcsmapper/yacc.y
170
{ store(&$1, $3, 0); }
usr.bin/mkcsmapper/yacc.y
172
{ store(&$1, $3, 1); }
usr.bin/mkcsmapper/yacc.y
99
static void store(const linear_zone_t *, u_int32_t, int);
usr.bin/mkesdb/yacc.y
222
set_prop_string(const char *res, char **store, char **data)
usr.bin/mkesdb/yacc.y
226
if (*store) {
usr.bin/mkesdb/yacc.y
233
*store = *data;
usr.bin/nbsvtool/nbsvtool.c
111
X509_STORE *store;
usr.bin/nbsvtool/nbsvtool.c
118
store = X509_STORE_new();
usr.bin/nbsvtool/nbsvtool.c
119
if (store == NULL)
usr.bin/nbsvtool/nbsvtool.c
122
X509_STORE_load_locations(store, anchor, NULL);
usr.bin/nbsvtool/nbsvtool.c
138
ret = PKCS7_verify(p7, cert_chain, store, in, NULL, 0);
usr.bin/uuidgen/uuidgen.c
124
store = (uuid_t*)malloc(sizeof(uuid_t) * count);
usr.bin/uuidgen/uuidgen.c
125
if (store == NULL)
usr.bin/uuidgen/uuidgen.c
130
if (uuidgen(store, count) != 0)
usr.bin/uuidgen/uuidgen.c
133
uuid = store;
usr.bin/uuidgen/uuidgen.c
140
uuid = store;
usr.bin/uuidgen/uuidgen.c
181
free(store);
usr.bin/uuidgen/uuidgen.c
80
uuid_t *store, *uuid;
usr.sbin/services_mkdb/output_db.c
105
store(&data, &key, warndup);
usr.sbin/services_mkdb/output_db.c
110
store(&key, &data, warndup);
usr.sbin/services_mkdb/output_db.c
114
store(&key, &data, warndup);
usr.sbin/services_mkdb/output_db.c
121
store(&key, &data, warndup);
usr.sbin/services_mkdb/output_db.c
125
store(&key, &data, warndup);
usr.sbin/services_mkdb/output_db.c
67
static void store(DBT *, DBT *, int);
usr.sbin/ypserv/revnetgroup/hash.h
66
void store(struct group_entry **, const char *, const char *);
usr.sbin/ypserv/revnetgroup/revnetgroup.c
145
store(gtable, key, p);