Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/openbsd/bin/stty/
H A Dkey.c138 f_all(struct info *ip) in f_all()
170 f_dec(struct info *ip) in f_dec()
183 f_ek(struct info *ip) in f_ek()
226 f_lcase(struct info *ip) in f_lcase()
241 f_nl(struct info *ip) in f_nl()
268 f_raw(struct info *ip) in f_raw()
282 f_rows(struct info *ip) in f_rows()
293 f_sane(struct info *ip) in f_sane()
307 f_size(struct info *ip) in f_size()
314 f_speed(struct info *ip) in f_speed()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsoc15_common.h28 #define GET_INST(ip, inst) \ argument
31 #define GET_MASK(ip, mask) \ argument
37 #define SOC15_REG_OFFSET1(ip, inst, reg, offset) \ argument
50 #define WREG32_FIELD15(ip, idx, reg, field, val) \ argument
66 #define RREG32_SOC15(ip, inst, reg) \ argument
74 #define RREG32_SOC15_NO_KIQ(ip, inst, reg) \ argument
82 #define WREG32_SOC15(ip, inst, reg, value) \ argument
86 #define WREG32_SOC15_IP(ip, reg, value) \ argument
89 #define WREG32_SOC15_IP_NO_KIQ(ip, reg, value) \ argument
169 #define RREG32_SOC15_RLC(ip, inst, reg) \ argument
[all …]
/openbsd/usr.sbin/lpr/lpd/
H A Dkey.c126 f_cbreak(struct info *ip) in f_cbreak()
141 f_columns(struct info *ip) in f_columns()
149 f_dec(struct info *ip) in f_dec()
162 f_extproc(struct info *ip) in f_extproc()
175 f_ispeed(struct info *ip) in f_ispeed()
183 f_nl(struct info *ip) in f_nl()
197 f_ospeed(struct info *ip) in f_ospeed()
205 f_raw(struct info *ip) in f_raw()
219 f_rows(struct info *ip) in f_rows()
227 f_sane(struct info *ip) in f_sane()
[all …]
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c156 f_cbreak(struct info *ip) in f_cbreak()
171 f_columns(struct info *ip) in f_columns()
179 f_dec(struct info *ip) in f_dec()
192 f_extproc(struct info *ip) in f_extproc()
205 f_ispeed(struct info *ip) in f_ispeed()
213 f_nl(struct info *ip) in f_nl()
227 f_ospeed(struct info *ip) in f_ospeed()
235 f_raw(struct info *ip) in f_raw()
249 f_rows(struct info *ip) in f_rows()
257 f_sane(struct info *ip) in f_sane()
[all …]
/openbsd/regress/lib/libcrypto/x509/bettertls/scripts/
H A Dexpects.json1 {"expects":[{"id":1,"ip":{"expect":"ERROR","descriptions":["The IP used as an origin is not listed … object
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vnops.c97 struct inode *ip; in ext2fs_mknod() local
149 struct inode *ip = VTOI(vp); in ext2fs_access() local
165 struct inode *ip = VTOI(vp); in ext2fs_getattr() local
216 struct inode *ip = VTOI(vp); in ext2fs_setattr() local
395 struct inode *ip; in ext2fs_remove() local
431 struct inode *ip; in ext2fs_link() local
880 struct inode *ip, *dp; in ext2fs_mkdir() local
996 struct inode *ip, *dp; in ext2fs_rmdir() local
1061 struct inode *ip; in ext2fs_symlink() local
1146 struct inode *ip, *pdir; in ext2fs_makeinode() local
[all …]
H A Dext2fs_extents.c44 static void ext4_ext_binsearch_index(struct inode *ip, struct ext4_extent_path in ext4_ext_binsearch_index()
64 ext4_ext_binsearch(struct inode *ip, struct ext4_extent_path *path, daddr_t lbn) in ext4_ext_binsearch()
89 ext4_ext_in_cache(struct inode *ip, daddr_t lbn, struct ext4_extent *ep) in ext4_ext_in_cache()
114 ext4_ext_put_cache(struct inode *ip, struct ext4_extent *ep, int type) in ext4_ext_put_cache()
129 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, in ext4_ext_find_extent()
H A Dext2fs_alloc.c80 ext2fs_alloc(struct inode *ip, u_int32_t lbn, u_int32_t bpref, in ext2fs_alloc()
137 struct inode *ip; in ext2fs_inode_alloc() local
220 ext2fs_blkpref(struct inode *ip, u_int32_t lbn, int baps, u_int32_t *bap) in ext2fs_blkpref()
263 ext2fs_hashalloc(struct inode *ip, int cg, u_int32_t pref, int size, in ext2fs_hashalloc()
312 ext2fs_alloccg(struct inode *ip, int cg, u_int32_t bpref, int size) in ext2fs_alloccg()
393 ext2fs_nodealloccg(struct inode *ip, int cg, ufsino_t ipref, int mode) in ext2fs_nodealloccg()
460 ext2fs_blkfree(struct inode *ip, u_int32_t bno) in ext2fs_blkfree()
/openbsd/sys/netinet/
H A Dip.h47 struct ip { struct
49 u_int ip_hl:4, /* header length */ argument
50 ip_v:4; /* version */ argument
53 u_int ip_v:4, /* version */ argument
54 ip_hl:4; /* header length */ argument
57 u_int16_t ip_len; /* total length */ argument
58 u_int16_t ip_id; /* identification */ argument
64 u_int8_t ip_ttl; /* time to live */ argument
65 u_int8_t ip_p; /* protocol */ argument
66 u_int16_t ip_sum; /* checksum */ argument
[all …]
/openbsd/sys/ufs/ufs/
H A Dufs_vnops.c95 struct inode *ip; in ufs_itimes() local
163 struct inode *ip; in ufs_mknod() local
237 struct inode *ip = VTOI(vp); in ufs_access() local
289 struct inode *ip = VTOI(vp); in ufs_getattr() local
583 struct inode *ip; in ufs_remove() local
616 struct inode *ip; in ufs_link() local
1094 struct inode *ip, *dp; in ufs_mkdir() local
1220 struct inode *ip, *dp; in ufs_rmdir() local
1295 struct inode *ip; in ufs_symlink() local
1485 struct inode *ip; in ufs_strategy() local
[all …]
H A Dufs_quota_stub.c19 getinoquota(struct inode *ip) { in getinoquota()
24 ufs_quota_alloc_blocks2(struct inode *ip, daddr_t change, in ufs_quota_alloc_blocks2()
30 ufs_quota_free_blocks2(struct inode *ip, daddr_t change, in ufs_quota_free_blocks2()
36 ufs_quota_alloc_inode2(struct inode *ip, struct ucred *cred, in ufs_quota_alloc_inode2()
42 ufs_quota_free_inode2(struct inode *ip, struct ucred *cred, in ufs_quota_free_inode2()
67 ufs_quota_delete(struct inode *ip) { in ufs_quota_delete()
H A Dufs_ihash.c85 struct inode *ip; in ufs_ihashlookup() local
110 struct inode *ip; in ufs_ihashget() local
132 ufs_ihashins(struct inode *ip) in ufs_ihashins()
164 ufs_ihashrem(struct inode *ip) in ufs_ihashrem()
H A Dinode.h145 #define UFS_TRUNCATE(ip, off, flags, cred) \ argument
148 #define UFS_UPDATE(ip, sync) \ argument
161 #define UFS_BUFATOFF(ip, offset, res, bpp) \ argument
268 #define DIP(ip, field) \ argument
272 #define DIP(ip, field) \ argument
277 #define DIP_OP(ip, field, op, value) \ argument
285 #define DIP_OP(ip, field, op, value) \ argument
297 #define SHORTLINK(ip) \ argument
301 #define SHORTLINK(ip) \ argument
317 #define ITOV(ip) ((ip)->i_vnode) argument
[all …]
H A Dufs_dirhash.c103 ufsdirhash_build(struct inode *ip) in ufsdirhash_build()
262 ufsdirhash_free(struct inode *ip) in ufsdirhash_free()
310 ufsdirhash_lookup(struct inode *ip, char *name, int namelen, doff_t *offp, in ufsdirhash_lookup()
479 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize) in ufsdirhash_findfree()
561 ufsdirhash_enduseful(struct inode *ip) in ufsdirhash_enduseful()
594 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_add()
639 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_remove()
671 ufsdirhash_move(struct inode *ip, struct direct *dirp, doff_t oldoff, in ufsdirhash_move()
700 ufsdirhash_newblk(struct inode *ip, doff_t offset) in ufsdirhash_newblk()
736 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) in ufsdirhash_dirtrunc()
[all …]
/openbsd/sys/miscfs/fuse/
H A Dfuse_vnops.c239 struct fusefs_node *ip; in fusefs_open() local
293 struct fusefs_node *ip; in fusefs_close() local
350 struct fusefs_node *ip; in fusefs_access() local
406 struct fusefs_node *ip; in fusefs_getattr() local
630 struct fusefs_node *ip; in fusefs_link() local
752 struct fusefs_node *ip; in fusefs_readdir() local
876 struct fusefs_node *ip; in fusefs_readlink() local
983 struct fusefs_node *ip; in fusefs_create() local
1042 struct fusefs_node *ip; in fusefs_mknod() local
1106 struct fusefs_node *ip; in fusefs_read() local
[all …]
H A Dfuse_file.c29 fusefs_file_open(struct fusefs_mnt *fmp, struct fusefs_node *ip, in fusefs_file_open()
56 fusefs_file_close(struct fusefs_mnt *fmp, struct fusefs_node * ip, in fusefs_file_close()
82 fusefs_fd_get(struct fusefs_node *ip, enum fufh_type type) in fusefs_fd_get()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec13.C8 void f(int* ip) {} in f()
20 void S1::f(int* ip) {} in f()
34 void S2<double>::f(int* ip) {} in f()
38 int* ip; in main() local
/openbsd/sys/ntfs/
H A Dntfs_vnops.c100 struct ntnode *ip = FTONT(fp); in ntfs_read() local
138 struct ntnode *ip = FTONT(fp); in ntfs_getattr() local
183 struct ntnode *ip = VTONT(vp); in ntfs_inactive() local
210 struct ntnode *ip = FTONT(fp); in ntfs_reclaim() local
238 struct ntnode *ip = VTONT(ap->a_vp); in ntfs_print() local
257 struct ntnode *ip = FTONT(fp); in ntfs_strategy() local
306 struct ntnode *ip = VTONT(vp); in ntfs_access() local
377 struct ntnode *ip = VTONT(vp); in ntfs_open() local
400 struct ntnode *ip = VTONT(vp); in ntfs_close() local
414 struct ntnode *ip = FTONT(fp); in ntfs_readdir() local
H A Dntfs_subr.c101 ntfs_findvattr(struct ntfsmount *ntmp, struct ntnode *ip, in ntfs_findvattr()
253 ntfs_loadntnode(struct ntfsmount *ntmp, struct ntnode *ip) in ntfs_loadntnode()
365 ntfs_ntget(struct ntnode *ip) in ntfs_ntget()
387 struct ntnode *ip; in ntfs_ntlookup() local
436 ntfs_ntput(struct ntnode *ip) in ntfs_ntput()
484 ntfs_ntref(struct ntnode *ip) in ntfs_ntref()
496 ntfs_ntrele(struct ntnode *ip) in ntfs_ntrele()
755 struct ntnode *ip = FTONT(fp); in ntfs_frele() local
828 struct ntnode *ip = FTONT(fp); in ntfs_ntlookupfile() local
1128 struct ntnode *ip = FTONT(fp); in ntfs_ntreaddir() local
[all …]
H A Dntfs_ihash.c101 struct ntnode *ip; in ntfs_nthashlookup() local
119 ntfs_nthashins(struct ntnode *ip) in ntfs_nthashins()
134 ntfs_nthashrem(struct ntnode *ip) in ntfs_nthashrem()
/openbsd/sys/ufs/ffs/
H A Dffs_inode.c66 ffs_update(struct inode *ip, int waitfor) in ffs_update()
381 #define BAP(ip, i) (((ip)->i_ump->um_fstype == UM_UFS2) ? bap2[i] : bap1[i]) argument
382 #define BAP_ASSIGN(ip, i, value) \ argument
390 #define BAP(ip, i) bap1[i] argument
391 #define BAP_ASSIGN(ip, i, value) do { bap1[i] = (value); } while (0) argument
404 ffs_indirtrunc(struct inode *ip, daddr_t lbn, daddr_t dbn, in ffs_indirtrunc()
H A Dffs_alloc.c99 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc()
170 ffs_realloccg(struct inode *ip, daddr_t lbprev, daddr_t bpref, int osize, in ffs_realloccg()
361 struct inode *ip; in ffs_inode_alloc() local
594 ffs1_blkpref(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs1_blkpref()
695 ffs2_blkpref(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs2_blkpref()
803 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, in ffs_hashalloc()
846 ffs_cgread(struct fs *fs, struct inode *ip, u_int cg) in ffs_cgread()
935 ffs_alloccg(struct inode *ip, u_int cg, daddr_t bpref, int size) in ffs_alloccg()
1025 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) in ffs_alloccgblk()
1085 ffs_nodealloccg(struct inode *ip, u_int cg, daddr_t ipref, int mode) in ffs_nodealloccg()
[all …]
/openbsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c85 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc()
143 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1()
181 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2()
232 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, in ffs_hashalloc()
281 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
365 ffs_alloccgblk(struct inode *ip, struct mkfsbuf *bp, daddr_t bpref) in ffs_alloccgblk()
/openbsd/usr.sbin/tcpdump/
H A Dprint-sl.c76 const struct ip *ip; in sl_if_print() local
122 const struct ip *ip; in sl_bsdos_if_print() local
156 sliplink_print(const u_char *p, const struct ip *ip, u_int length) in sliplink_print()
233 compressed_sl_print(const u_char *chdr, const struct ip *ip, in compressed_sl_print()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_node.c101 struct iso_node *ip; in cd9660_ihashget() local
123 cd9660_ihashins(struct iso_node *ip) in cd9660_ihashins()
152 cd9660_ihashrem(struct iso_node *ip) in cd9660_ihashrem()
179 struct iso_node *ip = VTOI(vp); in cd9660_inactive() local
207 struct iso_node *ip = VTOI(vp); in cd9660_reclaim() local

12345678910>>...17