/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 96 findval(list *lst, char *val, int (*cmp)()) in findval() argument 98 for (; lst != NULL; lst = lst->next) { in findval() 99 if ((*cmp) (lst->val, val)) in findval() 100 return (lst->val); in findval() 112 list *lst; in storeval() local 116 lst = calloc(1, sizeof (list)); in storeval() 117 lst->val = val; in storeval() 118 lst->next = NULL; in storeval() 119 *l = lst; in storeval()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | fdlist.c | 44 fd_init(struct fd_lst *lst) in fd_init() argument 49 lst->fd[i] = -1; in fd_init() 50 lst->fds[i] = -1; in fd_init() 52 lst->next = NULL; in fd_init()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 175 Shnode_t *tr = t->lst.lstrit; in p_tree() 176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree() 179 struct argnod *init = (t->lst.lstlef)->ar.arexpr; in p_tree() 181 p_tree(t->lst.lstrit,tflags); in p_tree() 186 p_tree(t->lst.lstlef,0); in p_tree() 189 p_tree(t->lst.lstrit,tflags); in p_tree() 216 p_tree(t->lst.lstlef,NEED_BRACE|NO_NEWLINE|(tflags&NO_BRACKET)); in p_tree() 224 p_tree(t->lst.lstrit,tflags|NEED_BRACE); in p_tree() 317 p_tree(t->lst.lstlef,NO_BRACKET|NO_NEWLINE); in p_tree() 332 p_arg(&(t->lst.lstlef->arg),' ',0); in p_tree() [all …]
|
H A D | tdump.c | 111 if(p_tree(t->lst.lstlef)<0) in p_tree() 113 return(p_tree(t->lst.lstrit)); in p_tree() 144 return(p_tree(t->lst.lstlef)); in p_tree() 147 if(p_arg(&(t->lst.lstlef->arg))<0) in p_tree() 150 return(p_arg(&(t->lst.lstrit->arg))); in p_tree()
|
H A D | trestore.c | 101 t->lst.lstlef = r_tree(shp); in r_tree() 102 t->lst.lstrit = r_tree(shp); in r_tree() 164 t->lst.lstlef = r_tree(shp); in r_tree() 167 t->lst.lstlef = (Shnode_t*)r_arg(shp); in r_tree() 169 t->lst.lstrit = (Shnode_t*)r_arg(shp); in r_tree()
|
H A D | xec.c | 232 n=sh_tclear(t->lst.lstlef); in sh_tclear() 233 return(n+sh_tclear(t->lst.lstrit)); in sh_tclear() 247 return(sh_tclear(t->lst.lstlef)); in sh_tclear() 250 n=p_arg(&(t->lst.lstlef->arg),0); in sh_tclear() 252 n+=p_arg(&(t->lst.lstrit->arg),0); in sh_tclear() 1512 type = pipe_exec(shp,pvn,t->lst.lstlef, errorflg); in sh_exec() 1517 (t->lst.lstlef)->tre.tretyp |= showme; in sh_exec() 1518 type = sh_exec(t->lst.lstlef, errorflg); in sh_exec() 1526 t = t->lst.lstrit; in sh_exec() 1561 sh_exec(t->lst.lstlef,errorflg|OPTIMIZE); in sh_exec() [all …]
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_xdr.c | 226 xdr_ypmaplist(XDR *xdrs, struct ypmaplist **lst) in xdr_ypmaplist() argument 233 more_elements = (*lst != NULL); in xdr_ypmaplist() 242 next = &((*lst)->ypml_next); in xdr_ypmaplist() 244 if (!xdr_reference(xdrs, (caddr_t *)lst, in xdr_ypmaplist() 249 lst = (freeing) ? next : &((*lst)->ypml_next); in xdr_ypmaplist()
|
/titanic_41/usr/src/lib/brand/solaris10/zone/ |
H A D | Makefile | 29 XMLDOCS= config.xml platform.xml smf_disable.lst pkgrm.lst common.ksh \
|
H A D | p2v.ksh | 382 /usr/lib/brand/solaris10/smf_disable.lst \ 429 for i in $(/usr/bin/egrep -hv "^#" /usr/lib/brand/solaris10/pkgrm.lst \
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_alloc.c | 67 #define LIST_TO_BLOCK(lst) ((void*) (((char *)lst) + sizeof(memory_list_t))) argument
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 178 pvs_aplist_append(APlist **lst, const void *item, const char *file) in pvs_aplist_append() argument 180 if (aplist_append(lst, item, AL_CNT_GVER_DESC) == NULL) { in pvs_aplist_append() 689 gvers_find(const char *name, unsigned long hash, APlist *lst) in gvers_find() argument 694 for (APLIST_TRAVERSE(lst, idx, vdp)) in gvers_find() 717 gvers_desc(const char *name, unsigned long hash, APlist **lst, const char *file) in gvers_desc() argument 721 if ((vdp = gvers_find(name, hash, *lst)) == NULL) { in gvers_desc() 732 pvs_aplist_append(lst, vdp, file); in gvers_desc() 755 gvers_depend(const char *name, unsigned long hash, GVer_desc *vdp, APlist **lst, in gvers_depend() argument 760 _vdp = gvers_desc(name, hash, lst, file); in gvers_depend()
|
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
|
/titanic_41/usr/src/grub/ |
H A D | menu.lst | 6 # With zfs root the active menu.lst file is /<pool>/boot/grub/menu.lst
|
H A D | Makefile | 22 GRUB_MENU = menu.lst
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_kmod.c | 290 list_t *lst; in smb_kmod_enum_fini() local 300 lst = &ns->ns_list; in smb_kmod_enum_fini() 303 while ((item = list_head(lst)) != NULL) { in smb_kmod_enum_fini() 304 list_remove(lst, item); in smb_kmod_enum_fini()
|
/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | boot-archive-update.ksh | 37 if [ -f /stubboot/boot/grub/menu.lst ]; then
|
H A D | update_grub.ksh | 123 cp "$ALT_ROOT"/boot/grub/menu.lst "$ALT_ROOT"/stubboot/boot/grub
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_impl.c | 1074 idm_listbuf_insert(list_t *lst, idm_buf_t *buf) in idm_listbuf_insert() argument 1079 for (idb = list_tail(lst); idb != NULL; idb = list_prev(lst, idb)) { in idm_listbuf_insert() 1083 list_insert_after(lst, idb, buf); in idm_listbuf_insert() 1089 list_insert_head(lst, buf); in idm_listbuf_insert()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.solaris | 43 mbchk.1 mdate-sh menu.lst multiboot.h multiboot.h.texi \
|
H A D | Makefile.am | 22 EXTRA_DIST = menu.lst $(man_MANS) $(noinst_SCRIPTS) \
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Makefile | 54 XLIST = $(ROOTBIN)/exception.lst
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-boot-grub.mf | 57 $(i386_ONLY)file path=boot/grub/menu.lst group=sys \ 58 original_name=SUNWgrub:boot/grub/menu.lst preserve=true
|
H A D | system-zones-brand-s10.mf | 76 file path=usr/lib/brand/solaris10/pkgrm.lst mode=0444 89 file path=usr/lib/brand/solaris10/smf_disable.lst mode=0444
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 205 struct lstnod lst; member
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 625 APlist *lst = osp->os_isdescs[idx3]; in eh_frame_muldef() local 627 if (aplist_nitems(lst) == 0) in eh_frame_muldef() 630 isp1 = lst->apl_data[0]; in eh_frame_muldef()
|