Home
last modified time | relevance | path

Searched refs:rip (Results 1 – 25 of 91) sorted by relevance

1234

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c46 interpret_rip(int flags, struct rip *rip, int fraglen) in interpret_rip() argument
69 switch (rip->rip_cmd) { in interpret_rip()
81 if (rip->rip_vers == RIPv1) in interpret_rip()
85 rip->rip_vers); in interpret_rip()
87 switch (rip->rip_cmd) { in interpret_rip()
91 nip = rip->rip_nets; in interpret_rip()
114 rip->rip_tracefile); in interpret_rip()
120 if (len < sizeof (rip->rip_tsol.rip_generation)) in interpret_rip()
122 len -= sizeof (rip->rip_tsol.rip_generation); in interpret_rip()
124 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()
[all …]
/titanic_44/usr/src/cmd/svc/startd/
H A Drestarter.c713 restarter_inst_t *rip; in restarter_delete_inst() local
728 rip = uu_list_find(instance_list.ril_instance_list, &id, NULL, NULL); in restarter_delete_inst()
729 if (rip == NULL) { in restarter_delete_inst()
734 assert(ri == rip); in restarter_delete_inst()
1245 restarter_inst_t *rip; in stop_instance_fmri() local
1248 rip = inst_lookup_by_name(fmri); in stop_instance_fmri()
1249 if (rip == NULL) in stop_instance_fmri()
1252 r = stop_instance(h, rip, flags); in stop_instance_fmri()
1254 MUTEX_UNLOCK(&rip->ri_lock); in stop_instance_fmri()
1260 unmaintain_instance(scf_handle_t *h, restarter_inst_t *rip, in unmaintain_instance() argument
[all …]
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c169 t_rip rip = { 0 }; variable
180 i = rip.top - rip.bottom; in ripoffline()
183 rip.line[i].init = init; in ripoffline()
185 rip.line[i].dy = --rip.bottom; in ripoffline()
187 rip.line[i].dy = rip.top++; in ripoffline()
369 n = rip.top - rip.bottom; in newterm()
371 stdscr = newwin(lines - n, 0, rip.top, 0); in newterm()
381 if (rip.line[i].created) in newterm()
383 y = rip.line[i].dy; in newterm()
388 if (rip.line[i].init != (int (*)(WINDOW *, int)) 0) in newterm()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c48 static void input(struct sockaddr_in *, struct interface *, struct rip *, int);
49 static boolean_t ck_passwd(struct interface *, struct rip *, uint8_t *,
147 input(&from, ifp, &inbuf.rip, cc); in read_rip()
156 struct rip *rip, in input() argument
181 trace_rip("Recv", "from", from, ifp, rip, cc); in input()
196 if (rip->rip_vers == 0) { in input()
199 rip->rip_cmd, naddr_ntoa(FROM_NADDR)); in input()
203 if (rip->rip_vers > RIPv2) { in input()
206 "version %d", rip->rip_vers, naddr_ntoa(FROM_NADDR), in input()
208 rip->rip_vers = RIPv2; in input()
[all …]
H A Drtquery.c80 struct rip rip; member
83 #define OMSG omsg_buf.rip
84 static int omsg_len = sizeof (struct rip);
87 struct rip rip; member
90 #define IMSG imsg_buf.rip
611 } else if (size%sizeof (*n) != sizeof (struct rip)%sizeof (*n)) { in rip_input()
H A Doutput.c86 ripv12_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
87 v12buf.buf = &ripv12_buf.rip; in bufinit()
90 rip_v2_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
91 rip_v2_buf.rip.rip_vers = RIPv2; in bufinit()
92 v2buf.buf = &rip_v2_buf.rip; in bufinit()
104 struct rip *buf, in output()
790 ripv12_buf.rip.rip_vers = vers; in supply()
871 ripv12_buf.rip.rip_vers = RIPv1; in supply()
987 struct rip buf; in rip_query()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c163 static t_rip rip = { 0 }; variable
178 i = rip.top - rip.bottom; in ripoffline()
181 rip.line[i].init = init; in ripoffline()
183 rip.line[i].dy = --rip.bottom; in ripoffline()
185 rip.line[i].dy = ++rip.top; in ripoffline()
357 n = rip.top - rip.bottom;
358 stdscr = newwin(lines - n, 0, rip.top, 0);
367 y = rip.line[i].dy;
372 if (rip.line[i].init != (int (*)(WINDOW *, int)) 0)
373 (void) (*rip.line[i].init)(w, columns);
/titanic_44/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s90 mov %edi,.memops_method(%rip)
102 mov %rdi,.amd64cache1(%rip)
104 mov %rdi,.amd64cache1half(%rip)
106 mov %rsi,.amd64cache2(%rip)
108 mov %rsi,.amd64cache2half(%rip)
110 mov %rdx,.largest_level_cache_size(%rip)
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetdtblsize.c51 struct rlimit rip; in getdtablesize() local
53 if (getrlimit(RLIMIT_NOFILE, &rip) == -1) in getdtablesize()
55 if (rip.rlim_cur == RLIM_INFINITY) in getdtablesize()
57 return ((int)rip.rlim_cur); in getdtablesize()
/titanic_44/usr/src/ucblib/libucb/port/sys/
H A Dgetdtblsize.c56 struct rlimit rip; in getdtablesize() local
58 if (getrlimit(RLIMIT_NOFILE, &rip) == -1) in getdtablesize()
60 if (rip.rlim_cur == RLIM_INFINITY) in getdtablesize()
62 return ((int)rip.rlim_cur); in getdtablesize()
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dgetdtablesize.c43 struct rlimit rip; in getdtablesize() local
45 error = getrlimit(RLIMIT_NOFILE, &rip); in getdtablesize()
49 return (rip.rlim_cur); in getdtablesize()
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dcopy.s97 cmpq postbootkernelbase(%rip), %rdi /* %rdi = from */
99 cmpq postbootkernelbase(%rip), %rsi /* %rsi = to */
101 0: leaq .kcopy_panic_msg(%rip), %rdi
109 leaq _kcopy_copyerr(%rip), %rcx
227 cmpq postbootkernelbase(%rip), %rdi /* %rdi = from */
229 cmpq postbootkernelbase(%rip), %rsi /* %rsi = to */
231 0: leaq .kcopy_panic_msg(%rip), %rdi
242 leaq _kcopy_nta_copyerr(%rip), %rcx /* doesn't set rflags */
369 cmpq postbootkernelbase(%rip), %rdi /* %rdi = from */
371 cmpq postbootkernelbase(%rip), %rsi /* %rsi = to */
[all …]
H A Dfloat.s238 leaq _patch_xrstorq_rbx(%rip), %rbx
239 leaq _xrstor_rbx_insn(%rip), %rbp
313 fildl .fpzero_const(%rip)
341 fildl .fpzero_const(%rip)
609 leaq sse_initial(%rip), %rax
614 leaq avx_initial(%rip), %rcx
/titanic_44/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h94 cmpl $0, stistipanic(%rip); \
96 movl $-1, stistipanic(%rip); \
97 movq stistimsg(%rip), %rdi; \
103 leaq .+0(%rip), %r11; \
104 leaq laststi(%rip), %rbx; \
115 leaq .+0(%rip), %rcx; \
/titanic_44/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle1-func.s30 addq bar@GOTTPOFF(%rip), %rdx
31 addq foo@GOTTPOFF(%rip), %rsi
H A Dstyle1-func-with-r12.s30 addq bar@GOTTPOFF(%rip), %rdx
31 addq foo@GOTTPOFF(%rip), %r12
H A Dstyle1-func-with-r13.s29 addq bar@GOTTPOFF(%rip), %rdx
30 addq foo@GOTTPOFF(%rip), %r13
/titanic_44/usr/src/lib/c_synonyms/amd64/
H A Dsynonyms.s35 movq name@GOTPCREL(%rip), %rax; \
45 movq name@GOTPCREL(%rip), %rax; \
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_xen.s43 movq %rsi, xen_info(%rip)
64 leaq stack_space(%rip), %rsp
/titanic_44/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s45 flds two_to_63(%rip)
49 fsubs two_to_63(%rip) /* subtract 2**63 */
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c811 struct inode *rip; in mountfs() local
1147 error = ufs_iget_alloced(vfsp, UFSROOTINO, &rip, cr); in mountfs()
1159 if ((rip->i_mode & IFMT) != IFDIR) { in mountfs()
1164 rvp = ITOV(rip); in mountfs()
1169 rvp = ITOV(rip); in mountfs()
1300 remque(rip); in mountfs()
1321 mutex_enter(&rip->i_tlock); in mountfs()
1322 rip->i_flag |= ISTALE; in mountfs()
1323 mutex_exit(&rip->i_tlock); in mountfs()
1333 if (ufs_rmidle(rip)) in mountfs()
[all …]
/titanic_44/usr/src/stand/lib/inet/
H A Dipv4.c1035 struct in_addr *rip; in ipv4_output() local
1036 if ((rip = ipv4_get_route(RT_HOST, &iphp->ip_dst, in ipv4_output()
1038 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_output()
1040 if (rip == NULL) { in ipv4_output()
1046 ogp->igm_router.s_addr = rip->s_addr; in ipv4_output()
1069 struct in_addr *rip = NULL; in ipv4_tcp_output() local
1086 if ((rip = ipv4_get_route(RT_HOST, &iph->ip_dst, in ipv4_tcp_output()
1088 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_tcp_output()
1090 if (rip == NULL) { in ipv4_tcp_output()
1107 if (rip != NULL) in ipv4_tcp_output()
[all …]
/titanic_44/usr/src/head/protocols/
H A Drouted.h123 struct rip { struct
204 #define NETS_LEN ((MAXPACKETSIZE - sizeof (struct rip)) \
/titanic_44/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s198 movq org_scapset@GOTPCREL(%rip),%r9
277 movl audit_flags(%rip), %eax
300 movq org_scapset@GOTPCREL(%rip),%r9
374 movl audit_argcnt(%rip),%eax / %eax = audit_argcnt
414 movq org_scapset@GOTPCREL(%rip),%r9
674 movq org_scapset@GOTPCREL(%rip),%r9
712 movq org_scapset@GOTPCREL(%rip),%r9
H A Dboot.s139 leaq _GLOBAL_OFFSET_TABLE_(%rip), %rbx
152 movq atexit_fini@GOTPCREL(%rip), %rdx

1234