Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 105) sorted by relevance

12345

/illumos-gate/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) in ficlStackCheck()
96 ficlStack *stack = ficlMalloc(totalSize); in ficlStackCreate() local
115 ficlStackDestroy(ficlStack *stack) in ficlStackDestroy()
125 ficlStackDepth(ficlStack *stack) in ficlStackDepth()
134 ficlStackDrop(ficlStack *stack, int n) in ficlStackDrop()
144 ficlStackFetch(ficlStack *stack, int n) in ficlStackFetch()
150 ficlStackStore(ficlStack *stack, int n, ficlCell c) in ficlStackStore()
159 ficlStackGetTop(ficlStack *stack) in ficlStackGetTop()
174 ficlStackLink(ficlStack *stack, int size) in ficlStackLink()
188 ficlStackUnlink(ficlStack *stack) in ficlStackUnlink()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstack.c39 register STACK stack; in stackalloc() local
70 stackfree(register STACK stack) in stackfree()
90 stackclear(register STACK stack) in stackclear()
101 stackget(register STACK stack) in stackget()
112 stackpush(register STACK stack, void* value) in stackpush()
142 stackpop(register STACK stack) in stackpop()
168 stacktell(register STACK stack, int set, STACKPOS* position) in stacktell()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c53 tcp_set_1948phrase(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_1948phrase()
72 tcp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_listener_conf_get()
116 tcp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_add()
165 tcp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_del()
194 tcp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_buf_prop()
202 tcp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in tcp_get_buf_prop()
215 tcp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_smallest_anon_set()
233 tcp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_largest_anon_set()
251 tcp_set_cc_algorithm(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_cc_algorithm()
287 tcp_get_cc_algorithm(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_get_cc_algorithm()
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c76 mod_set_boolean(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_boolean()
101 mod_get_boolean(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_boolean()
150 mod_set_uint32(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_uint32()
167 mod_set_aligned(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_aligned()
190 mod_get_uint32(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_uint32()
238 mod_set_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, cred_t *cr, in mod_set_buf_prop()
268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, in mod_get_buf_prop()
289 mod_get_allprop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_allprop()
346 mod_set_extra_privports(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_extra_privports()
464 mod_get_extra_privports(netstack_t *stack, mod_prop_info_t *pinfo, in mod_get_extra_privports()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c49 ip_set_forwarding(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_forwarding()
99 ip_get_forwarding(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_forwarding()
161 ip_set_debug(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_debug()
183 ip_get_debug(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_debug()
213 ip_set_cgtp_filter(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_cgtp_filter()
270 ip_get_mtu(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_mtu()
357 ip_set_src_multihoming(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_src_multihoming()
378 ip_set_hostmodel(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_hostmodel()
451 ip_get_hostmodel(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_hostmodel()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c34 udp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_set_buf_prop()
42 udp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in udp_get_buf_prop()
55 udp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_smallest_anon_set()
73 udp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_largest_anon_set()
/illumos-gate/usr/src/test/os-tests/tests/stackalign/
H A Dstackalign.c54 teststack(uintptr_t stack, char *arg) in teststack()
63 initmain(uintptr_t stack) in initmain()
69 initarray(uintptr_t stack) in initarray()
75 doorstack(uintptr_t stack, char *arg) in doorstack()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c46 sctp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in sctp_listener_conf_get()
90 sctp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_add()
139 sctp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_del()
168 sctp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_set_buf_prop()
176 sctp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in sctp_get_buf_prop()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c58 init_files(char **stack, char ***stkptr) in init_files()
72 char **stack, char ***stkptr, bool_t *iswildcard, bool_t isrestricted) in getmapent_files()
200 int *cache_time, char **stack, char ***stkptr) in getmapkeys_files()
310 loadmaster_files(char *mastermap, char *defopts, char **stack, char ***stkptr) in loadmaster_files()
399 char **stack, char ***stkptr) in loaddirect_files()
443 file_open(char *map, char *fname, char **stack, char ***stkptr) in file_open()
470 stack_op(int op, char *name, char **stack, char ***stkptr) in stack_op()
H A Dns_generic.c73 ns_setup(char **stack, char ***stkptr) in ns_setup()
128 getmapent(key, mapname, ml, stack, stkptr, iswildcard, isrestricted) in getmapent() argument
159 loadmaster_map(mapname, defopts, stack, stkptr) in loadmaster_map() argument
180 loaddirect_map(mapname, localmap, defopts, stack, stkptr) in loaddirect_map() argument
275 getmapkeys(mapname, list, error, cache_time, stack, stkptr, uid) in getmapkeys() argument
H A Dns_nis.c63 init_nis(char **stack, char ***stkptr) in init_nis()
75 getmapent_nis(key, map, ml, stack, stkptr, iswildcard, isrestricted) in getmapent_nis() argument
167 loadmaster_nis(mapname, defopts, stack, stkptr) in loadmaster_nis() argument
309 loaddirect_nis(nismap, localmap, opts, stack, stkptr) in loaddirect_nis() argument
425 getmapkeys_nis(nsmap, list, error, cache_time, stack, stkptr) in getmapkeys_nis() argument
H A Dns_ldap.c154 init_ldap(char **stack, char ***stkptr) in init_ldap()
260 char **stack, char ***stkptr, bool_t *iswildcard, bool_t isrestricted) in getmapent_ldap()
473 loadmaster_ldap(char *mapname, char *defopts, char **stack, char ***stkptr) in loadmaster_ldap()
542 char **stack, char ***stkptr) in loaddirect_ldap()
629 char **stack = temp->ptr2; in mastermap_callback_ldap() local
789 char **stack = temp->ptr3; in directmap_callback() local
828 int *cache_time, char **stack, char ***stkptr) in getmapkeys_ldap()
H A Dautod_lookup.c58 char *stack[STACKSIZ]; in do_lookup1() local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c309 zio_read_gang(blkptr_t *bp, dva_t *dva, void *buf, char *stack) in zio_read_gang()
358 zio_read_data(blkptr_t *bp, void *buf, char *stack) in zio_read_data()
468 zio_read(blkptr_t *bp, void *buf, char *stack) in zio_read()
530 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read()
723 const char *name, uint64_t *value, char *stack) in fzap_lookup()
767 char *stack) in zap_lookup()
804 zap_iterate(dnode_phys_t *zap_dnode, zap_cb_t *cb, void *arg, char *stack) in zap_iterate()
860 char *stack) in dnode_get()
925 check_feature(zap_attribute_t *za, void *arg, char *stack) in check_feature()
953 char *stack) in dnode_get_path()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_slist.c554 void overwrite_sm_state_stree_stack(struct stree_stack **stack, in overwrite_sm_state_stree_stack()
601 void delete_state_stree_stack(struct stree_stack **stack, int owner, const char *name, in delete_state_stree_stack()
611 void push_stree(struct stree_stack **stack, struct stree *stree) in push_stree()
616 struct stree *pop_stree(struct stree_stack **stack) in pop_stree()
625 struct stree *top_stree(struct stree_stack *stack) in top_stree()
635 void free_stree_stack(struct stree_stack **stack) in free_stree_stack()
650 struct sm_state *set_state_stree_stack(struct stree_stack **stack, int owner, const char *name, in set_state_stree_stack()
666 struct sm_state *get_sm_state_stree_stack(struct stree_stack *stack, in get_sm_state_stree_stack()
679 struct smatch_state *get_state_stree_stack(struct stree_stack *stack, in get_state_stree_stack()
1014 void and_stree_stack(struct stree_stack **stack) in and_stree_stack()
[all …]
H A Dcheck_continue_vs_break.c44 static void push_statement(struct statement_list **stack, struct statement *stmt) in push_statement()
49 static void pop_statement(struct statement_list **stack) in pop_statement()
H A Dsmatch_returns.c32 static void push_stree_stack(struct stree_stack_stack **stack_stack, struct stree_stack *stack) in push_stree_stack()
39 struct stree_stack *stack; in pop_stree_stack() local
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h80 struct stack { struct
81 int index;
82 struct expr **ptr;
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c40 uintptr_t stack; in setup_top_frame() local
66 uintptr_t stack; in setup_context() local
/illumos-gate/usr/src/boot/common/
H A Dinterp_forth.c106 ficlStack *stack = ficlVmGetDataStack(vm); in bf_command() local
114 ficlStack *stack = ficlVmGetDataStack(vm); in bf_command() local
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c39 uint64_t *stack; in setup_top_frame() local
71 uint64_t *stack; in setup_context() local
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Daddrs.c10 int stack = 0; in main() local
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_makecontext.c44 uintptr_t *stack = (uintptr_t *)(((uintptr_t)stk + stksize - 1) & in kmdb_makecontext() local
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c51 uint32_t *stack; in setup_top_frame() local
94 uint32_t *stack; in setup_context() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtmatch.c48 char* stack[32]; in fmtmatch() local

12345