/src/lib/libc/compat/arch/vax/sys/ |
compat_sigpending13.S | 41 movl %r0,*4(%ap) # store old mask
|
/src/usr.bin/uuidgen/ |
uuidgen.c | 80 uuid_t *store, *uuid; local in function:main 124 store = (uuid_t*)malloc(sizeof(uuid_t) * count); 125 if (store == NULL) 130 if (uuidgen(store, count) != 0) 133 uuid = store; 140 uuid = store; 181 free(store);
|
/src/usr.bin/find/ |
misc.c | 62 * area of memory set in store. 65 brace_subst(char *orig, char **store, char *path, size_t *len) 71 for (p = *store; (ch = *orig) != '\0'; ++orig) 77 while ((p - *store) + plen + rest + 1 > nlen) 81 ptrdiff_t off = p - *store; 83 ostore = *store; 84 if ((*store = realloc(ostore, nlen)) == NULL) 87 p = *store + off; /* Relocate. */
|
/src/tests/rump/kernspace/ |
alloc.c | 48 static void *store[32]; variable in typeref:typename:void * [32] 72 for (i = 0; i < __arraycount(store); i++) { 73 pool_put(&pp1, store[i]); 95 for (i = 0; i < __arraycount(store); i++) { 96 store[i] = pool_get(&pp1, PR_NOWAIT); 97 if (store[i] == NULL) { 98 panic("pool_get store failed");
|
/src/lib/libc/compat/arch/i386/sys/ |
compat_sigpending.S | 49 movl %eax,(%ecx) # store old mask
|
/src/lib/libc/compat/arch/x86_64/sys/ |
compat_sigpending.S | 48 movl %eax,(%rdi) # store old mask
|
/src/lib/libc/compat/arch/powerpc/sys/ |
compat_sigpending13.S | 16 stw %r3,0(%r5) # store return value
|
/src/usr.sbin/ypserv/revnetgroup/ |
hash.h | 66 void store(struct group_entry **, const char *, const char *);
|
/src/common/lib/libutil/ |
snprintb.c | 81 store(state *s, char c) function in typeref:typename:void 105 store(s, '#'); 107 store(s, '\0'); 118 store(s, ','); 120 store(s, '<'); 132 store(s, '>'); 152 store(s, *s->bitfmt); 185 store(s, s->bitfmt[-1]); 209 store(s, s->bitfmt[-1]); 210 store(s, '=') [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
amdgpu_hw_gpio.c | 50 REG_GET(MASK_reg, MASK, &gpio->store.mask); 51 REG_GET(A_reg, A, &gpio->store.a); 52 REG_GET(EN_reg, EN, &gpio->store.en); 53 /* TODO store GPIO_MUX_CONTROL if we ever use it */ 59 REG_UPDATE(MASK_reg, MASK, gpio->store.mask); 60 REG_UPDATE(A_reg, A, gpio->store.a); 61 REG_UPDATE(EN_reg, EN, gpio->store.en); 196 pin->store.mask = 0; 197 pin->store.a = 0; 198 pin->store.en = 0 [all...] |
/src/lib/libc/arch/mips/sys/ |
pipe.S | 55 INT_S v0, 0(a0) # store the two file descriptors
|
/src/lib/libc/arch/powerpc/sys/ |
pipe.S | 17 stint %r3,0(%r5) # success, store fds
|
/src/lib/libc/arch/powerpc64/sys/ |
pipe.S | 13 stint %r3,0(%r5) # success, store fds
|
/src/lib/libc/arch/riscv/sys/ |
pipe.S | 47 sw a0, 0(a2) # store the two file descriptors
|
/src/lib/libc/arch/sparc/sys/ |
pipe.S | 58 st %o0, [%o2] ! success, store fds
|
/src/lib/libc/compat/arch/sparc/sys/ |
compat_sigpending.S | 56 st %o0, [%o2] ! store return value
|
/src/common/lib/libc/arch/sparc/atomic/ |
atomic_cas_up.S | 39 beq,a 1f ! yes, do the store 51 beq,a 1f ! yes, do the store 63 beq,a 1f ! yes, do the store
|
/src/usr.bin/chpass/ |
util.c | 71 atot(const char *p, time_t *store) 79 *store = 0; 93 if ((*store = mktime(&tm)) == (time_t) -1)
|
/src/sys/arch/sun2/sun2/ |
promlib.c | 273 uint16_t old_g0_g4_vectors[4], *vec, *store; local in function:prom_abort 284 store = old_g0_g4_vectors; 285 *(store++) = *vec; 287 *(store++) = *vec; 290 *(store++) = *vec; 292 *(store++) = *vec; 310 store = old_g0_g4_vectors; 311 *(vec++) = *(store++); 312 *(vec++) = *(store++); 313 *(vec++) = *(store++) [all...] |
/src/sys/kern/ |
kern_uuid.c | 68 struct uuid *store, tmp; local in function:sys_uuidgen 81 for (store = SCARG(uap,store), count = SCARG(uap,count); 83 store++, count--) { 85 error = copyout(&tmp, store, sizeof tmp); 94 uuidgen(struct uuid *store, int count) 98 uuid_generate(store++);
|
/src/usr.sbin/services_mkdb/ |
output_db.c | 67 static void store(DBT *, DBT *, int); 105 store(&data, &key, warndup); 110 store(&key, &data, warndup); 114 store(&key, &data, warndup); 121 store(&key, &data, warndup); 125 store(&key, &data, warndup); 142 store(DBT *key, DBT *data, int warndup) function in typeref:typename:void 147 (void)printf("store [%*.*s] [%*.*s]\n",
|
/src/sys/dev/ |
midictl.c | 52 * It relies on a "store" layer (implemented in the lower part of this file) 59 * at a time. The MIDI layer uses store-managed 2- or 8-bit slots for the 61 * set the value. (Because the store is allowed to pack things, it may 'find' 66 * The 14-bit values are handled similarly: 16-bit store slots are used to hold 92 * by store_locate on this store. That works because reentrancy of midictl 113 * to store. The saving grace is that only a handful are likely to appear in 115 * interesting to a typical client. So the store implementation needs to be 193 mc->store = s; 203 s = mc->store; 220 KASSERT(!mc->store->destroy) [all...] |
/src/lib/libc/arch/or1k/sys/ |
pipe.S | 18 l.sw 0(r5),r11 # success, store fds
|
/src/sys/arch/hpcmips/vr/ |
vrip_spl.S | 69 mtc0 v0, MIPS_COP_0_STATUS # store back
|
/src/lib/libc/arch/powerpc64/string/ |
bzero.S | 57 rldicl 4, 4, 0, 56 # construct parallel store 73 std 0, 0(10) # 8-way + unrolled store loop
|