Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 25 of 126) sorted by relevance

123456

/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dbitfield.c23 struct bitfield *bf; in bitfield_alloc() local
34 void bitfield_free(struct bitfield *bf) in bitfield_free()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
/netbsd-src/usr.bin/tail/
H A Dreverse.c149 typedef struct bf { struct
150 struct bf *next; argument
151 struct bf *prev; argument
152 int len;
153 char *l;
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_linux.c157 char *bf; procfs_domeminfo() local
220 char *bf; procfs_dodevices() local
280 char *bf; procfs_docpustat() local
357 char *bf; procfs_doloadavg() local
395 char *bf; procfs_do_pid_statm() local
449 char *bf; procfs_do_pid_stat() local
552 char *bf = NULL; procfs_docpuinfo() local
576 char *bf; procfs_douptime() local
632 char *bf, *mtab = NULL; procfs_domounts() local
678 char *bf; procfs_doversion() local
773 char *bf; procfs_dosysvipc_msg() local
820 char *bf; procfs_dosysvipc_sem() local
863 char *bf; procfs_dosysvipc_shm() local
910 char *bf; print_uint() local
[all...]
H A Dprocfs_subr.c355 vfs_getuserstr(struct uio *uio, char *bf, int *buflenp) in vfs_getuserstr()
387 vfs_findname(const vfs_namemap_t *nm, const char *bf, int buflen) in vfs_findname()
/netbsd-src/sys/sys/
H A Dhash.h52 hash32_buf(const void *bf, size_t len, uint32_t hash) in hash32_buf()
73 hash32_str(const void *bf, uint32_t hash) in hash32_str()
91 hash32_strn(const void *bf, size_t len, uint32_t hash) in hash32_strn()
/netbsd-src/external/bsd/pdisk/dist/
H A Dbitfield.c74 bitfield_set(uint32_t *bf, int base, int length, uint32_t value) in bitfield_set()
92 bitfield_get(uint32_t bf, int base, int length) in bitfield_get()
/netbsd-src/usr.bin/tftp/
H A Dtftpsubs.c63 static struct bf { struct
68 /* Values for bf.counter */ argument
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_pw.c172 char bf[sizeof(pvt->pw_keynum) + 1]; in pw_next() local
190 char bf[UT_NAMESIZE + 1]; in pw_byname() local
211 char bf[sizeof(keyuid) + 1]; in pw_byuid() local
/netbsd-src/lib/libcurses/
H A Dscrollok.c45 scrollok(WINDOW *win, bool bf) in scrollok() argument
H A Dnodelay.c43 nodelay(WINDOW *win, bool bf) in nodelay() argument
H A Dflushok.c45 flushok(WINDOW *win, bool bf) in flushok() argument
H A Dsyncok.c45 syncok(WINDOW *win, bool bf) in syncok() argument
H A Didcok.c51 idcok(WINDOW *win, bool bf) in idcok() argument
H A Dnotimeout.c43 notimeout(WINDOW *win, bool bf) in notimeout() argument
H A Dclearok.c45 clearok(WINDOW *win, bool bf) in clearok() argument
H A Dimmedok.c45 immedok(WINDOW *win, bool bf) in immedok() argument
H A Didlok.c50 idlok(WINDOW *win, bool bf) in idlok() argument
H A Dmeta.c45 meta(/*ARGSUSED*/ WINDOW *win, bool bf) in meta() argument
H A Dleaveok.c45 leaveok(WINDOW *win, bool bf) in leaveok() argument
H A Dkeypad.c43 keypad(WINDOW *win, bool bf) in keypad() argument
/netbsd-src/sys/arch/usermode/usermode/
H A Dprocfs_machdep.c41 procfs_getcpuinfstr(char *bf, size_t *len) in procfs_getcpuinfstr()
/netbsd-src/sys/dev/raidframe/
H A Drf_dagfuncs.c169 void *bf = (void *) node->params[1].p; in rf_ParityLogUpdateFunc() local
205 void *bf = (void *) node->params[1].p; in rf_ParityLogOverwriteFunc() local
269 void *bf = (void *) node->params[1].p; in rf_DiskReadFuncForThreads() local
298 void *bf = (void *) node->params[1].p; in rf_DiskWriteFuncForThreads() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_enum.c47 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf()
/netbsd-src/sys/arch/x86/x86/
H A Dprocfs_machdep.c217 procfs_getcpuinfstr(char *bf, size_t *len) in procfs_getcpuinfstr() argument
376 procfs_getonecpu(int xcpu, struct cpu_info *ci, char *bf, size_t *len) in procfs_getonecpu() argument
/netbsd-src/sys/dev/ic/
H A Darn5008.c496 struct athn_tx_buf *bf; in ar5008_tx_alloc() local
555 struct athn_tx_buf *bf; in ar5008_tx_free() local
581 struct athn_rx_buf *bf; in ar5008_rx_alloc() local
662 struct athn_rx_buf *bf; in ar5008_rx_free() local
692 struct athn_rx_buf *bf; in ar5008_rx_enable() local
791 struct athn_rx_buf *bf, *nbf; in ar5008_rx_process() local
973 struct athn_tx_buf *bf; in ar5008_tx_process() local
1070 struct athn_tx_buf *bf = sc->sc_bcnbuf; in ar5008_swba_intr() local
1314 struct athn_tx_buf *bf; in ar5008_tx() local

123456