Searched refs:ap (Results 1 - 25 of 2678) sorted by last modified time

1234567891011>>

/netbsd-current/sys/fs/udf/
H A Dudf_rename.c108 } */ *ap = v; local
110 return genfs_insane_rename(ap, &udf_sane_rename);
/netbsd-current/sys/arch/vax/vax/
H A Dmachdep.c460 regs->ap = tf->tf_ap;
474 tf->tf_ap = regs->ap;
/netbsd-current/lib/libedit/
H A Deln.c107 va_list ap; local
112 va_start(ap, op);
117 el_pfunc_t p = va_arg(ap, el_pfunc_t);
123 el_zfunc_t p = va_arg(ap, el_zfunc_t);
124 void *arg = va_arg(ap, void *);
130 el_afunc_t p = va_arg(ap, el_afunc_t);
131 void *arg = va_arg(ap, void *);
138 el_pfunc_t p = va_arg(ap, el_pfunc_t);
139 int c = va_arg(ap, int);
146 ret = el_wset(el, op, va_arg(ap, cha
277 va_list ap; local
[all...]
/netbsd-current/sys/coda/
H A Dcoda_vnops.c225 struct vop_open_args *ap = v; local
226 vnode_t *vp = ap->a_vp;
228 int flag = ap->a_mode & (~O_EXCL);
229 kauth_cred_t cred = ap->a_cred;
312 struct vop_close_args *ap = v; local
313 vnode_t *vp = ap->a_vp;
315 int flag = ap->a_fflag;
316 kauth_cred_t cred = ap->a_cred;
375 struct vop_read_args *ap = v; local
378 return(coda_rdwr(ap
385 struct vop_write_args *ap = v; local
500 struct vop_ioctl_args *ap = v; local
582 struct vop_getattr_args *ap = v; local
633 struct vop_setattr_args *ap = v; local
665 struct vop_access_args *ap = v; local
717 } */ *ap = v; local
730 struct vop_readlink_args *ap = v; local
781 struct vop_fsync_args *ap = v; local
834 struct vop_inactive_v2_args *ap = v; local
878 struct vop_lookup_v2_args *ap = v; local
991 struct vop_create_v3_args *ap = v; local
1078 struct vop_remove_v3_args *ap = v; local
1151 struct vop_link_v2_args *ap = v; local
1223 struct vop_rename_args *ap = v; local
1317 struct vop_mkdir_v3_args *ap = v; local
1387 struct vop_rmdir_v2_args *ap = v; local
1453 struct vop_symlink_v3_args *ap = v; local
1537 struct vop_readdir_args *ap = v; local
1684 struct vop_bmap_args *ap = v; local
1709 struct vop_strategy_args *ap = v; local
1723 struct vop_reclaim_v2_args *ap = v; local
1777 struct vop_lock_args *ap = v; local
1797 struct vop_unlock_args *ap = v; local
1824 struct vop_pathconf_args *ap = v; local
1977 } */ *ap = v; local
2108 } */ *ap = v; local
[all...]
/netbsd-current/usr.bin/xlint/xlint/
H A Dxlint.c221 va_list ap; local
223 va_start(ap, fmt);
224 (void)vfprintf(stderr, fmt, ap);
225 va_end(ap);
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c260 va_list ap; local
263 va_start(ap, fmt);
264 (void)vsnprintf(buf, sizeof(buf), fmt, ap);
265 va_end(ap);
H A Demit2.c96 for (type_t **ap = tp->t_args; *ap != NULL; ap++)
101 for (type_t **ap = tp->t_args; *ap != NULL; ap++)
102 outtype(*ap);
H A Dchk.c587 * Compare the types in the NULL-terminated array ap with the format
591 printflike(const hte_t *hte, fcall_t *call, int n, const char *fmt, type_t **ap) argument
604 if (*ap != NULL)
651 if ((tp = *ap++) == NULL) {
670 if ((tp = *ap++) == NULL) {
709 if ((tp = *ap++) == NULL) {
814 * Compare the types in the NULL-terminated array ap with the format
818 scanflike(const hte_t *hte, fcall_t *call, int n, const char *fmt, type_t **ap) argument
831 if (*ap != NULL)
874 if ((tp = *ap
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Derr.c537 verror_at(int msgid, const pos_t *pos, va_list ap) argument
546 (void)vfprintf(out, msgs[msgid], ap);
553 vwarning_at(int msgid, const pos_t *pos, va_list ap) argument
567 (void)vfprintf(out, msgs[msgid], ap);
574 vmessage_at(int msgid, const pos_t *pos, va_list ap) argument
583 (void)vfprintf(out, msgs[msgid], ap);
591 va_list ap; local
593 va_start(ap, pos);
594 verror_at(msgid, pos, ap);
595 va_end(ap);
601 va_list ap; local
638 va_list ap; local
648 va_list ap; local
658 va_list ap; local
668 va_list ap; local
685 va_list ap; local
698 va_list ap; local
710 va_list ap; local
[all...]
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vnops.c315 } */ *ap = v; local
316 struct vnode *vp = ap->a_vp;
335 p2, pfs, KAUTH_ARG(M2K(ap->a_mode)), NULL);
346 if (((pfs->pfs_flags & FWRITE) && (ap->a_mode & O_EXCL)) ||
347 ((pfs->pfs_flags & O_EXCL) && (ap->a_mode & FWRITE))) {
357 if (ap->a_mode & FWRITE)
358 pfs->pfs_flags = ap->a_mode & (FWRITE|O_EXCL);
392 } */ *ap = v; local
393 struct pfsnode *pfs = VTOPFS(ap->a_vp);
397 if ((ap
423 } */ *ap = v; local
446 } */ *ap = v; local
473 } */ *ap = v; local
513 } */ *ap = v; local
610 } */ *ap = v; local
956 } */ *ap = v; local
996 } */ *ap = v; local
1315 } */ *ap = v; local
1669 struct vop_readlink_args *ap = v; local
1797 } */ *ap = v; local
[all...]
H A Dprocfs_subr.c143 struct vop_read_args *ap = v; local
144 struct vnode *vp = ap->a_vp;
145 struct uio *uio = ap->a_uio;
/netbsd-current/sys/kern/
H A Dkern_module.c163 va_list ap; local
165 va_start(ap, fmt);
167 vprintf(fmt, ap);
169 va_end(ap);
180 va_list ap; local
183 va_start(ap, fmt);
185 vprintf(fmt, ap);
187 va_end(ap);
/netbsd-current/sys/fs/adosfs/
H A Dadvnops.c135 struct anode *ap; local
142 ap = VTOA(sp->a_vp);
143 amp = ap->amp;
145 vap->va_uid = ap->uid;
146 vap->va_gid = ap->gid;
149 ap->mtime.days * 24 * 60 * 60 + ap->mtime.mins * 60 +
150 ap->mtime.ticks / 50 + (8 * 365 + 2) * 24 * 60 * 60;
155 vap->va_fileid = ap->block;
157 vap->va_mode = adunixprot(ap
201 struct anode *ap; local
350 struct anode *ap; local
401 struct anode *ap; local
545 struct anode *pap, *ap; local
703 adosfs_check_possible(struct vnode *vp, struct anode *ap, accmode_t accmode) argument
726 adosfs_check_permitted(struct vnode *vp, struct anode *ap, accmode_t accmode, kauth_cred_t cred) argument
744 struct anode *ap; local
780 struct anode *ap; local
825 struct anode *ap; local
856 } */ *ap = v; local
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_display.c467 struct acpi_pci_info *ap; local
474 ap = ad->ad_pciinfo;
476 if (ap == NULL)
479 if ((ap->ap_flags & ACPI_PCI_INFO_DEVICE) == 0)
482 if (ap->ap_function == 0xffff)
485 KASSERT(ap->ap_bus < 256);
486 KASSERT(ap->ap_device < 32);
487 KASSERT(ap->ap_function < 8);
494 tag = pci_make_tag(aa->aa_pc, ap->ap_bus,
495 ap
[all...]
/netbsd-current/usr.bin/make/
H A Dmain.c722 va_list ap; local
724 va_start(ap, fmt);
725 vsnprintf(path = buf, MAXPATHLEN, fmt, ap);
726 va_end(ap);
1809 va_list ap; local
1819 va_start(ap, fmt);
1820 (void)vfprintf(f, fmt, ap);
1821 va_end(ap);
1841 va_list ap; local
1848 va_start(ap, fm
1870 va_list ap; local
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dsd.c192 va_list ap; local
196 va_start(ap, f);
197 ctlr = va_arg(ap, int);
198 unit = va_arg(ap, int);
199 part = va_arg(ap, int);
200 va_end(ap);
/netbsd-current/lib/libm/arch/vax/
H A Dn_support.S57 movq 4(%ap),%r0 # load x into %r0
60 bicw3 $0x7fff,12(%ap),%r2 # copy the sign bit of y into %r2
67 movl 4(%ap),%r0 # load x into %r0
70 bicw3 $0x7fff,8(%ap),%r2 # copy the sign bit of y into %r2
80 cvtfd 4(%ap),-(%sp)
90 bicl3 $0xffff807f,4(%ap),%r0 # mask off the exponent of x
96 Ln: movq 4(%ap),%r0 # %r0:1 = x (zero or reserved op)
111 bicw3 $0x7f,4(%ap),%r0 # mask off the mantissa
142 movq 4(%ap),%r0
145 movq 12(%ap),
[all...]
H A Dn_tan.S53 movq 4(%ap),%r0
99 cvtfd 4(%ap),-(%sp)
H A Dn_sqrt.S54 movq *4(%ap),%r0
59 movq 4(%ap),%r0
129 cvtfd 4(%ap),-(%sp)
H A Dn_sincos.S51 cvtfd 4(%ap),-(%sp)
62 movq 4(%ap),%r0
93 cvtfd 4(%ap),-(%sp)
104 movq 4(%ap),%r0
H A Dn_scalbn.S43 cvtfd 4(%ap), %r0
44 movl 8(%ap), %r2
50 movd 4(%ap), %r0
51 movl 12(%ap), %r2
82 jbc $15, 4(%ap), 5f /* if clear, don't set sign-bit */
H A Dn_infnan.S50 cmpl 4(%ap),$ERANGE
H A Dn_cbrt.S44 cvtfd 4(%ap),-(%sp)
56 movq 4(%ap),%r0 # %r0 = argument x
61 movq *4(%ap),%r0 # %r0 = argument x
65 bicw3 $0x7fff,%r0,%ap # ap has sign(x)
66 xorw2 %ap,%r0 # %r0 is abs(x)
92 bisw2 %ap,%r0 # restore the sign bit
H A Dn_cabs.S40 * argument for complex absolute value by reference, *4(%ap)
41 * argument for cabs and hypot (C fcns) by value, 4(%ap)
51 cvtfd 4(%ap),-(%sp)
65 movq 4(%ap),%r0 # %r0:1 = x
66 movq 12(%ap),%r2 # %r2:3 = y
72 movl 4(%ap),%r2 # indirect addressing is necessary here
111 movl *4(%ap),%r4 # %r4 -> (u,v), if x or y is reserved
H A Dn_atan2.S78 cvtfd 4(%ap),-(%sp)
89 movq 4(%ap),%r2 # %r2 = y
90 movq 12(%ap),%r4 # %r4 = x

Completed in 255 milliseconds

1234567891011>>