Home
last modified time | relevance | path

Searched refs:top (Results 51 – 75 of 439) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate016.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
36 # to the top level properties and the middle and bottom properties changing
37 # to the top level (default) values.
40 # at the top level is somewhat redundant but ss done for completness sake.
H A Dstate018.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level and middle level datasets properties are set locally,
36 # level, results in the top level properties reverting back to their
41 # it at the top level is somewhat redundant but is done for completness sake.
H A Dstate022.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level and bottom level properties are set locally and the
35 # middle dataset has inherited from the top level, results in the top level
H A Dstate017.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level and middle level datasets properties are set locally,
36 # level, results in the top level properties reverting back to their
40 # inheriting its value from the top level (which is now default), and passing
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcond.c89 top: in cv__wait()
100 goto top; in cv__wait()
186 top: in cv__twait()
201 goto top; in cv__twait()
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c145 register char *top, *cp, *cp2; in vcopy() local
149 if ((top = (char *)calloc(strlen(str)+1, 1)) == NULL) in vcopy()
151 cp = top; in vcopy()
155 return(top); in vcopy()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c195 } *filenames, *top; variable
2411 top++; in parse()
2449 tos = top + 1; in follow_path()
2499 if (top->len + 1 >= FIRST_DEPTH && top->flag == 0) { in follow_path()
2537 free(top->fname[top->len]); in follow_path()
2558 top--; in follow_path()
2565 top->fname[top->len] = calloc(1, in follow_path()
2567 if (top->fname[top->len] == 0) { in follow_path()
2572 (void) strcpy(top->fname[top->len], &dirp->d_name[0]); in follow_path()
2586 bos = top; in follow_path()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Denv.c232 Evar_t *vp, *vpnext,*top; in env_close() local
240 for(top=0,vp = ep->freelist; vp; vp = vpnext) in env_close()
245 vp->un.next = top; in env_close()
246 top = vp; in env_close()
249 for(vp=top; vp; vp = vpnext) in env_close()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c74 indx_t top; local
87 for (idx = 0, top = NEXTINDEX(h);;) {
89 if (++idx == top || total + r->nrecs > recno)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c399 struct mbuf *top; in smb_common_read() local
438 top = smb_mbuf_allocate(&vdb->vdb_uio); in smb_common_read()
444 smb_mbuf_trim(top, sr->raw_data.max_bytes); in smb_common_read()
445 MBC_ATTACH_MBUF(&sr->raw_data, top); in smb_common_read()
450 top = smb_mbuf_allocate(&vdb->vdb_uio); in smb_common_read()
455 smb_mbuf_trim(top, sr->raw_data.max_bytes); in smb_common_read()
456 MBC_ATTACH_MBUF(&sr->raw_data, top); in smb_common_read()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c125 if (bp->top || bp->bottom) { in eqn_box()
127 if (bp->top && NULL == bp->bottom) in eqn_box()
129 else if (bp->top && bp->bottom) in eqn_box()
219 if (NULL != bp->top) { in eqn_box()
221 print_text(p, bp->top); in eqn_box()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c593 nvlist_t **top; in get_replication() local
608 &top, &toplevels) == 0); in get_replication()
613 nv = top[t]; in get_replication()
1303 top = NULL; in construct_spec()
1496 top = realloc(top, toplevels * sizeof (nvlist_t *)); in construct_spec()
1497 if (top == NULL) in construct_spec()
1499 top[toplevels - 1] = nv; in construct_spec()
1522 top, toplevels) == 0); in construct_spec()
1531 nvlist_free(top[t]); in construct_spec()
1540 free(top); in construct_spec()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dsbrk.c41 setheap(void *base, void *top) in setheap() argument
46 maxheap = (char *)top - (char *)heapbase; in setheap()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_heap.c84 heap->top = base + allocsize; in ndr_heap_create()
137 if (p + size > heap->top) { in ndr_heap_malloc()
149 heap->top = p + incr_size; in ndr_heap_malloc()
315 avail += (heap->top - heap->next); in ndr_heap_avail()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.c138 L1->top = L1->stack; in stack_init()
144 ci->func = L1->top; in stack_init()
145 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */ in stack_init()
146 ci->top = L1->top + LUA_MINSTACK; in stack_init()
240 setthvalue(L, L->top, L1); in lua_newthread()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c318 int top; in _fmt() local
332 top = bot - (len % DAYSPERWEEK); in _fmt()
333 if (top < -3) in _fmt()
334 top += DAYSPERWEEK; in _fmt()
335 top += len; in _fmt()
336 if (yday >= top) { in _fmt()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c1225 int top; /* The highest index of the array not searched yet */ in CPL_MATCH_FN() local
1314 top = node->nfile - 1; in CPL_MATCH_FN()
1315 while(top >= bot) { in CPL_MATCH_FN()
1316 int mid = (top + bot)/2; in CPL_MATCH_FN()
1319 top = mid - 1; in CPL_MATCH_FN()
1323 top = bot = mid; in CPL_MATCH_FN()
1330 if(top == bot) { in CPL_MATCH_FN()
1333 while(++top < node->nfile && in CPL_MATCH_FN()
1334 strncmp(node->files[top]+1, prefix, prefix_len) == 0) in CPL_MATCH_FN()
1340 top--; in CPL_MATCH_FN()
[all …]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1465 objectClass: top
1482 objectClass: top
1502 objectClass: top
1536 objectClass: top
2460 objectclass: top
3368 objectclass: top
3376 objectclass: top
3765 objectClass: top
3797 objectclass: top
3873 objectClass: top
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c222 struct radix_node *saved_t, *top = t; in rn_match() local
321 } while (t != top); in rn_match()
360 struct radix_node *top = head->rnh_treetop; in rn_insert() local
361 uint_t head_off = top->rn_off, vlen; in rn_insert()
362 struct radix_node *t = rn_search(v_arg, top); in rn_insert()
391 struct radix_node *p, *x = top; in rn_insert()
547 struct radix_node *saved_tt, *top = head->rnh_treetop; in rn_addroute() local
668 } while (b <= t->rn_b && x != top); in rn_addroute()
711 struct radix_node *dupedkey, *saved_tt, *top; in rn_delete() local
723 top = x; in rn_delete()
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c1079 DAT_SR_STACK_NODE *top; in dat_sr_get_token() local
1081 top = g_token_stack; in dat_sr_get_token()
1083 *token = top->token; in dat_sr_get_token()
1084 g_token_stack = top->next; in dat_sr_get_token()
1086 dat_os_free(top, sizeof (DAT_SR_STACK_NODE)); in dat_sr_get_token()
1102 DAT_SR_STACK_NODE *top; in dat_sr_put_token() local
1104 if (NULL == (top = dat_os_alloc(sizeof (DAT_SR_STACK_NODE)))) { in dat_sr_put_token()
1108 top->token = *token; in dat_sr_put_token()
1109 top->next = g_token_stack; in dat_sr_put_token()
1110 g_token_stack = top; in dat_sr_put_token()
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_queue.h46 struct vuid_q_node *top; /* input queue head (first in line) */ member
56 #define vq_is_empty(vq) ((vq)->top == VUID_Q_NODE_NULL)
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c132 todpc_set(tod_ops_t *top, timestruc_t ts) in todpc_set() argument
172 todpc_get(tod_ops_t *top) in todpc_get() argument
236 todpc_setalarm(tod_ops_t *top, int nsecs) in todpc_setalarm() argument
325 todpc_clralarm(tod_ops_t *top) in todpc_clralarm() argument
328 todpc_setalarm(top, 0); in todpc_clralarm()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c207 indx_t cur, top, lim; local
235 top = NEXTINDEX(h);
236 lim = top > lim ? lim : top;
238 h->lower, h->upper, top);
H A Dbt_split.c625 indx_t full, half, nxt, off, skip, top, used; local
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
677 || nxt == top - 1) {
742 for (off = 0; nxt < top; ++off) {
778 if (skip == top)
832 indx_t nxt, top; local
834 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c171 str_pair_t *top = name_top(n); in name_pop() local
174 *sp = *top; in name_pop()
175 (void) memset(top, 0, sizeof (*top)); in name_pop()
177 str_pair_fini(top); in name_pop()
475 name_t *top = &sub->sub_items[--sub->sub_len]; in sub_pop() local
476 name_fini(top); in sub_pop()

12345678910>>...18