Home
last modified time | relevance | path

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

12345

/titanic_51/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) in ficlStackCheck() argument
96 ficlStack *stack = ficlMalloc(totalSize); ficlStackCreate() local
115 ficlStackDestroy(ficlStack * stack) ficlStackDestroy() argument
125 ficlStackDepth(ficlStack * stack) ficlStackDepth() argument
134 ficlStackDrop(ficlStack * stack,int n) ficlStackDrop() argument
144 ficlStackFetch(ficlStack * stack,int n) ficlStackFetch() argument
150 ficlStackStore(ficlStack * stack,int n,ficlCell c) ficlStackStore() argument
159 ficlStackGetTop(ficlStack * stack) ficlStackGetTop() argument
174 ficlStackLink(ficlStack * stack,int size) ficlStackLink() argument
188 ficlStackUnlink(ficlStack * stack) ficlStackUnlink() argument
199 ficlStackPick(ficlStack * stack,int n) ficlStackPick() argument
208 ficlStackPop(ficlStack * stack) ficlStackPop() argument
214 ficlStackPopPointer(ficlStack * stack) ficlStackPopPointer() argument
220 ficlStackPopUnsigned(ficlStack * stack) ficlStackPopUnsigned() argument
226 ficlStackPopInteger(ficlStack * stack) ficlStackPopInteger() argument
232 ficlStackPop2Integer(ficlStack * stack) ficlStackPop2Integer() argument
242 ficlStackPop2Unsigned(ficlStack * stack) ficlStackPop2Unsigned() argument
253 ficlStackPopFloat(ficlStack * stack) ficlStackPopFloat() argument
263 ficlStackPush(ficlStack * stack,ficlCell c) ficlStackPush() argument
269 ficlStackPushPointer(ficlStack * stack,void * ptr) ficlStackPushPointer() argument
278 ficlStackPushInteger(ficlStack * stack,ficlInteger i) ficlStackPushInteger() argument
287 ficlStackPushUnsigned(ficlStack * stack,ficlUnsigned u) ficlStackPushUnsigned() argument
296 ficlStackPush2Unsigned(ficlStack * stack,ficl2Unsigned du) ficlStackPush2Unsigned() argument
303 ficlStackPush2Integer(ficlStack * stack,ficl2Integer di) ficlStackPush2Integer() argument
313 ficlStackPushFloat(ficlStack * stack,ficlFloat f) ficlStackPushFloat() argument
326 ficlStackReset(ficlStack * stack) ficlStackReset() argument
339 ficlStackRoll(ficlStack * stack,int n) ficlStackRoll() argument
371 ficlStackSetTop(ficlStack * stack,ficlCell c) ficlStackSetTop() argument
378 ficlStackWalk(ficlStack * stack,ficlStackWalkFunction callback,void * context,ficlInteger bottomToTop) ficlStackWalk() argument
[all...]
/titanic_51/usr/src/lib/libast/common/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()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstack.c39 register STACK stack; in stackalloc() local
70 stackfree(register STACK stack) stackfree() argument
90 stackclear(register STACK stack) stackclear() argument
101 stackget(register STACK stack) stackget() argument
112 stackpush(register STACK stack,void * value) stackpush() argument
142 stackpop(register STACK stack) stackpop() argument
168 stacktell(register STACK stack,int set,STACKPOS * position) stacktell() argument
[all...]
/titanic_51/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c46 tcp_set_1948phrase(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_1948phrase() argument
65 tcp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_listener_conf_get() argument
109 tcp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_add() argument
158 tcp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_del() argument
187 tcp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_buf_prop() argument
195 tcp_get_buf_prop(netstack_t * stack,mod_prop_info_t * pinfo,const char * ifname,void * val,uint_t psize,uint_t flags) tcp_get_buf_prop() argument
208 tcp_smallest_anon_set(netstack_t * stack,cred_t * cr,mod_prop_info_t * pinfo,const char * ifname,const void * pval,uint_t flags) tcp_smallest_anon_set() argument
226 tcp_largest_anon_set(netstack_t * stack,cred_t * cr,mod_prop_info_t * pinfo,const char * ifname,const void * pval,uint_t flags) tcp_largest_anon_set() argument
[all...]
/titanic_51/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() argument
42 udp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in udp_get_buf_prop() argument
55 udp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_smallest_anon_set() argument
73 udp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_largest_anon_set() argument
[all...]
/titanic_51/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() argument
101 mod_get_boolean(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_boolean() argument
150 mod_set_uint32(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_uint32() argument
167 mod_set_aligned(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_aligned() argument
190 mod_get_uint32(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_uint32() argument
238 mod_set_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, cred_t *cr, in mod_set_buf_prop() argument
268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, in mod_get_buf_prop() argument
289 mod_get_allprop(netstack_t *stack, mod_prop_info_ argument
346 mod_set_extra_privports(netstack_t * stack,cred_t * cr,mod_prop_info_t * pinfo,const char * ifname,const void * val,uint_t flags) mod_set_extra_privports() argument
464 mod_get_extra_privports(netstack_t * stack,mod_prop_info_t * pinfo,const char * ifname,void * val,uint_t psize,uint_t flags) mod_get_extra_privports() argument
[all...]
/titanic_51/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() argument
99 ip_get_forwarding(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_forwarding() argument
161 ip_set_debug(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_debug() argument
183 ip_get_debug(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_debug() argument
213 ip_set_cgtp_filter(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_cgtp_filter() argument
270 ip_get_mtu(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_mtu() argument
357 ip_set_src_multihoming(netstack_t * stack,cred_t * cr,mod_prop_info_t * pinfo,const char * ifname,const void * pval,uint_t flags) ip_set_src_multihoming() argument
378 ip_set_hostmodel(netstack_t * stack,cred_t * cr,mod_prop_info_t * pinfo,const char * ifname,const void * pval,uint_t flags) ip_set_hostmodel() argument
451 ip_get_hostmodel(netstack_t * stack,mod_prop_info_t * pinfo,const char * ifname,void * pval,uint_t psize,uint_t flags) ip_get_hostmodel() argument
[all...]
/titanic_51/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() argument
90 sctp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_add() argument
139 sctp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_del() argument
168 sctp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_set_buf_prop() argument
176 sctp_get_buf_prop(netstack_t *stack, mod_prop_info_ argument
[all...]
/titanic_51/usr/src/cmd/fs.d/autofs/
H A Dns_files.c61 init_files(char **stack, char ***stkptr) in init_files() argument
74 getmapent_files(key, mapname, ml, stack, stkptr, iswildcard, isrestricted) in getmapent_files() argument
210 getmapkeys_files(mapname,list,error,cache_time,stack,stkptr) getmapkeys_files() argument
325 loadmaster_files(mastermap,defopts,stack,stkptr) loadmaster_files() argument
417 loaddirect_files(map,local_map,opts,stack,stkptr) loaddirect_files() argument
463 file_open(map,fname,stack,stkptr) file_open() argument
491 stack_op(op,name,stack,stkptr) stack_op() argument
[all...]
H A Dns_generic.c73 ns_setup(char **stack, char ***stkptr) in ns_setup() argument
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) loaddirect_map() argument
275 getmapkeys(mapname,list,error,cache_time,stack,stkptr,uid) getmapkeys() argument
[all...]
H A Dns_nis.c63 init_nis(char **stack, char ***stkptr) in init_nis() argument
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) getmapkeys_nis() argument
[all...]
H A Dns_ldap.c154 init_ldap(char **stack, char ***stkptr) in init_ldap() argument
260 char **stack, char ***stkptr, bool_t *iswildcard, bool_t isrestricted) in getmapent_ldap() argument
473 loadmaster_ldap(char *mapname, char *defopts, char **stack, char ***stkptr) in loadmaster_ldap() argument
542 char **stack, char ***stkptr) in loaddirect_ldap() argument
629 char **stack = temp->ptr2; in mastermap_callback_ldap() local
789 char **stack = temp->ptr3; directmap_callback() local
828 getmapkeys_ldap(char * nsmap,struct dir_entry ** list,int * error,int * cache_time,char ** stack,char *** stkptr) getmapkeys_ldap() argument
[all...]
H A Dautod_lookup.c60 char *stack[STACKSIZ]; in do_lookup1() local
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c308 zio_read_gang(blkptr_t *bp, dva_t *dva, void *buf, char *stack) in zio_read_gang() argument
357 zio_read_data(blkptr_t *bp, void *buf, char *stack) in zio_read_data() argument
467 zio_read(blkptr_t *bp, void *buf, char *stack) in zio_read() argument
529 dmu_read(dnode_phys_t * dn,uint64_t blkid,void * buf,char * stack) dmu_read() argument
722 fzap_lookup(dnode_phys_t * zap_dnode,zap_phys_t * zap,const char * name,uint64_t * value,char * stack) fzap_lookup() argument
766 zap_lookup(dnode_phys_t * zap_dnode,const char * name,uint64_t * val,char * stack) zap_lookup() argument
803 zap_iterate(dnode_phys_t * zap_dnode,zap_cb_t * cb,void * arg,char * stack) zap_iterate() argument
859 dnode_get(dnode_phys_t * mdn,uint64_t objnum,uint8_t type,dnode_phys_t * buf,char * stack) dnode_get() argument
924 check_feature(zap_attribute_t * za,void * arg,char * stack) check_feature() argument
952 dnode_get_path(dnode_phys_t * mdn,char * path,dnode_phys_t * dn,char * stack) dnode_get_path() argument
1012 get_default_bootfsobj(dnode_phys_t * mosmdn,uint64_t * obj,char * stack) get_default_bootfsobj() argument
1069 check_mos_features(dnode_phys_t * mosmdn,char * stack) check_mos_features() argument
1113 get_objset_mdn(dnode_phys_t * mosmdn,char * fsname,uint64_t * obj,dnode_phys_t * mdn,char * stack) get_objset_mdn() argument
1528 check_pool_label(uint64_t sector,char * stack,char * outdevid,char * outpath,uint64_t * outguid,uint64_t * outashift,uint64_t * outversion) check_pool_label() argument
1624 char *stack, *ub_array; zfs_mount() local
1723 char *stack; zfs_open() local
1824 char *stack; zfs_read() local
[all...]
/titanic_51/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h82 struct stack { struct
83 indexstack global() argument
84 ptrstack global() argument
/titanic_51/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
[all...]
/titanic_51/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
[all...]
/titanic_51/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_makecontext.c46 uintptr_t *stack = (uintptr_t *)(((uintptr_t)stk + stksize - 1) & in kmdb_makecontext() local
/titanic_51/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_makecontext.c51 uintptr_t stack = (((uintptr_t)stk + stksize - 1) & in kmdb_makecontext() local
/titanic_51/usr/src/lib/libast/common/string/
H A Dfmtmatch.c48 char* stack[32]; in fmtmatch() local
H A Dfmtre.c52 Stack_t stack[32]; in fmtre() local
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtmatch.c48 char* stack[32]; in fmtmatch() local
H A Dfmtre.c52 Stack_t stack[32]; in fmtre() local
[all...]
/titanic_51/usr/src/lib/libc/i386/threads/
H A Dmachdep.c51 uint32_t *stack; in setup_top_frame() local
94 uint32_t *stack; setup_context() local
[all...]
/titanic_51/usr/src/boot/sys/boot/userboot/userboot/
H A Delf32_freebsd.c63 uint32_t stack[1024], *sp; in elf32_exec() local
[all...]

12345