Searched refs:top (Results 201 - 225 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dparse.c755 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) argument
758 yy_stack_print (bottom, top)
760 yytype_int16 *top;
764 for (; bottom <= top; ++bottom)
/freebsd-12-stable/sys/dev/ep/
H A Dif_epvar.h56 struct mbuf *top; member in struct:ep_softc
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c51 bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
61 obj |= bitmap->top;
121 bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
134 obj |= bitmap->top;
164 bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
180 bitmap->top = 0;
/freebsd-12-stable/sys/kern/
H A Dsubr_mchain.c341 md_append_record(struct mdchain *mdp, struct mbuf *top) argument
346 md_initm(mdp, top);
352 m->m_nextpkt = top;
353 top->m_nextpkt = NULL;
/freebsd-12-stable/sys/sys/
H A Dmchain.h87 void md_append_record(struct mdchain *mdp, struct mbuf *top);
H A Dprotosw.h220 struct uio *uio, struct mbuf *top, struct mbuf *control,
265 struct uio *uio, struct mbuf *top, struct mbuf *control, int flags,
/freebsd-12-stable/sbin/dump/
H A Ddump.h120 void startnewtape(int top);
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_properties.c48 MFI_TABLE(top, ctrlprop);
H A Dmfi_config.c217 MFI_COMMAND(top, clear, clear_config);
843 MFI_COMMAND(top, create, create_volume);
920 MFI_COMMAND(top, delete, delete_volume);
1050 MFI_COMMAND(top, add, add_spare);
1105 MFI_COMMAND(top, remove, remove_spare);
1236 MFI_COMMAND(top, debug, debug_config);
1288 MFI_COMMAND(top, dump, dump);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp221 // The top item is the largest one.
244 QueueItem U = queue.top();
283 // The top item is the largest one.
302 QueueItem U = queue.top();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp191 unsigned CurrentClusterID = BalancinQueue.top().first;
192 unsigned CurrentClusterSize = BalancinQueue.top().second;
/freebsd-12-stable/contrib/mandoc/
H A Deqn.c489 free(bp->top);
723 parent->top = mandoc_strdup("\\[ad]");
726 parent->top = mandoc_strdup("\\[->]");
729 parent->top = mandoc_strdup("\\[<>]");
732 parent->top = mandoc_strdup("\\[a~]");
738 parent->top = mandoc_strdup("\\[rn]");
741 parent->top = mandoc_strdup("\\[a.]");
744 parent->top = mandoc_strdup("\\[ha]");
/freebsd-12-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c327 top:
332 goto top;
/freebsd-12-stable/bin/ed/
H A Dmain.c114 top:
141 goto top;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c58 top:
97 goto top;
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.c205 struct sysctl_oid *top)
207 return drm_add_busid_modesetting(dev, ctx, top);
204 radeon_sysctl_init(struct drm_device *dev, struct sysctl_ctx_list *ctx, struct sysctl_oid *top) argument
/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_volume.c47 MPT_TABLE(top, volume);
132 MPT_COMMAND(top, name, volume_name);
H A Dmpt_config.c324 MPT_COMMAND(top, clear, clear_config);
789 MPT_COMMAND(top, create, create_volume);
836 MPT_COMMAND(top, delete, delete_volume);
1017 MPT_COMMAND(top, add, add_spare);
1083 MPT_COMMAND(top, remove, remove_spare);
1086 MPT_TABLE(top, pd);
1257 MPT_COMMAND(top, debug, debug_config);
/freebsd-12-stable/contrib/byacc/
H A Dlalr.c51 static Value_t top; variable
572 top = 0;
601 VERTICES[++top] = (Value_t)i;
602 INDEX[i] = height = top;
630 j = VERTICES[top--];
/freebsd-12-stable/contrib/lua/src/
H A Dlauxlib.c44 ** return 1 + string at top if find a good name.
74 int top = lua_gettop(L); local
77 if (findfield(L, top + 1, 2)) {
83 lua_copy(L, -1, top + 1); /* move name to proper place */
88 lua_settop(L, top); /* remove function and global table */
128 int top = lua_gettop(L); local
149 lua_concat(L, lua_gettop(L) - top);
152 lua_concat(L, lua_gettop(L) - top);
301 return 0; /* leave previous value on top, but return 0 */
930 ** set functions from list 'l' into table at top
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c127 dt_decl_t *top = dsp->ds_decl; local
129 if (top != NULL &&
130 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) {
131 top->dd_kind = CTF_K_INTEGER;
132 (void) dt_decl_check(top);
136 ddp->dd_next = top;
228 * make a new decl and push it on to the top of our stack. If the name or kind
421 * resulting type is "pointer to function". To make the pointer land on top,
424 * decl is inserted behind this node in the decl list instead of at the top
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c36 ** return 1 + string at top if find a good name.
63 int top = lua_gettop(L); local
66 if (findfield(L, top + 1, 2)) {
67 lua_copy(L, -1, top + 1); /* move name to proper place */
72 lua_settop(L, top); /* remove function and global table */
114 int top = lua_gettop(L); local
133 lua_concat(L, lua_gettop(L) - top);
136 lua_concat(L, lua_gettop(L) - top);
236 return 0; /* leave previous value on top, but return 0 */
701 ** set functions from list 'l' into table at top
[all...]
/freebsd-12-stable/sys/net/altq/
H A Daltq_rmclass.c119 * now heuristics for setting the top-level variable (cutoff_) becomes:
888 rm_class_t *top; local
909 top = NULL;
923 * borrow offtime from the top of the borrow
924 * chain if the top class is not overloaded.
927 /* cutoff is taking effect, use this class as top. */
928 top = cl;
931 if (top != NULL && top->avgidle_ == top
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp179 return GetStackBounds().top;
188 return bounds.top - bounds.bottom;
389 return addr >= bounds.bottom && addr < bounds.top;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp37 uptr top = 0; local
40 GetThreadStackTopAndBottom(false, &top, &bottom);
41 stack->Unwind(max_depth, pc, bp, nullptr, top, bottom, true);

Completed in 210 milliseconds

1234567891011>>