/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.keysort.d | 69 setopt("aggsortkey", "false"); 70 setopt("aggsortkeypos", "0"); 76 setopt("aggsortkey"); 80 setopt("aggsortkeypos", "1"); 84 setopt("aggsortkeypos", "2"); 88 setopt("aggsortkey", "false"); 89 setopt("aggsortkeypos", "0"); 90 setopt("aggsortrev"); 95 setopt("aggsortkey"); 99 setopt("aggsortkeypos", "1"); [all …]
|
H A D | tst.aggpackzoom.d | 38 setopt("aggpack"); 40 setopt("aggzoom");
|
H A D | tst.aggpack.d | 49 setopt("aggzoom", "true"); 51 setopt("aggzoom", "false");
|
H A D | tst.aggzoom.d | 32 setopt("aggzoom");
|
H A D | tst.agghist.d | 39 setopt("aggzoom");
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.badopt.d | 33 setopt("Nixon"); 34 setopt("Harding"); 35 setopt("Hoover"); 36 setopt("Bush"); 37 setopt("quiet", "hell no"); 38 setopt("aggrate", "0.5hz"); 39 setopt("bufsize", "1m");
|
H A D | tst.dynopt.d | 44 setopt("quiet", "no"); 45 setopt("quiet"); 46 setopt("quiet"); 47 setopt("quiet", "yes"); 60 setopt("switchrate", "5sec"); 61 setopt("aggrate", "5sec");
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.printa.d | 51 setopt("aggsortpos", "1"); 52 setopt("aggsortrev"); 63 setopt("aggsortkey"); 65 setopt("aggsortpos", "0"); 66 setopt("aggsortkeypos", "1");
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.sortpos.d | 50 setopt("aggsortpos", lltostr(j));
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 128 static int setopt(int fd, int level, int name, int value); 258 if (setopt(fd, SOL_SOCKET, SO_SNDBUF, val) < 0) { in nfslib_set_sockbuf() 271 if (setopt(fd, SOL_SOCKET, SO_RCVBUF, val) < 0) { in nfslib_set_sockbuf() 480 setopt(int fd, int level, int name, int value) in setopt() function 512 return (setopt(fd, SOL_SOCKET, SO_REUSEADDR, 1)); in reuseaddr() 518 return (setopt(fd, SOL_SOCKET, SO_RECVUCRED, 1)); in recvucred() 524 return (setopt(fd, SOL_SOCKET, SO_ANON_MLP, 1)); in anonmlp()
|
/titanic_50/usr/src/cmd/fmt/ |
H A D | fmt.c | 104 static int setopt(char *); 140 if (setopt(cp)) in main() 621 setopt(char *cp) in setopt() function
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | error.c | 132 setopt(void* a, const void* p, register int n, register const char* v) in setopt() function 339 stropt(s, options, sizeof(*options), setopt, NiL); in error_break() 377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); in errorv()
|
H A D | procopen.c | 87 setopt(register void* a, register const void* p, register int n, const char* v) in setopt() function 533 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); in procopen()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 776 setopt(void* a, const void* p, int n, const char* v) in setopt() function 1071 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); in _ast_setlocale()
|