/titanic_52/usr/src/cmd/sh/ |
H A D | func.c | 134 struct argnod *sav; in free_arg() local 138 sav = argp->argnxt; in free_arg() 140 argp = sav; in free_arg() 147 struct ionod *sav; in freeio() local 176 sav = iop->ionxt; in freeio() 178 iop = sav; in freeio() 185 struct regnod *sav; in freereg() local 191 sav = regp->regnxt; in freereg() 193 regp = sav; in freereg()
|
H A D | xec.c | 61 unsigned char *sav = savstak(); local 503 tdystak(sav);
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | ldentry.c | 58 Sym_avlnode *sav; in ld_map_out() local 140 for (sav = avl_first(&ofl->ofl_symavl); sav; in ld_map_out() 141 sav = AVL_NEXT(&ofl->ofl_symavl, sav)) { in ld_map_out() 142 Sym_desc *sdp = sav->sav_sdp; in ld_map_out()
|
H A D | syms.c | 293 Sym_avlnode qsav, *sav; in ld_sym_find() local 306 sav = avl_find(&ofl->ofl_symavl, &qsav, where); in ld_sym_find() 311 if (sav == NULL) in ld_sym_find() 317 return (sav->sav_sdp); in ld_sym_find() 1150 Sym_avlnode *sav; in ld_sym_validate() local 1258 for (sav = avl_first(&ofl->ofl_symavl); sav; in ld_sym_validate() 1259 sav = AVL_NEXT(&ofl->ofl_symavl, sav)) { in ld_sym_validate() 1264 sdp = sav->sav_sdp; in ld_sym_validate()
|
H A D | update.c | 173 Sym_avlnode *sav; in update_osym() local 991 for (sav = avl_first(&ofl->ofl_symavl); sav; in update_osym() 992 sav = AVL_NEXT(&ofl->ofl_symavl, sav)) { in update_osym() 997 sdp = sav->sav_sdp; in update_osym()
|
/titanic_52/usr/src/cmd/csh/ |
H A D | sh.exec.c | 53 tchar *sav; in doexec() local 70 sav = t->t_dcom[0]; in doexec() 73 xfree(sav); in doexec() 123 sav = strspl(S_SLASH /* "/" */, *av); in doexec() 125 Vsav = sav; in doexec() 144 dp = strspl(*pv, sav); in doexec() 168 xfree(sav); in doexec()
|
/titanic_52/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | kdcmgr.sh | 167 cat $KRB5_KDC_CONF > $KRB5_KDC_CONF.sav 168 cannot_create $KRB5_KDC_CONF.sav $? 204 cat $KRB5_KRB_CONF > $KRB5_KRB_CONF.sav 205 cannot_create $KRB5_KRB_CONF.sav $? 412 cat $KADM5ACL > $KADM5ACL.sav 413 cannot_create $KADM5ACL.sav $? 435 cat $KPROPACL > $KPROPACL.sav 436 cannot_create $KPROPACL.sav $?
|
/titanic_52/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1448 spa_aux_vdev_t *sav = &spa->spa_l2cache; in spa_load_l2cache() local 1452 if (sav->sav_config != NULL) { in spa_load_l2cache() 1453 VERIFY(nvlist_lookup_nvlist_array(sav->sav_config, in spa_load_l2cache() 1461 oldvdevs = sav->sav_vdevs; in spa_load_l2cache() 1462 oldnvdevs = sav->sav_count; in spa_load_l2cache() 1463 sav->sav_vdevs = NULL; in spa_load_l2cache() 1464 sav->sav_count = 0; in spa_load_l2cache() 1502 vd->vdev_aux = sav; in spa_load_l2cache() 1537 if (sav->sav_config == NULL) in spa_load_l2cache() 1540 sav in spa_load_l2cache() 1809 spa_aux_check_removed(spa_aux_vdev_t * sav) spa_aux_check_removed() argument 3306 spa_validate_aux_devs(spa_t * spa,nvlist_t * nvroot,uint64_t crtxg,int mode,spa_aux_vdev_t * sav,const char * config,uint64_t version,vdev_labeltype_t label) spa_validate_aux_devs() argument 3404 spa_set_aux_vdevs(spa_aux_vdev_t * sav,nvlist_t ** devs,int ndevs,const char * config) spa_set_aux_vdevs() argument 3457 spa_aux_vdev_t *sav = &spa->spa_l2cache; spa_l2cache_drop() local 5934 spa_sync_aux_dev(spa_t * spa,spa_aux_vdev_t * sav,dmu_tx_t * tx,const char * config,const char * entry) spa_sync_aux_dev() argument 6604 spa_aux_vdev_t *sav = &spa->spa_spares; spa_has_spare() local 6628 spa_aux_vdev_t *sav = &spa->spa_spares; spa_has_active_shared_spare() local [all...] |
H A D | vdev.c | 2924 spa_aux_vdev_t *sav = vd->vdev_aux; in vdev_config_dirty() local 2928 for (c = 0; c < sav->sav_count; c++) { in vdev_config_dirty() 2929 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty() 2933 if (c == sav->sav_count) { in vdev_config_dirty() 2937 ASSERT(sav->sav_sync == B_TRUE); in vdev_config_dirty() 2941 sav->sav_sync = B_TRUE; in vdev_config_dirty() 2943 if (nvlist_lookup_nvlist_array(sav->sav_config, in vdev_config_dirty() 2945 VERIFY(nvlist_lookup_nvlist_array(sav->sav_config, in vdev_config_dirty()
|
/titanic_52/usr/src/cmd/cdrw/ |
H A D | bstream.c | 389 int fd, sav; in open_au_read_stream() local 458 sav = errno; in open_au_read_stream() 462 errno = sav; in open_au_read_stream() 470 int fd, sav; in open_wav_read_stream() local 527 sav = errno; in open_wav_read_stream() 531 errno = sav; in open_wav_read_stream()
|
H A D | copycd.c | 66 int ret, sav; in read_data_track() local 127 sav = errno; in read_data_track() 130 errno = sav; in read_data_track()
|
/titanic_52/usr/src/cmd/prstat/ |
H A D | prutil.c | 218 void *sav = ptr; in Realloc() local 226 ptr = sav; in Realloc() 229 ptr = sav; in Realloc()
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 419 if [[ -f $i.sav ]] 420 then cp $i.sav $i 423 then cp $i $i.sav 810 then RM $file.sav 811 else RM $TWD/$file.sav 942 do RM $i $i.sav 1076 for s in ex sav err
|
/titanic_52/usr/src/cmd/ztest/ |
H A D | ztest.c | 2571 spa_aux_vdev_t *sav; in ztest_vdev_aux_add_remove() local 2577 sav = &spa->spa_spares; in ztest_vdev_aux_add_remove() 2580 sav = &spa->spa_l2cache; in ztest_vdev_aux_add_remove() 2588 if (sav->sav_count != 0 && ztest_random(4) == 0) { in ztest_vdev_aux_add_remove() 2592 guid = sav->sav_vdevs[ztest_random(sav->sav_count)]->vdev_guid; in ztest_vdev_aux_add_remove() 2604 for (c = 0; c < sav->sav_count; c++) in ztest_vdev_aux_add_remove() 2605 if (strcmp(sav->sav_vdevs[c]->vdev_path, in ztest_vdev_aux_add_remove() 2608 if (c == sav->sav_count && in ztest_vdev_aux_add_remove() 2749 spa_aux_vdev_t *sav in ztest_vdev_attach_detach() local 4884 spa_aux_vdev_t *sav = &spa->spa_l2cache; ztest_fault_inject() local [all...] |
/titanic_52/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | i.CompCpio.sh | 370 PKGSAV=/tmp/$PKG.sav
|
/titanic_52/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1864 spa_print_aux(mdb_spa_aux_vdev_t *sav, uint_t flags, mdb_arg_t *v, in spa_print_aux() argument 1877 if (sav->sav_count != 0) { in spa_print_aux() 1883 len = sav->sav_count * sizeof (uintptr_t); in spa_print_aux() 1885 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) { in spa_print_aux() 1888 sav->sav_vdevs); in spa_print_aux() 1894 for (i = 0; i < sav->sav_count; i++) { in spa_print_aux()
|
/titanic_52/usr/src/cmd/ed/ |
H A D | ed.c | 194 long sav; member 3093 /* current array of line ptrs is saved in sav and dot and dol are saved */ 3107 i->sav = i->cur; in save() 3112 /* The undo command calls this to restore the previous ptr array sav */ 3128 i->cur = i->sav; in undo() 3129 i->sav = tmp; in undo()
|
/titanic_52/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 113 cat $NFSSEC_FILE > $NFSSEC_FILE.sav 114 cannot_create $NFSSEC_FILE.sav $?
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 506 char *sav = stkptr(stkp,0); in sh_debug() local 561 if(sav != stkptr(stkp,0)) in sh_debug() 562 stkset(stkp,sav,0); in sh_debug() 993 char *sav=stkptr(stkp,0); in sh_exec() local 2957 if(sav != stkptr(stkp,0)) in sh_exec() 2958 stkset(stkp,sav,0); in sh_exec()
|
/titanic_52/usr/src/data/zoneinfo/ |
H A D | northamerica | 1658 # and towns, it is found that the following places used daylight sav-
|