/titanic_53/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats_impl.h | 43 } t; member
|
/titanic_53/usr/src/lib/libbc/libc/gen/common/ |
H A D | realpath.c | 107 register char *t = d - 2; local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtmatch.c | 38 register char* t; in fmtmatch() local
|
H A D | fmtfmt.c | 59 int t; in fmtfmt() local
|
/titanic_53/usr/src/cmd/getent/ |
H A D | getent.c | 42 static struct table t[] = { variable
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathrepl.c | 50 char* t; in pathrepl_20100601() local
|
/titanic_53/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 70 kthread_t *t; in syslwp_create() local
|
H A D | sigprocmask.c | 44 kthread_t *t = curthread; in lwp_sigmask() local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | log1p.c | 123 double z,s,t,c; variable
|
/titanic_53/usr/src/lib/libm/common/Q/ |
H A D | sinhl.c | 77 long double r, t; in sinhl() local
|
/titanic_53/usr/src/lib/libadm/common/ |
H A D | listdev.c | 83 char *t; /* Temp for swapping pointers */ in sortlist() local
|
/titanic_53/usr/src/lib/libm/common/m9x/ |
H A D | scalbln.c | 45 unsigned v = px[HIWORD] & ~0x80000000, w = px[LOWORD], t = v; in ilogb_biased() local
|
/titanic_53/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 146 kthread_t *t = p->p_tlist; in setup_note_header() local 197 kthread_t *t; in write_elfnotes() local
|
/titanic_53/usr/src/lib/libm/common/complex/ |
H A D | cpowl.c | 70 long double t1, t2, t3, t4, w1, w2, t; in sum4fpl() local 109 long double x, y, u, v, t, c, s, r; in cpowl() local
|
/titanic_53/usr/src/lib/libilb/common/ |
H A D | ilb_subr.c | 74 uint64_t t; in signed_diff64() local 97 uint64_t t; in unsigned_diff64() local
|
/titanic_53/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 139 uint_t t[6]; in ether_line() local 295 uint_t t[6]; in ether_aton_r() local
|
/titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | bootinfo.c | 145 #define MOD_STR(t, a, s) { \ argument 156 #define MOD_VAR(t, a, s) { \ argument
|
/titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | bootinfo64.c | 65 #define MOD_STR(t, a, s, c) { \ argument 77 #define MOD_VAR(t, a, s, c) { \ argument
|
/titanic_53/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 127 avl_tree_t *t = &zilog->zl_bp_tree; in zil_bp_tree_fini() local 140 avl_tree_t *t = &zilog->zl_bp_tree; in zil_bp_tree_add() local 492 for (int t = 0; t < TXG_SIZE; t++) { in zilog_is_dirty() local 767 avl_tree_t *t = &zilog->zl_vdev_tree; in zil_add_block() local 799 avl_tree_t *t = &zilog->zl_vdev_tree; in zil_flush_vdevs() local 1160 avl_tree_t *t; in zil_itxg_clean() local 1210 avl_tree_t *t; in zil_remove_async() local 1306 avl_tree_t *t = &itxs->i_async_tree; in zil_itx_assign() local 1410 avl_tree_t *t; in zil_async_to_sync() local
|
/titanic_53/usr/src/uts/common/net/ |
H A D | radix.h | 182 #define R_ZallocSleep(p, t, n) p = (t) kmem_zalloc(n, KM_SLEEP) argument 201 #define R_Malloc(p, t, n) (p = malloc((unsigned int)(n))) argument 202 #define R_Zalloc(p, t, n) (p = calloc(1, (unsigned int)(n))) argument 203 #define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n) argument
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.h | 91 #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x… argument 92 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) argument 115 #define strton(s,t,b,f) strtol(s,t,0) argument 116 #define strtonll(s,t,b,f) strtoll(s,t,0) argument
|
/titanic_53/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_stat.c | 39 BTREE *t; local
|
/titanic_53/usr/src/lib/libm/common/C/ |
H A D | sincospi.c | 88 double y, z, t; in sincospi() local
|
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | mktemp.c | 78 char* t; in b_mktemp() local
|
/titanic_53/usr/src/cmd/adbgen/common/ |
H A D | adbgen4.c | 52 char *cur, *last, *cp1, *cp2, *ep, *t; in main() local
|