Home
last modified time | relevance | path

Searched refs:bufsize (Results 151 – 175 of 410) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.genericevent.d37 #pragma D option bufsize=128k
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c665 uint_t bufsize; in file() local
674 bufsize = LINE_MAX; in file()
974 if (len >= bufsize) { in file()
975 bufsize += LINE_MAX; in file()
977 token_buffer, bufsize)) == 0) { in file()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java93 consumer.getOption(Option.bufsize); in beforeOpen()
102 consumer.setOption(Option.bufsize, Option.mb(1)); in beforeOpen()
449 consumer.getOption(Option.bufsize); in afterClose()
458 consumer.setOption(Option.bufsize, Option.mb(1)); in afterClose()
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c178 static size_t bufsize = 5; in yylex() local
180 if (buf == NULL && (buf = (char *)malloc(bufsize)) == NULL) in yylex()
191 c = gettok(&buf, &bufsize); in yylex()
345 c = gettok(&buf, &bufsize); in yylex()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c226 int bufsize; in create_dirents() local
273 bufsize = total_bytes_wanted + sizeof (struct dirent64); in create_dirents()
274 outbuf = malloc(bufsize); in create_dirents()
280 memset(outbuf, 0, bufsize); in create_dirents()
/illumos-gate/usr/src/cmd/dtrace/demo/buf/
H A Dring.d28 #pragma D option bufsize=16k
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.smallring.d38 #pragma D option bufsize=16
H A Dtst.ring2.d38 #pragma D option bufsize=512k
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.ustack.d37 #pragma D option bufsize=1000
H A Dtst.stack.d37 #pragma D option bufsize=1000
H A Dtst.caller.d38 #pragma D option bufsize=1000
H A Dtst.uregs.d37 #pragma D option bufsize=1000
H A Dtst.ustackdepth.d38 #pragma D option bufsize=1000
H A Dtst.stackdepth.d38 #pragma D option bufsize=1000
H A Dtst.stddev.d37 #pragma D option bufsize=1000
H A Dtst.unalign.d33 #pragma D option bufsize=16
H A Dtst.progenyof.d37 #pragma D option bufsize=1000
H A Dtst.violentdeath.ksh29 exec $dtrace -x bufpolicy=ring -x bufsize=1k -s /dev/stdin <<EOF
H A Dtst.random.d41 #pragma D option bufsize=16
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c390 print_tcp_state(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_tcp_state() argument
397 (void) strlcpy(buf, statestr, bufsize); in print_tcp_state()
399 (void) snprintf(buf, bufsize, "UNKNOWN(%d)", state); in print_tcp_state()
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c311 int bufsize = 1024; in walk_partitions() local
323 if (pread(fd, buf, bufsize, (off_t)sec * secsz) != bufsize) { in walk_partitions()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c168 krb5int_get_fq_hostname (char *buf, size_t bufsize, const char *name) in krb5int_get_fq_hostname() argument
180 strncpy (buf, ai->ai_canonname, bufsize); in krb5int_get_fq_hostname()
181 buf[bufsize-1] = 0; in krb5int_get_fq_hostname()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals_machelf.c134 (void) strlcpy(arg->buf, inv_buf.buf, arg->bufsize); in cef_cp()
151 state->room = arg->bufsize; in cef_setup()
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c140 sn1_getattr(zone_t *zone, int attr, void *buf, size_t *bufsize) in sn1_getattr() argument
147 sn1_setattr(zone_t *zone, int attr, void *buf, size_t bufsize) in sn1_setattr() argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d44 #pragma D option bufsize=40

12345678910>>...17