Searched refs:bufsize (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.zerobuf.d31 * Test with a bufsize of 0 - should return an error.
35 * Options and Tunables/bufsize
38 #pragma D option bufsize=0
H A Derr.resize1.d35 * Options and Tunables/bufsize;
41 #pragma D option bufsize=100t
H A Dtst.resize1.d33 * Options and Tunables/bufsize;
38 #pragma D option bufsize=100t
H A Derr.end.d38 * Options and Tunables/bufsize;
43 #pragma D option bufsize=32
H A Dtst.ring2.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=512k
H A Dtst.smallring.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=16
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmtaux.h34 int bufsize, char *retbuf, int *retsize);
37 int bufsize, char *retbuf, int *retsize);
40 int bufsize, char *retbuf, int *retsize);
43 int bufsize, char *retbuf, int *retsize);
46 int bufsize, char *retbuf, int *retsize);
49 int bufsize, char *retbuf, int *retsize);
52 unsigned int offset, int bufsize, char *retbuf, int *retsize);
58 unsigned int offset, int bufsize, char *retbuf, int *retsize);
61 int bufsize, char *retbuf, int *retsize);
64 int bufsize, cha
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dcorectl.c58 core_set_global_path(const char *buf, size_t bufsize) argument
60 return (syscall(SYS_corectl, CC_SET_GLOBAL_PATH, buf, bufsize));
64 core_get_global_path(char *buf, size_t bufsize) argument
66 return (syscall(SYS_corectl, CC_GET_GLOBAL_PATH, buf, bufsize));
82 core_set_default_path(const char *buf, size_t bufsize) argument
84 return (syscall(SYS_corectl, CC_SET_DEFAULT_PATH, buf, bufsize));
88 core_get_default_path(char *buf, size_t bufsize) argument
90 return (syscall(SYS_corectl, CC_GET_DEFAULT_PATH, buf, bufsize));
106 core_set_process_path(const char *buf, size_t bufsize, pid_t pid) argument
108 return (syscall(SYS_corectl, CC_SET_PROCESS_PATH, buf, bufsize, pi
112 core_get_process_path(char *buf, size_t bufsize, pid_t pid) argument
[all...]
H A Dreadlink.c32 readlinkat(int fd, const char *path, char *buf, size_t bufsize) argument
37 error = __systemcall(&rval, SYS_readlinkat, fd, path, buf, bufsize);
45 readlink(const char *path, char *buf, size_t bufsize) argument
51 error = __systemcall(&rval, SYS_readlink, path, buf, bufsize);
56 return (readlinkat(AT_FDCWD, path, buf, bufsize));
H A Dexacctsys.c39 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) argument
45 0, idtype, id, buf, bufsize, 0);
52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) argument
54 return (syscall(SYS_exacctsys, 1, idtype, id, buf, bufsize, flags));
/illumos-gate/usr/src/cmd/isalist/
H A Disalist.c43 size_t bufsize = BUFSIZ; local
45 ret = sysinfo(SI_ISALIST, buf, bufsize);
49 } else if (ret > bufsize) {
52 buf = malloc(bufsize = ret);
58 ret = sysinfo(SI_ISALIST, buf, bufsize);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dexport_sec_context.c42 size_t bufsize, blen; local
64 bufsize = 0;
66 &bufsize)))
70 if ((obuffer = (krb5_octet *) xmalloc(bufsize)) == NULL) {
76 blen = bufsize;
83 interprocess_token->length = bufsize - blen;
98 if (obuffer && bufsize) {
99 memset(obuffer, 0, bufsize);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.genericevent.d37 #pragma D option bufsize=128k
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_PRINCIPAL.d30 #pragma D option bufsize=512
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d30 #pragma D option bufsize=512
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbtranslate.c69 static int bufsize; local
77 if (!byte && (n*CSMAX+1) > bufsize) {
80 bufsize = n * CSMAX + 1;
81 if ((buf = malloc(bufsize * sizeof (char))) == NULL)
82 bufsize = 0;
112 static int bufsize; local
118 if (!code && (n + 1) > bufsize) {
121 bufsize = n + 1;
122 if ((buf = (wchar_t *)malloc(bufsize * sizeof (wchar_t))) ==
124 bufsize
[all...]
/illumos-gate/usr/src/cmd/getopt/
H A Dgetopt.c64 size_t bufsize; local
82 bufsize = BLOCKLEN;
83 if ((outstr = (char *)malloc(bufsize)) == NULL) {
101 ALLOC_BUFMEM(outstr, bufsize, 3);
106 ALLOC_BUFMEM(outstr, bufsize, strlen(optarg)+1)
116 ALLOC_BUFMEM(outstr, bufsize, 3)
119 ALLOC_BUFMEM(outstr, bufsize, strlen(argv[optind])+1)
/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/rates/
H A Dtst.switchrate.d34 * Options and Tunables/bufsize;
46 #pragma D option bufsize=40
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.caller.d36 * Options and Tunables/bufsize;
41 #pragma D option bufsize=1000
H A Dtst.stack.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.stackdepth.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=1000
H A Dtst.stddev.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.uregs.d33 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.ustack.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000

Completed in 124 milliseconds

1234567891011>>