Searched refs:rl (Results 176 - 200 of 217) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp387 struct rlimit rl; local
388 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0);
389 // Most often rl.rlim_cur will be the desired 8M.
390 if (rl.rlim_cur < kMaxThreadStackSize) {
391 stacksize = rl.rlim_cur;
H A Dsanitizer_symbolizer_report.cpp243 ScopedErrorReportLock rl; local
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c233 int l, rl, last, ignoring, ninvis, invfl, invflset, ind, pind, physchars; local
257 for (rl = ignoring = last = ninvis = physchars = 0, p = pmt; p && *p; p++)
286 rl += ind - pind;
299 rl++; /* visible length byte counter */
306 if (invflset == 0 && rl >= _rl_screenwidth)
314 if (rl < _rl_screenwidth)
319 *lp = rl;
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c34 __FBSDID("$FreeBSD: stable/11/sys/dev/rl/if_rl.c 331643 2018-03-27 18:52:27Z dim $");
123 MODULE_DEPEND(rl, pci, 1, 1, 1);
124 MODULE_DEPEND(rl, ether, 1, 1, 1);
125 MODULE_DEPEND(rl, miibus, 1, 1, 1);
130 #include <dev/rl/if_rlreg.h>
254 "rl",
261 DRIVER_MODULE(rl, pci, rl_driver, rl_devclass, 0, 0);
262 DRIVER_MODULE(rl, cardbus, rl_driver, rl_devclass, 0, 0);
263 DRIVER_MODULE(miibus, rl, miibus_driver, miibus_devclass, 0, 0);
653 snprintf(tn, sizeof(tn), "dev.rl
[all...]
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c143 struct resource_list *rl; local
150 rl = BUS_GET_RESOURCE_LIST(dev, child);
151 if (rl != NULL) {
152 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY,
154 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c257 typedef struct rl { struct
1181 rl_t *rl; local
1183 rl = umem_alloc(sizeof (*rl), UMEM_NOFAIL);
1184 rl->rl_object = object;
1185 rl->rl_offset = offset;
1186 rl->rl_size = size;
1187 rl->rl_lock = rll;
1191 return (rl);
1195 ztest_range_unlock(rl_t *rl) argument
1594 rl_t *rl; local
1714 rl_t *rl; local
2168 rl_t *rl; local
6447 struct rlimit rl = { 1024, 1024 }; local
[all...]
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c213 struct trxd *r1, *rl; member in struct:schan
719 sc->ch[chan]->rl = dp;
1180 sc->ch[chan]->rl->next = vtophys(dp);
1181 sc->ch[chan]->rl->vnext = dp;
1182 sc->ch[chan]->rl->flags &= ~0x40000000;
1183 sc->ch[chan]->rl = dp;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c5456 struct rlimit rl; local
5472 rl.rlim_cur = rl.rlim_max = rl_value;
5473 if (setrlimit(RLIMIT_MEMLOCK, &rl) == -1)
5486 rl.rlim_cur = rl.rlim_max = rl_value;
5487 if (setrlimit(RLIMIT_NOFILE, &rl) == -1)
5501 if (-1 == getrlimit(RLIMIT_STACK, &rl)) {
5504 if (rl_value > rl.rlim_max) {
5507 (u_long)rl
[all...]
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk36 ARFLAGS= rl
H A DUnixWare.mk23 ARFLAGS?= rl
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_simplebus.c188 rle = resource_list_find(&di->rl, type, *rid);
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c283 struct rlimit rl; local
286 rl.rlim_cur = 0;
287 rl.rlim_max = 0;
288 if (setrlimit(RLIMIT_CORE, &rl) == -1) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h245 struct resource_list *rl; local
248 rl = &dinfo->resources;
249 return resource_list_find(rl, type, rid);
/freebsd-11-stable/sys/dev/sound/pci/
H A Des137x.c349 int l, r, rl, rr, set_dac1; local
356 rl = (l < 2) ? 0x80 : 7 - (l - 2) / 14;
358 rl = (l < 7) ? 0x80 : 31 - (l - 7) / 3;
373 es1370_wrcodec(es, mixtable[dev].left, rl);
375 es1370_wrcodec(es, mixtable[SOUND_MIXER_SYNTH].left, rl);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c1038 struct rlimit rl; local
1097 if (getrlimit(RLIMIT_NOFILE, &rl) == 0) {
1098 rl.rlim_cur = rl.rlim_max;
1099 (void) setrlimit(RLIMIT_NOFILE, &rl);
/freebsd-11-stable/sys/arm/arm/
H A Dgic.c162 struct resource_list rl; member in struct:arm_gic_devinfo
562 resource_list_init(&dinfo->rl);
564 sc->size_cells, &dinfo->rl);
570 resource_list_free(&dinfo->rl);
793 rle = resource_list_find(&di->rl, type, *rid);
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c341 int l1, l2, rl; local
349 rl = l1 + l2;
350 if (rl <= 0)
354 l1, l2, rl);
358 res = (char *) sm_rpool_malloc(rpool, rl + 2);
365 (void) sm_strlcpy(res, s1, rl);
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c870 int error, forced, i, l, nargs, created, rl; local
879 rl = gctl_get_int(req, "restore_labels");
989 if (rl != 0 && label != NULL)
/freebsd-11-stable/sys/dev/mii/
H A Drgephy.c62 #include <dev/rl/if_rlreg.h>
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c1244 *(int *)arg = scp->in_q.rl;
2017 int i, rl, sync[16], done; local
2034 rl = MIDIQ_LEN(scp->out_q);
2049 if (i == EWOULDBLOCK && rl == MIDIQ_LEN(scp->out_q) &&
/freebsd-11-stable/share/man/man4/
H A DMakefile455 rl.4 \
739 MLINKS+=rl.4 if_rl.4
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c2039 struct debug_type_real_list rl;
2063 rl.next = list;
2064 rl.t = type;
2072 return debug_get_real_type (handle, *type->u.kindirect->slot, &rl);
2076 return debug_get_real_type (handle, type->u.knamed->type, &rl);
2037 struct debug_type_real_list rl; local
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c240 int rl = NgRecvMsg(fdcs, reply, replen, NULL);
241 if (rl == replen)
246 progname, rl, replen);
239 int rl = NgRecvMsg(fdcs, reply, replen, NULL); local
/freebsd-11-stable/sys/modules/
H A DMakefile340 rl \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h3099 uint32_t rl : 1; /**< Retrain Link member in struct:cvmx_pcieepx_cfg032::cvmx_pcieepx_cfg032_s
3113 uint32_t rl : 1;
3158 uint32_t rl : 1; /**< Retrain Link member in struct:cvmx_pcieepx_cfg032::cvmx_pcieepx_cfg032_cn52xx
3172 uint32_t rl : 1;
3228 uint32_t rl : 1; /**< Retrain Link member in struct:cvmx_pcieepx_cfg032::cvmx_pcieepx_cfg032_cn68xxp1
3242 uint32_t rl : 1;

Completed in 481 milliseconds

123456789