| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getdtblsize.c | 51 struct rlimit rip; local 53 if (getrlimit(RLIMIT_NOFILE, &rip) == -1) 55 if (rip.rlim_cur == RLIM_INFINITY) 57 return ((int)rip.rlim_cur);
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/sys/ |
| getdtblsize.c | 56 struct rlimit rip; local 58 if (getrlimit(RLIMIT_NOFILE, &rip) == -1) 60 if (rip.rlim_cur == RLIM_INFINITY) 62 return ((int)rip.rlim_cur);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| getdtablesize.c | 43 struct rlimit rip; local 45 error = getrlimit(RLIMIT_NOFILE, &rip); 49 return (rip.rlim_cur);
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| newterm.c | 163 static t_rip rip = { 0 }; variable 178 i = rip.top - rip.bottom; 181 rip.line[i].init = init; 183 rip.line[i].dy = --rip.bottom; 185 rip.line[i].dy = ++rip.top; 357 n = rip.top - rip.bottom [all...] |
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| newterm.c | 169 t_rip rip = { 0 }; variable 180 i = rip.top - rip.bottom; 183 rip.line[i].init = init; 185 rip.line[i].dy = --rip.bottom; 187 rip.line[i].dy = rip.top++; 369 n = rip.top - rip.bottom [all...] |
| /onnv/onnv-gate/usr/src/lib/fm/libfmd_adm/common/ |
| fmd_adm.c | 901 struct fmd_rpc_serdinfo *rsi, **ris, **rip; local 921 if ((ris = rip = malloc(sizeof (void *) * rsl.rsl_len)) == NULL) { 927 *rip++ = rsi; /* store copy of pointer in array for sorting */ 931 for (rip = ris; rip < ris + rsl.rsl_len; rip++) { 932 rsi = *rip;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| rtquery.c | 80 struct rip rip; member in union:__anon252 83 #define OMSG omsg_buf.rip 84 static int omsg_len = sizeof (struct rip); 87 struct rip rip; member in union:__anon253 90 #define IMSG imsg_buf.rip 96 static boolean_t ripv2 = _B_TRUE; /* use RIP version 2 */ 549 * Handle an incoming RIP packet. 611 } else if (size%sizeof (*n) != sizeof (struct rip)%sizeof (*n)) [all...] |
| defs.h | 163 struct rip rip; member in union:pkt_buf 186 RO_RIP, /* learnt from RIP */ 339 in_addr_t int_ripout_addr; /* RIP pkts sent to this addr */ 371 #define IS_PASSIVE 0x00000008 /* remote and does not do RIP */ 423 * soliciting routes by way of RIP and rdisc. Interfaces marked this 431 * RIP and rdisc. 568 struct rip *buf; 577 extern int rip_sock; /* RIP socket */ 583 extern boolean_t rip_enabled; /* is rip on? * [all...] |
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| restarter.c | 671 restarter_inst_t *rip; local 686 rip = uu_list_find(instance_list.ril_instance_list, &id, NULL, NULL); 687 if (rip == NULL) { 692 assert(ri == rip); 1144 restarter_inst_t *rip; local 1147 rip = inst_lookup_by_name(fmri); 1148 if (rip == NULL) 1151 r = stop_instance(h, rip, flags); 1153 MUTEX_UNLOCK(&rip->ri_lock); 1159 unmaintain_instance(scf_handle_t *h, restarter_inst_t *rip, 1608 restarter_inst_t *rip; local 1826 restarter_inst_t *rip; local [all...] |
| /onnv/onnv-gate/usr/src/head/protocols/ |
| routed.h | 101 int16_t md5_pkt_len; /* RIP-II packet length */ 123 struct rip { struct 181 * Gated extended RIP to include a "poll" command instead of using 204 #define NETS_LEN ((MAXPACKETSIZE - sizeof (struct rip)) \
|
| /onnv/onnv-gate/usr/src/stand/lib/inet/ |
| ipv4.c | 1035 struct in_addr *rip; local 1036 if ((rip = ipv4_get_route(RT_HOST, &iphp->ip_dst, 1038 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); 1040 if (rip == NULL) { 1046 ogp->igm_router.s_addr = rip->s_addr; 1069 struct in_addr *rip = NULL; local 1086 if ((rip = ipv4_get_route(RT_HOST, &iph->ip_dst, 1088 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); 1090 if (rip == NULL) { 1107 if (rip != NULL [all...] |
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
| rdc_dev.c | 615 _rdc_info_dev_t *rip; local 626 rip = &krdc->devices->id_raw_dev; 662 } else if (IS_RSRV(rip)) { 666 if (rip->bi_failed > 0) { 667 rip->bi_failed--; 668 } else if (rip->bi_rsrv > 0) { 669 rip->bi_rsrv--; 672 if (rip->bi_ofailed > 0) { 673 rip->bi_ofailed--; 674 } else if (rip->bi_orsrv > 0) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| ramdisk.c | 1266 struct rd_ioctl *rip = (struct rd_ioctl *)arg; local 1277 return (rd_create_disk(dev, rip, mode, rvalp)); 1282 return (rd_delete_disk(dev, rip, mode));
|
| /onnv/onnv-gate/usr/src/uts/common/fs/udfs/ |
| udf_vfsops.c | 330 struct ud_inode *rip; local 352 rip = VTOI(rvp); 362 rw_enter(&rip->i_contents, RW_WRITER); 363 (void) ud_syncip(rip, B_INVAL, I_SYNC); 364 rw_exit(&rip->i_contents); 379 ud_delcache(rip); 380 ITIMES(rip); 627 struct ud_inode *rip = NULL; local 922 udf_vfsp->udf_ricb_loc, &rip, NULL, cr)) { 932 rvp = ITOV(rip); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/xen/public/arch-x86/ |
| xen-x86_64.h | 126 * Restore RAX, RIP, RFLAGS, RSP. 129 * Restore RAX, R11, RCX, CS:RIP, RFLAGS, SS:RSP. 141 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member in struct:iret_context 234 unsigned long rip; member in struct:panic_regs
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| trap.c | 663 * the %rip might be truncated to a 32 bit value. 668 uintptr_t rip = rp->r_pc; local 670 if ((rip & 0xfffffffful) == rip) { 671 rip |= 0xfffffffful << 32; 672 if (hat_getpfnum(kas.a_hat, (caddr_t)rip) != 674 (*(uchar_t *)rip == 0xf4 || 675 *(uchar_t *)(rip - 1) == 0xf4)) { 676 rp->r_pc = rip; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
| fcgs2.h | 239 typedef struct rip { struct 342 _NOTE(SCHEME_PROTECTS_DATA("unique per request", rip))
|
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs4_callback.c | 2038 bool_t rdirty, rip; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_vfsops.c | 809 struct inode *rip; local 1145 error = ufs_iget_alloced(vfsp, UFSROOTINO, &rip, cr); 1157 if ((rip->i_mode & IFMT) != IFDIR) { 1162 rvp = ITOV(rip); 1167 rvp = ITOV(rip); 1382 struct inode *ip, *inext, *rip; local [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/sys/ |
| regset.h | 259 uint64_t rip; member in struct:fpu::__anon8676::fpchip_state
|
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/ |
| fctl.c | 5124 ns_rip_t *rip; local 5208 ns_rip_t *rip; local [all...] |
| fp.c | 5570 ns_rip_t rip; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/dsw/ |
| dsw_dev.c | 333 _ii_info_dev_t *rip; local 335 rip = mst ? (ip->bi_mstrdev) : &(ip->bi_shdrdev); 339 _ii_info_dev_t *, rip, 355 nsc_set_owner(cip->bi_fd, rip->bi_iodev); 365 ASSERT(rip->bi_rsrv > 0); 366 rip->bi_rsrv--; 368 ASSERT(rip->bi_orsrv > 0); 369 rip->bi_orsrv--; 372 if (rip->bi_rsrv > 0) { 373 nsc_set_owner(rip->bi_fd, rip->bi_iodev) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/ |
| md_mddb.c | 4049 mddb_ri_t *rip; local 4086 mddb_ri_t *rip; local 4120 mddb_ri_t *rip = s->s_rip; local 4753 mddb_ri_t *rip; local 5516 mddb_ri_t *rip; local 7975 mddb_ri_t *rip; local 12424 mddb_ri_t *rip; local [all...] |