Searched refs:top (Results 251 - 275 of 493) sorted by relevance

<<11121314151617181920

/freebsd-12-stable/usr.bin/mail/
H A Dcmdtab.c60 { "top", top, MSGLIST, 0, MMNDEL },
H A Dextern.h234 int top(void *);
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_bbu.c251 MFI_COMMAND(top, bbu, update_bbu_props);
H A Dmfi_flash.c194 MFI_COMMAND(top, flash, flash_adapter);
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmps_debug.c45 MPS_TABLE(top, debug);
H A Dmps_flash.c44 MPS_TABLE(top, flash);
/freebsd-12-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c170 * separators at the top of the function.
216 top:
231 goto top;
341 top:
356 goto top;
/freebsd-12-stable/contrib/lua/src/
H A Dlgc.c536 for (; o < th->top; o++) /* mark live elements in the stack */
803 luaD_callnoyield(L, L->top - 2, 0);
819 setobj2s(L, L->top, tm); /* push finalizer... */
820 setobj2s(L, L->top + 1, &v); /* ... and its argument */
821 L->top += 2; /* and (next line) call the finalizer */
823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
829 const char *msg = (ttisstring(L->top - 1))
830 ? svalue(L->top - 1)
/freebsd-12-stable/contrib/mandoc/
H A Dtree.c356 if (ep->top)
357 printf(" top=\"%s\"", ep->top);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp307 Next = Preferred.top();
309 // If X isn't dominated by the top active region header, defer it until
338 Next = Ready.top();
340 // If Next isn't dominated by the top active region header, defer it
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat18 Rem be identical to the name of the top-level directory where the GDB
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1150 struct section_stack *top = section_stack; local
1152 if (top == NULL)
1162 section_stack = top->next;
1163 previous_section = top->prev_seg;
1164 previous_subsection = top->prev_subseg;
1165 subseg_set (top->seg, top->subseg);
1166 free (top);
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_cpu.c820 ACPI_OBJECT *top; local
838 top = (ACPI_OBJECT *)buf.Pointer;
839 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
844 if (count != top->Package.Count - 1) {
846 count, top->Package.Count - 1);
847 count = top->Package.Count - 1;
869 pkg = &top->Package.Elements[i + 1];
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c500 for (; o < th->top; o++) /* mark live elements in the stack */
805 luaD_call(L, L->top - 2, 0, 0);
821 setobj2s(L, L->top, tm); /* push finalizer... */
822 setobj2s(L, L->top + 1, &v); /* ... and its argument */
823 L->top += 2; /* and (next line) call the finalizer */
824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
829 const char *msg = (ttisstring(L->top - 1))
830 ? svalue(L->top - 1)
H A Dlundump.c221 setclLvalue(L,L->top,cl); incr_top(L);
229 setclLvalue(L,L->top-1,cl);
/freebsd-12-stable/lib/libc/stdlib/
H A Dmerge.c260 #define reverse(bot, top) { \
261 s = top; \
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile26 elfread.c environ.c eval.c event-loop.c event-top.c exec.c \
50 target.c thread.c top.c tracepoint.c trad-frame.c tui-command.c \
/freebsd-12-stable/usr.sbin/bsdconfig/dot/
H A Ddot318 printf '\tlabelloc = top;\t\t// display above label at top of graph\n'
354 # Print top-level item(s)
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-gimplify.c196 tree top, entry, exit, cont_block, break_block, stmt_list, t; local
221 top = NULL_TREE;
235 top = build1 (LABEL_EXPR, void_type_node, NULL_TREE);
238 out of the loop, or to the top of it. If there's no exit condition,
239 then we just build a jump back to the top. */
240 exit = build_and_jump (&LABEL_EXPR_LABEL (top));
243 /* Add the attributes to the 'top' label. */
244 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0);
281 append_to_statement_list (top, &stmt_list);
/freebsd-12-stable/contrib/dialog/
H A Dfselect.c222 int top; local
241 top = y - 1;
250 top,
272 int top; local
278 top = y - 1;
282 mouse_mkbutton(top, x, right,
/freebsd-12-stable/sys/dev/vx/
H A Dif_vx.c812 struct mbuf *top, **mp, *m; local
839 top = NULL;
840 mp = &top;
857 if (top) {
863 m_freem(top);
892 return top;
/freebsd-12-stable/sys/kern/
H A Duipc_socket.c1275 struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
1288 resid = top->m_pkthdr.len;
1360 top->m_flags |= M_EOR;
1367 top = m_uiotombuf(uio, M_WAITOK, space, max_hdr,
1369 if (top == NULL) {
1408 top, addr, control, td);
1416 top = NULL;
1418 if (top != NULL)
1419 m_freem(top);
1431 * by the mbuf chain "top" (whic
1274 sosend_dgram(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
1439 sosend_generic(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
1621 sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
3537 pru_sosend_notsupp(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
[all...]
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohci.c575 sc->atrq.top = STAILQ_FIRST(&sc->atrq.db_trq);
576 sc->atrs.top = STAILQ_FIRST(&sc->atrs.db_trq);
577 sc->atrq.bottom = sc->atrq.top;
578 sc->atrs.bottom = sc->atrs.top;
580 for (i = 0, db_tr = sc->atrq.top; i < sc->atrq.ndb;
584 for (i = 0, db_tr = sc->atrs.top; i < sc->atrs.ndb;
887 db_tr = dbch->top;
1030 OWRITE(sc, OHCI_DMACMD(off), dbch->top->bus_addr | fsegment);
1035 dbch->top = db_tr;
1176 if (dbch->bottom == dbch->top) {
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dsymtab.c1439 struct partial_symbol **top, **real_top, **bottom, **center;
1462 top = start + length - 1;
1463 real_top = top;
1464 while (top > bottom)
1466 center = bottom + (top - bottom) / 2;
1467 if (!(center < top))
1476 top = center;
1483 if (!(top == bottom))
1486 while (top <= real_top
1488 ? strcmp (SYMBOL_LINKAGE_NAME (*top), linkage_nam
1435 struct partial_symbol **top, **real_top, **bottom, **center; local
[all...]
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_debug.c1707 struct sysctl_oid *top)
1721 info = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "info",
1737 oid = SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "wedged",
1742 oid = SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "max_freq",
1747 oid = SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "min_freq",
1752 oid = SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(top), OID_AUTO,
1757 oid = SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(top), OID_AUTO,
1762 oid = SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "intr_pf",
1767 error = drm_add_busid_modesetting(dev, ctx, top);
1706 i915_sysctl_init(struct drm_device *dev, struct sysctl_ctx_list *ctx, struct sysctl_oid *top) argument

Completed in 189 milliseconds

<<11121314151617181920