/netbsd-src/external/bsd/wpa/dist/src/utils/ |
H A D | bitfield.c | 23 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 D | reverse.c | 149 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 D | procfs_linux.c | 157 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 D | procfs_subr.c | 355 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 D | hash.h | 52 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 D | bitfield.c | 74 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 D | tftpsubs.c | 63 static struct bf { struct 68 /* Values for bf.counter */ argument
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | lcl_pw.c | 172 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 D | scrollok.c | 45 scrollok(WINDOW *win, bool bf) in scrollok() argument
|
H A D | nodelay.c | 43 nodelay(WINDOW *win, bool bf) in nodelay() argument
|
H A D | flushok.c | 45 flushok(WINDOW *win, bool bf) in flushok() argument
|
H A D | syncok.c | 45 syncok(WINDOW *win, bool bf) in syncok() argument
|
H A D | idcok.c | 51 idcok(WINDOW *win, bool bf) in idcok() argument
|
H A D | notimeout.c | 43 notimeout(WINDOW *win, bool bf) in notimeout() argument
|
H A D | clearok.c | 45 clearok(WINDOW *win, bool bf) in clearok() argument
|
H A D | immedok.c | 45 immedok(WINDOW *win, bool bf) in immedok() argument
|
H A D | idlok.c | 50 idlok(WINDOW *win, bool bf) in idlok() argument
|
H A D | meta.c | 45 meta(/*ARGSUSED*/ WINDOW *win, bool bf) in meta() argument
|
H A D | leaveok.c | 45 leaveok(WINDOW *win, bool bf) in leaveok() argument
|
H A D | keypad.c | 43 keypad(WINDOW *win, bool bf) in keypad() argument
|
/netbsd-src/sys/arch/usermode/usermode/ |
H A D | procfs_machdep.c | 41 procfs_getcpuinfstr(char *bf, size_t *len) in procfs_getcpuinfstr()
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_dagfuncs.c | 169 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 D | nouveau_nvkm_core_enum.c | 47 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf()
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | procfs_machdep.c | 217 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 D | arn5008.c | 496 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
|