/netbsd-src/bin/stty/ |
H A D | key.c | 119 ksearch(char ***argvp, struct info *ip) in ksearch() 148 f_all(struct info *ip) in f_all() 154 f_cbreak(struct info *ip) in f_cbreak() 168 f_columns(struct info *ip) in f_columns() 175 f_dec(struct info *ip) in f_dec() 187 f_everything(struct info *ip) in f_everything() 193 f_extproc(struct info *ip) in f_extproc() 208 f_insane(struct info *ip) in f_insane() 236 f_ispeed(struct info *ip) in f_ispeed() 243 f_nl(struct info *ip) in f_nl() [all …]
|
/netbsd-src/usr.sbin/lpr/lpd/ |
H A D | key.c | 104 ksearch(char ***argvp, struct info *ip) in ksearch() 134 f_cbreak(struct info *ip) in f_cbreak() 149 f_columns(struct info *ip) in f_columns() 157 f_dec(struct info *ip) in f_dec() 170 f_extproc(struct info *ip) in f_extproc() 183 f_ispeed(struct info *ip) in f_ispeed() 191 f_nl(struct info *ip) in f_nl() 205 f_ospeed(struct info *ip) in f_ospeed() 213 f_raw(struct info *ip) in f_raw() 227 f_rows(struct info *ip) in f_rows() [all …]
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | ite.c | 87 #define SUBR_INIT(ip) ip->isw->ite_init(ip) argument 88 #define SUBR_DEINIT(ip) ip->isw->ite_deinit(ip) argument 89 #define SUBR_PUTC(ip,c,dy,dx,m) ip->isw->ite_putc(ip,c,dy,dx,m) argument 90 #define SUBR_CURSOR(ip,fl argument 91 SUBR_CLEAR(ip,sy,sx,h,w) global() argument 92 SUBR_SCROLL(ip,sy,sx,count,dir) global() argument 204 struct ite_softc *ip; iteattach() local 244 struct ite_softc *ip; iteinit() local 286 struct ite_softc *ip; iteon() local 324 struct ite_softc *ip; iteoff() local 364 struct ite_softc *ip; iteopen() local 551 struct ite_softc *ip; ite_reinit() local 564 ite_reset(struct ite_softc * ip) ite_reset() argument 919 ite_sendstr(struct ite_softc * ip,const char * str) ite_sendstr() argument 927 alignment_display(struct ite_softc * ip) alignment_display() argument 938 snap_cury(struct ite_softc * ip) snap_cury() argument 950 ite_dnchar(struct ite_softc * ip,int n) ite_dnchar() argument 965 ite_inchar(struct ite_softc * ip,int n) ite_inchar() argument 983 ite_clrtoeol(struct ite_softc * ip) ite_clrtoeol() argument 994 ite_clrtobol(struct ite_softc * ip) ite_clrtobol() argument 1003 ite_clrline(struct ite_softc * ip) ite_clrline() argument 1012 ite_clrtoeos(struct ite_softc * ip) ite_clrtoeos() argument 1024 ite_clrtobos(struct ite_softc * ip) ite_clrtobos() argument 1035 ite_clrscreen(struct ite_softc * ip) ite_clrscreen() argument 1043 ite_dnline(struct ite_softc * ip,int n) ite_dnline() argument 1064 ite_inline(struct ite_softc * ip,int n) ite_inline() argument 1089 ite_index(struct ite_softc * ip) ite_index() argument 1102 ite_lf(struct ite_softc * ip) ite_lf() argument 1125 ite_crlf(struct ite_softc * ip) ite_crlf() argument 1133 ite_cr(struct ite_softc * ip) ite_cr() argument 1142 ite_rlf(struct ite_softc * ip) ite_rlf() argument 1165 ite_argnum(struct ite_softc * ip) ite_argnum() argument 1182 ite_zargnum(struct ite_softc * ip) ite_zargnum() argument 1201 struct ite_softc *ip; ite_putstr() local 1218 iteputchar(int c,struct ite_softc * ip) iteputchar() argument 2359 iteprecheckwrap(struct ite_softc * ip) iteprecheckwrap() argument 2376 itecheckwrap(struct ite_softc * ip) itecheckwrap() argument 2504 struct ite_softc *ip; itecninit() local 2519 itecnfinish(struct ite_softc * ip) itecnfinish() argument 2545 struct ite_softc *ip = getitesp(dev); itecnputc() local [all...] |
/netbsd-src/sys/arch/amiga/dev/ |
H A D | ite.c | 88 #define SUBR_INIT(ip) (ip)->grf->g_iteinit(ip) argument 89 #define SUBR_DEINIT(ip) (ip)->grf->g_itedeinit(ip) argument 90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m) argument 91 #define SUBR_CURSOR(ip,flg) (ip)->grf->g_itecursor(ip,flg) argument 92 #define SUBR_CLEAR(ip,sy,sx,h,w) (ip)->grf->g_iteclear(ip,sy,sx,h,w) argument 93 #define SUBR_SCROLL(ip,sy,sx,count,dir) \ argument 202 struct ite_softc *ip; in iteattach() local 314 struct ite_softc *ip; in itecninit() local 332 ite_cnfinish(struct ite_softc *ip) in ite_cnfinish() 359 struct ite_softc *ip; in itecnputc() local [all …]
|
H A D | ite_rh.c | 95 rh_init(struct ite_softc *ip) in rh_init() 113 rh_cursor(struct ite_softc *ip, int flag) in rh_cursor() 147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) in screen_down() 184 rh_deinit(struct ite_softc *ip) in rh_deinit() 191 rh_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in rh_putc() 207 rh_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in rh_clear() 218 rh_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in rh_scroll()
|
H A D | ite_ul.c | 103 #define UL_FG(ip) 0xFFFF argument 104 #define UL_BG(ip) 0x0000 argument 140 ulowell_init(struct ite_softc *ip) in ulowell_init() 226 void ulowell_cursor(struct ite_softc *ip, int flag) in ulowell_cursor() 300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down() 369 void ulowell_deinit(struct ite_softc *ip) in ulowell_deinit() 375 void ulowell_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in ulowell_putc() 392 void ulowell_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in ulowell_clear() 415 void ulowell_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in ulowell_scroll()
|
H A D | ite_cl.c | 105 cl_init(struct ite_softc *ip) in cl_init() 118 cl_cursor(struct ite_softc *ip, int flag) in cl_cursor() 143 cl_deinit(struct ite_softc *ip) in cl_deinit() 150 cl_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cl_putc() 173 cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in cl_clear() 198 cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in cl_scroll()
|
H A D | ite_rt.c | 104 retina_init(struct ite_softc *ip) in retina_init() 117 retina_cursor(struct ite_softc *ip, int flag) in retina_cursor() 146 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 274 screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down() 392 retina_deinit(struct ite_softc *ip) in retina_deinit() 399 retina_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in retina_putc() 415 retina_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in retina_clear() 437 retina_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in retina_scroll()
|
H A D | ite_cv3d.c | 117 cv3d_ite_deinit(struct ite_softc *ip) in cv3d_ite_deinit() 132 cv3d_ite_init(register struct ite_softc *ip) in cv3d_ite_init() 181 cv3d_cursor(struct ite_softc *ip, int flag) in cv3d_cursor() 206 cv3d_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cv3d_putc() 228 cv3d_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in cv3d_clear() 253 cv3d_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in cv3d_scroll()
|
H A D | ite_cv.c | 117 cv_ite_deinit(struct ite_softc *ip) in cv_ite_deinit() 132 cv_ite_init(register struct ite_softc *ip) in cv_ite_init() 181 cv_cursor(struct ite_softc *ip, int flag) in cv_cursor() 206 cv_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cv_putc() 228 cv_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in cv_clear() 253 cv_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in cv_scroll()
|
H A D | ite_et.c | 108 et_init(struct ite_softc *ip) in et_init() 121 et_cursor(struct ite_softc *ip, int flag) in et_cursor() 148 et_deinit(struct ite_softc *ip) in et_deinit() 155 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in et_putc() 179 et_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in et_clear() 204 et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in et_scroll()
|
/netbsd-src/sys/arch/hp300/include/ |
H A D | cacheops_machdep.h | 83 volatile int *ip = (void *)(MMUbase + MMUCMD); in DCIA_md() local 97 volatile int *ip = (void *)(MMUbase + MMUSSTP); in DCIS_md() local 110 volatile int *ip = (void *)(MMUbase + MMUUSTP); in DCIU_md() local 123 volatile int *ip = (void *)(MMUbase + MMUCMD); in PCIA_md() local 143 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); in TBIA_md() local 176 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); in TBIAS_md() local 189 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); in TBIAU_md() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | soc15_common.h | 30 #define SOC15_REG_OFFSET(ip, inst, reg) (adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg) argument 32 #define WREG32_FIELD15(ip, idx, reg, field, val) \ argument 37 #define RREG32_SOC15(ip, inst, reg) \ argument 40 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument 43 #define WREG32_SOC15(ip, inst, reg, value) \ argument 46 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument 49 #define WREG32_SOC15_OFFSET(ip, inst, reg, offset, value) \ argument 52 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask, ret) \ argument 100 #define WREG32_SOC15_RLC_SHADOW(ip, inst, reg, value) \ argument 118 #define WREG32_SOC15_RLC(ip, inst, reg, value) \ argument [all …]
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | ite_subr.c | 53 ite_fontinfo(struct ite_data *ip) in ite_fontinfo() 84 ite_fontinit1bpp(struct ite_data *ip) in ite_fontinit1bpp() 111 ite_fontinit8bpp(struct ite_data *ip) in ite_fontinit8bpp() 134 ite_writeglyph(struct ite_data *ip, u_char *fbmem, u_char *glyphp) in ite_writeglyph() 161 #define flip_cursor(ip) \ argument 166 ite_dio_cursor(struct ite_data *ip, int flag) in ite_dio_cursor() 184 ite_dio_putc1bpp(struct ite_data *ip, int c, int dy, int dx) in ite_dio_putc1bpp() 193 ite_dio_putc8bpp(struct ite_data *ip, int c, int dy, int dx) in ite_dio_putc8bpp() 202 ite_dio_clear(struct ite_data *ip, int sy, int sx, int h, int w) in ite_dio_clear() 211 ite_dio_scroll(struct ite_data *ip) in ite_dio_scroll() [all …]
|
H A D | ite_dumb.c | 82 dumb_init(struct ite_data *ip) in dumb_init() 92 dumb_fontinit(struct ite_data *ip) in dumb_fontinit() 123 dumb_writeglyph(struct ite_data *ip, uint8_t *fontmem, uint8_t *glyphp) in dumb_writeglyph() 146 dumb_flip_cursor(struct ite_data *ip) in dumb_flip_cursor() 166 dumb_cursor(struct ite_data *ip, int flag) in dumb_cursor() 184 dumb_putc(struct ite_data *ip, int c, int dy, int dx) in dumb_putc() 206 dumb_clear(struct ite_data *ip, int sy, int sx, int h, int w) in dumb_clear() 222 dumb_scroll(struct ite_data *ip) in dumb_scroll() 244 dumb_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, in dumb_windowmove()
|
H A D | ite.c | 133 struct ite_data *ip; in iteconfig() local 235 struct ite_data *ip; in iteprobe() local 273 struct ite_data *ip; in iteinit() local 295 struct ite_data *ip = &ite_data[itecons]; in iteputchar() local 334 itecheckwrap(struct ite_data *ip, struct itesw *sp) in itecheckwrap() 349 ite_clrtoeol(struct ite_data *ip, struct itesw *sp, int y, int x) in ite_clrtoeol()
|
/netbsd-src/sys/arch/mvme68k/stand/sboot/ |
H A D | etherfun.h | 71 struct ip { struct 72 u_char ip_v:4, /* version */ argument 73 ip_hl:4; /* header length */ argument 74 u_char ip_tos; /* type of service */ argument 75 short ip_len; /* total length */ argument 76 u_short ip_id; /* identification */ argument 77 short ip_off; /* fragment offset field */ argument 81 u_char ip_ttl; /* time to live */ argument 82 u_char ip_p; /* protocol */ argument 83 u_short ip_sum; /* checksum */ argument [all …]
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_inttab.c | 38 dt_inttab_t *ip; in dt_inttab_create() local 55 dt_inttab_destroy(dt_inttab_t *ip) in dt_inttab_destroy() 69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) in dt_inttab_insert() 103 dt_inttab_size(const dt_inttab_t *ip) in dt_inttab_size() 109 dt_inttab_write(const dt_inttab_t *ip, uint64_t *dst) in dt_inttab_write()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_vnops.c | 314 struct inode *ip; in lfs_makeinode() local 394 struct inode *ip = VTOI(vp); in lfs_fsync() local 499 struct inode *ip = VTOI(ap->a_vp); in lfs_inactive() local 607 struct inode *ip = VTOI(vp); in lfs_mark_vnode() local 632 struct inode *ip = VTOI(vp); in lfs_unmark_vnode() local 655 struct inode *ip; in lfs_symlink() local 741 struct inode *ip; in lfs_mknod() local 877 struct inode *dp, *ip; in lfs_mkdir() local 1041 struct inode *ip; in lfs_remove() local 1085 struct inode *ip; in lfs_rmdir() local [all …]
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_vnops.c | 162 struct inode *ip; in ext2fs_mknod() local 198 ext2fs_check_possible(struct vnode *vp, struct inode *ip, mode_t mode) in ext2fs_check_possible() 227 ext2fs_check_permitted(struct vnode *vp, struct inode *ip, accmode_t accmode, in ext2fs_check_permitted() 246 struct inode *ip = VTOI(vp); in ext2fs_access() local 269 struct inode *ip = VTOI(vp); in ext2fs_getattr() local 323 struct inode *ip = VTOI(vp); in ext2fs_setattr() local 445 struct inode *ip = VTOI(vp); in ext2fs_chmod() local 467 struct inode *ip = VTOI(vp); in ext2fs_chown() local 518 struct inode *ip; in ext2fs_remove() local 563 struct inode *ip; in ext2fs_link() local [all …]
|
/netbsd-src/sys/fs/ntfs/ |
H A D | ntfs_vnops.c | 117 struct ntnode *ip = FTONT(fp); in ntfs_read() local 173 struct ntnode *ip = FTONT(fp); in ntfs_getattr() local 212 struct ntnode *ip = VTONT(vp); in ntfs_inactive() local 235 struct ntnode *ip = FTONT(fp); in ntfs_reclaim() local 273 struct ntnode *ip = VTONT(ap->a_vp); in ntfs_print() local 297 struct ntnode *ip = FTONT(fp); in ntfs_strategy() local 370 struct ntnode *ip = FTONT(fp); in ntfs_write() local 402 ntfs_check_possible(struct vnode *vp, struct ntnode *ip, accmode_t accmode) in ntfs_check_possible() 425 ntfs_check_permitted(struct vnode *vp, struct ntnode *ip, accmode_t accmode, in ntfs_check_permitted() 446 struct ntnode *ip = VTONT(vp); in ntfs_access() local [all …]
|
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
H A D | ip.h | 49 struct ip { struct 50 u_int8_t ip_fvhl; /* header length, version */ argument 51 u_int8_t ip_tos; /* type of service */ argument 52 int16_t ip_len; /* total length */ argument 53 u_int16_t ip_id; /* identification */ argument 54 int16_t ip_off; /* fragment offset field */ argument 58 u_int8_t ip_ttl; /* time to live */ argument 59 u_int8_t ip_p; /* protocol */ argument 60 u_int16_t ip_sum; /* checksum */ argument 61 struct in_addr ip_src, ip_dst; /* source and dest address */ argument
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_acl.c | 78 ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl) in ufs_sync_acl_from_inode() 147 ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip) in ufs_sync_inode_from_acl() 166 struct inode *ip = VTOI(vp); in ufs_getacl_nfs4_internal() local 240 struct inode *ip = VTOI(vp); in ufs_get_oldacl() local 289 struct inode *ip = VTOI(ap->a_vp); in ufs_getacl_posix1e() local 386 struct inode *ip = VTOI(vp); in ufs_setacl_nfs4_internal() local 439 struct inode *ip = VTOI(ap->a_vp); in ufs_setacl_nfs4() local 492 struct inode *ip = VTOI(vp); in ufs_setacl_posix1e() local
|
/netbsd-src/sys/arch/ia64/disasm/ |
H A D | disasm_decode.c | 536 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeB() 652 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeF() 903 asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeI() 1315 asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeM() 2474 asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot) in asm_decodeX() 2522 asm_decode(uint64_t ip, struct asm_bundle *b) in asm_decode()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_vnops.c | 60 struct chfs_inode* ip; in chfs_lookup() local 221 struct chfs_inode *ip; in chfs_mknod() local 323 struct chfs_inode *ip; in chfs_open() local 354 struct chfs_inode *ip; in chfs_close() local 377 struct chfs_inode *ip = VTOI(vp); in chfs_access() local 413 struct chfs_inode *ip = VTOI(vp); in chfs_getattr() local 458 struct chfs_inode *ip; in chfs_setattr() local 537 struct chfs_inode *ip = VTOI(vp); in chfs_chmod() local 559 struct chfs_inode *ip = VTOI(vp); in chfs_chown() local 602 #define chfs_blksize(chmp, ip, lbn) \ argument [all …]
|