HomeSort by: relevance | last modified time | path
    Searched defs:_buf (Results 1 - 14 of 14) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
kobj.h 52 struct _buf { struct
57 struct _buf *kobj_open_file(const char *path);
58 int kobj_get_filesize(struct _buf *file, uint64_t *size);
59 int kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off);
60 void kobj_close_file(struct _buf *file);
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
load.s 59 loadsym \preg0, _buf
236 _buf: label
lsetup.s 20 loadsym i0, _buf
28 loadsym R1, _buf
62 loadsym p0, _buf;
70 loadsym r1, _buf
106 _buf: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
load.s 59 loadsym \preg0, _buf
236 _buf: label
lsetup.s 20 loadsym i0, _buf
28 loadsym R1, _buf
62 loadsym p0, _buf;
70 loadsym r1, _buf
106 _buf: label
  /src/lib/libc/rpc/
clnt_perror.c 74 static char *_buf(void);
78 _buf(void) function
102 str = _buf(); /* side effect: sets "buflen" */
253 str = _buf(); /* side effect: sets "buflen" */
  /src/usr.bin/tsort/
tsort.c 98 typedef struct _buf { struct
  /src/lib/libterminfo/
term_private.h 132 char *_buf; member in struct:__anon556
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_file.c 1183 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
1185 _buf, sizeof(_buf));
1214 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
1218 _buf, sizeof(_buf));
config_winreg.c 604 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
606 _buf, sizeof(_buf));
  /src/sys/sys/
ktrace.h 78 const void *_buf; member in struct:ktr_header::__anon7606::__anon7607
100 #define ktr_unused _v._v0._buf
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 641 struct _buf { struct
664 extern struct _buf *kobj_open_file(char *name);
665 extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
667 extern void kobj_close_file(struct _buf *file);
668 extern int kobj_get_filesize(struct _buf *file, uint64_t *size);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 3815 char _buf[128], *buf = _buf; local
3921 TRACE_INSN (cpu, "%s%s;", _buf, mac_optmode (mmod, _MM));
3974 char _buf[128], *buf = _buf; local
4041 TRACE_INSN (cpu, "%s%s;", _buf, mac_optmode (mmod, _MM));
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 3815 char _buf[128], *buf = _buf; local
3921 TRACE_INSN (cpu, "%s%s;", _buf, mac_optmode (mmod, _MM));
3974 char _buf[128], *buf = _buf; local
4041 TRACE_INSN (cpu, "%s%s;", _buf, mac_optmode (mmod, _MM));

Completed in 38 milliseconds