HomeSort by: relevance | last modified time | path
    Searched refs:bf (Results 1 - 25 of 158) sorted by relevancy

1 2 3 4 5 6 7

  /src/lib/libcurses/
nodelay.c 43 nodelay(WINDOW *win, bool bf)
49 if (bf)
clearok.c 45 clearok(WINDOW *win, bool bf)
50 if (bf)
flushok.c 45 flushok(WINDOW *win, bool bf)
50 if (bf)
idcok.c 51 idcok(WINDOW *win, bool bf)
56 if (bf)
idlok.c 50 idlok(WINDOW *win, bool bf)
55 if (bf)
immedok.c 45 immedok(WINDOW *win, bool bf)
50 if (bf)
leaveok.c 45 leaveok(WINDOW *win, bool bf)
50 if (bf)
notimeout.c 43 notimeout(WINDOW *win, bool bf)
49 if (bf)
scrollok.c 45 scrollok(WINDOW *win, bool bf)
51 if (bf)
syncok.c 45 syncok(WINDOW *win, bool bf)
51 if (bf)
keypad.c 43 keypad(WINDOW *win, bool bf)
46 "keypad: win %p, %s\n", win, bf ? "TRUE" : "FALSE");
50 if (bf) {
meta.c 45 meta(/*ARGSUSED*/ WINDOW *win, bool bf)
50 if (bf == TRUE) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_enum.c 47 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value)
50 while (size >= 1 && bf->name) {
51 if (value & bf->mask) {
53 space ? " " : "", bf->name);
58 bf++;
  /src/sys/sys/
hash.h 47 * hash32_buf(const void *bf, size_t len, uint32_t hash)
52 hash32_buf(const void *bf, size_t len, uint32_t hash)
54 const uint8_t *s = (const uint8_t *)bf;
68 * hash32_str(const void *bf, uint32_t hash)
73 hash32_str(const void *bf, uint32_t hash)
75 const uint8_t *s = (const uint8_t *)bf;
85 * hash32_strn(const void *bf, size_t len, uint32_t hash)
91 hash32_strn(const void *bf, size_t len, uint32_t hash)
93 const uint8_t *s = (const uint8_t *)bf;
  /src/sys/arch/usermode/usermode/
procfs_machdep.c 41 procfs_getcpuinfstr(char *bf, size_t *len)
43 return thunk_getcpuinfo(bf, len);
  /src/tests/crypto/libcrypto/bf/
Makefile 4 HELPER_DIR= bf
  /src/sys/miscfs/procfs/
procfs_linux.c 162 char *bf; local in function:procfs_domeminfo
167 bf = malloc(LBFSZ, M_TEMP, M_WAITOK);
180 len = snprintf(bf, LBFSZ,
211 error = uiomove_frombuf(bf, len, uio);
213 free(bf, M_TEMP);
225 char *bf; local in function:procfs_dodevices
231 bf = malloc(LBFSZ, M_TEMP, M_WAITOK);
233 offset += snprintf(&bf[offset], LBFSZ - offset, "Character devices:\n");
243 offset += snprintf(&bf[offset], LBFSZ - offset,
251 offset += snprintf(&bf[offset], LBFSZ - offset, "\nBlock devices:\n")
285 char *bf; local in function:procfs_docpustat
362 char *bf; local in function:procfs_doloadavg
400 char *bf; local in function:procfs_do_pid_statm
454 char *bf; local in function:procfs_do_pid_stat
557 char *bf = NULL; local in function:procfs_docpuinfo
581 char *bf; local in function:procfs_douptime
637 char *bf, *mtab = NULL; local in function:procfs_domounts
683 char *bf; local in function:procfs_doversion
778 char *bf; local in function:procfs_dosysvipc_msg
825 char *bf; local in function:procfs_dosysvipc_sem
868 char *bf; local in function:procfs_dosysvipc_shm
918 char *bf; local in function:PFS_print_uint
    [all...]
  /src/usr.sbin/fstyp/
ntfs.c 138 struct ntfs_bootfile *bf; local in function:fstyp_ntfs
148 bf = read_buf(fp, 0, 512);
149 if (bf == NULL || strncmp((char*)bf->bf_sysid, "NTFS ", 8) != 0)
154 mftrecsz = bf->bf_mftrecsz;
155 recsize = mftrecsz > 0 ? (size_t)(mftrecsz * bf->bf_bps * bf->bf_spc)
158 voloff = (off_t)((off_t)bf->bf_mftcn * bf->bf_spc * bf->bf_bps
    [all...]
  /src/lib/libc/arch/or1k/gen/
__sigsetjmp14.S 12 l.bf PLT(_C_LABEL(_setjmp))
21 l.bf PLT(_C_LABEL(_longjmp))
  /src/lib/libc/compat/arch/sh3/sys/
compat_sigprocmask.S 54 bf 1f
63 bf err
compat_Ovfork.S 57 bf err
compat_sigsuspend.S 54 bf err
  /src/lib/libc/arch/or1k/sys/
__clone.S 48 l.bf 2f
50 l.bf 2f
55 l.bf _C_LABEL(__cerror) /* error... */
59 l.bf 1f /* We're the parent, just return. */
  /src/lib/libc/arch/sh3/sys/
__vfork14.S 54 bf err
fork.S 54 bf err

Completed in 1572 milliseconds

1 2 3 4 5 6 7