Home
last modified time | relevance | path

Searched refs:wrt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c238 void (* wrt)(); /* address of write/iflush routine */ local
269 wrt = (void (*)())((caddr_t)aout_reloc_write + ip->crt_baseaddr);
285 wrt(where, value);
289 wrt(where, value);
294 wrt(where, what);
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c13873 writablity wrt; in st_is_hp_dat_tape_worm() local
13881 wrt = WORM; in st_is_hp_dat_tape_worm()
13885 wrt = RDWR; in st_is_hp_dat_tape_worm()
13887 return (wrt); in st_is_hp_dat_tape_worm()
13896 writablity wrt; in st_is_hp_dat_worm() local
13907 wrt = FAILED; in st_is_hp_dat_worm()
13913 wrt = RDWR; in st_is_hp_dat_worm()
13919 wrt = un->un_wormable(un); in st_is_hp_dat_worm()
13927 return (wrt); in st_is_hp_dat_worm()
13933 writablity wrt; in st_is_hp_lto_tape_worm() local
[all …]
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c60 #define wrt wrt64 macro
76 #define wrt wrt32 macro
456 wrt(Elf * elf, Xword outsz, unsigned fill, int update_cmd) in wrt() function
837 sz = wrt(elf, (Xword)sz, u, cmd); in _elfxx_update()