Searched defs:avp (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c388 vnode_t *vp, *avp; local
413 error = VOP_LOOKUP(vp, "", &avp, NULL, flags, NULL, cr,
415 if (!error && avp == vp) { /* lookup of "" on old FS? */
417 VN_RELE(avp);
422 error = rfs4_delegated_getattr(avp, &va, 0, cr);
426 error = makefh(&resp->resok.fh, avp, exi);
428 VN_RELE(avp);
628 vnode_t *vp, *avp; local
654 error = VOP_LOOKUP(vp, "", &avp, NULL, flags, NULL, cr,
656 if (!error && avp
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c69 av1394_fcp_attach(av1394_inst_t *avp) argument
71 av1394_fcp_t *fcp = &avp->av_a.a_fcp;
77 if ((ret = av1394_fcp_ctl_register(avp)) != DDI_SUCCESS) {
83 if ((ret = av1394_fcp_ctl_alloc_cmd(avp)) != DDI_SUCCESS) {
84 av1394_fcp_cleanup(avp, 1);
90 if ((ret = av1394_fcp_tgt_register(avp)) != DDI_SUCCESS) {
91 av1394_fcp_cleanup(avp, 2);
97 if ((ret = av1394_fcp_tgt_alloc_cmd(avp)) != DDI_SUCCESS) {
98 av1394_fcp_cleanup(avp, 3);
113 av1394_fcp_detach(av1394_inst_t *avp) argument
123 av1394_fcp_write(av1394_inst_t *avp, iec61883_arq_t *arq, struct uio *uiop) argument
207 av1394_fcp_ctl_register(av1394_inst_t *avp) argument
224 av1394_fcp_tgt_register(av1394_inst_t *avp) argument
241 av1394_fcp_ctl_alloc_cmd(av1394_inst_t *avp) argument
256 av1394_fcp_ctl_free_cmd(av1394_inst_t *avp) argument
269 av1394_fcp_tgt_alloc_cmd(av1394_inst_t *avp) argument
284 av1394_fcp_tgt_free_cmd(av1394_inst_t *avp) argument
297 av1394_fcp_cleanup(av1394_inst_t *avp, int level) argument
329 av1394_fcp_cmd_write_sync(av1394_inst_t *avp, av1394_fcp_cmd_t *fc) argument
379 av1394_inst_t *avp = cmd->cmd_callback_arg; local
410 av1394_inst_t *avp = req->cmd_callback_arg; local
439 av1394_inst_t *avp = req->cmd_callback_arg; local
462 av1394_inst_t *avp = req->cmd_callback_arg; local
[all...]
H A Dav1394_cfgrom.c51 #define AV1394_CFGROM_RQ(avp, cmd, addr, valp) \
52 if ((ret = av1394_cfgrom_rq(avp, cmd, addr, valp)) != 0) { \
63 av1394_cfgrom_init(av1394_inst_t *avp) argument
65 av1394_cfgrom_t *crp = &avp->av_a.a_cfgrom;
66 ddi_iblock_cookie_t ibc = avp->av_attachinfo.iblock_cookie;
77 av1394_cfgrom_fini(av1394_inst_t *avp) argument
79 av1394_cfgrom_t *crp = &avp->av_a.a_cfgrom;
89 av1394_cfgrom_close(av1394_inst_t *avp) argument
91 av1394_cfgrom_t *crp = &avp->av_a.a_cfgrom;
97 av1394_cfgrom_unparse_rom(avp);
105 av1394_ioctl_node_get_bus_name(av1394_inst_t *avp, void *arg, int mode) argument
135 av1394_ioctl_node_get_uid(av1394_inst_t *avp, void *arg, int mode) argument
168 av1394_ioctl_node_get_text_leaf(av1394_inst_t *avp, void *arg, int mode) argument
299 av1394_cfgrom_parse_rom(av1394_inst_t *avp) argument
351 av1394_cfgrom_parse_dir(av1394_inst_t *avp, cmd1394_cmd_t *cmd, av1394_cfgrom_parse_arg_t *pa) argument
429 av1394_cfgrom_add_text_leaf(av1394_inst_t *avp, av1394_cfgrom_parsed_dir_t *pd, uint64_t addr, uint32_t desc_entry) argument
445 av1394_cfgrom_unparse_rom(av1394_inst_t *avp) argument
485 av1394_cfgrom_read_leaf(av1394_inst_t *avp, uint64_t leaf_addr, mblk_t **bpp) argument
544 av1394_cfgrom_rq(av1394_inst_t *avp, cmd1394_cmd_t *cmd, uint64_t addr, uint32_t *rval) argument
[all...]
H A Dav1394_cmp.c72 av1394_cmp_init(av1394_inst_t *avp) argument
74 av1394_cmp_t *cmp = &avp->av_i.i_cmp;
75 ddi_iblock_cookie_t ibc = avp->av_attachinfo.iblock_cookie;
80 ret = t1394_cmp_register(avp->av_t1394_hdl, NULL, 0);
91 av1394_cmp_fini(av1394_inst_t *avp) argument
95 av1394_cmp_cleanup(avp);
101 av1394_cmp_bus_reset(av1394_inst_t *avp) argument
103 av1394_cmp_t *cmp = &avp->av_i.i_cmp;
133 av1394_cmp_close(av1394_inst_t *avp) argument
135 av1394_cmp_t *cmp = &avp
157 av1394_ioctl_plug_init(av1394_inst_t *avp, void *arg, int mode) argument
198 av1394_ioctl_plug_fini(av1394_inst_t *avp, void *arg, int mode) argument
226 av1394_ioctl_plug_reg_read(av1394_inst_t *avp, void *arg, int mode) argument
275 av1394_ioctl_plug_reg_cas(av1394_inst_t *avp, void *arg, int mode) argument
332 av1394_cmp_cleanup(av1394_inst_t *avp) argument
356 av1394_ioctl_plug_init_local(av1394_inst_t *avp, iec61883_plug_init_t *pip) argument
419 av1394_ioctl_plug_init_remote(av1394_inst_t *avp, iec61883_plug_init_t *pip) argument
448 av1394_pcr_init(av1394_inst_t *avp, int idx, uint32_t val) argument
473 av1394_pcr_fini(av1394_inst_t *avp, int idx) argument
486 av1394_pcr_alloc_addr(av1394_inst_t *avp, uint64_t addr, t1394_addr_handle_t *hdlp) argument
520 av1394_pcr_free_addr(av1394_inst_t *avp, t1394_addr_handle_t *hdlp) argument
640 av1394_inst_t *avp = req->cmd_callback_arg; local
676 av1394_inst_t *avp = req->cmd_callback_arg; local
722 av1394_pcr_remote_read(av1394_inst_t *avp, int ph, uint32_t *valp) argument
756 av1394_pcr_remote_cas(av1394_inst_t *avp, int ph, uint32_t *old_valuep, uint32_t data_value, uint32_t arg_value) argument
[all...]
H A Dav1394_async.c67 av1394_async_attach(av1394_inst_t *avp) argument
69 av1394_async_t *ap = &avp->av_a;
70 ddi_iblock_cookie_t ibc = avp->av_attachinfo.iblock_cookie;
77 if (av1394_fcp_attach(avp) != DDI_SUCCESS) {
78 av1394_async_cleanup(avp, 1);
83 if (av1394_cfgrom_init(avp) != DDI_SUCCESS) {
84 av1394_async_cleanup(avp, 2);
89 if (av1394_async_create_minor_node(avp) != DDI_SUCCESS) {
90 av1394_async_cleanup(avp, 3);
95 if (av1394_async_update_targetinfo(avp) !
106 av1394_async_detach(av1394_inst_t *avp) argument
116 av1394_async_bus_reset(av1394_inst_t *avp) argument
145 av1394_async_cpr_resume(av1394_inst_t *avp) argument
158 av1394_async_reconnect(av1394_inst_t *avp) argument
168 av1394_async_open(av1394_inst_t *avp, int flag) argument
188 av1394_async_close(av1394_inst_t *avp, int flag) argument
208 av1394_async_read(av1394_inst_t *avp, struct uio *uiop) argument
293 av1394_async_write(av1394_inst_t *avp, struct uio *uiop) argument
325 av1394_async_ioctl(av1394_inst_t *avp, int cmd, intptr_t arg, int mode, int *rvalp) argument
355 av1394_async_poll(av1394_inst_t *avp, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
384 av1394_async_putq_rq(av1394_inst_t *avp, mblk_t *mp) argument
412 av1394_async_cleanup(av1394_inst_t *avp, int level) argument
439 av1394_async_create_minor_node(av1394_inst_t *avp) argument
458 av1394_async_remove_minor_node(av1394_inst_t *avp) argument
468 av1394_async_update_targetinfo(av1394_inst_t *avp) argument
519 av1394_ioctl_arq_get_ibuf_size(av1394_inst_t *avp, void *arg, int mode) argument
539 av1394_ioctl_arq_set_ibuf_size(av1394_inst_t *avp, void *arg, int mode) argument
[all...]
H A Dav1394.c197 av1394_inst_t *avp; local
205 if ((avp = AV1394_INST2STATE(instance)) == NULL) {
208 return (av1394_cpr_resume(avp));
220 avp = AV1394_INST2STATE(instance);
222 if (av1394_t1394_attach(avp, dip) != DDI_SUCCESS) {
223 av1394_cleanup(avp, 1);
228 mutex_init(&avp->av_mutex, NULL, MUTEX_DRIVER,
229 avp->av_attachinfo.iblock_cookie);
232 avp->av_dip = dip;
233 avp
268 av1394_inst_t *avp; local
298 av1394_inst_t *avp; local
323 av1394_inst_t *avp = AV1394_DEV2STATE(*dev); local
342 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
361 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
380 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
399 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
419 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
434 av1394_inst_t *avp = AV1394_DEV2STATE(dev); local
454 av1394_cleanup(av1394_inst_t *avp, int level) argument
480 av1394_t1394_attach(av1394_inst_t *avp, dev_info_t *dip) argument
499 av1394_t1394_detach(av1394_inst_t *avp) argument
509 av1394_add_events(av1394_inst_t *avp) argument
562 av1394_remove_events(av1394_inst_t *avp) argument
588 av1394_cpr_suspend(av1394_inst_t *avp) argument
611 av1394_cpr_resume(av1394_inst_t *avp) argument
634 av1394_inst_t *avp = arg; local
657 av1394_inst_t *avp = arg; local
677 av1394_inst_t *avp = arg; local
[all...]
H A Dav1394_isoch.c82 av1394_isoch_attach(av1394_inst_t *avp) argument
84 av1394_isoch_t *ip = &avp->av_i;
85 ddi_iblock_cookie_t ibc = avp->av_attachinfo.iblock_cookie;
92 if (av1394_isoch_create_minor_node(avp) != DDI_SUCCESS) {
94 av1394_isoch_cleanup(avp, 1);
99 if (ddi_add_softintr(avp->av_dip, DDI_SOFTINT_LOW, &ip->i_softintr_id,
100 0, 0, av1394_isoch_softintr, (caddr_t)avp) != DDI_SUCCESS) {
102 av1394_isoch_cleanup(avp, 2);
107 if (av1394_cmp_init(avp) != DDI_SUCCESS) {
109 av1394_isoch_cleanup(avp,
122 av1394_isoch_detach(av1394_inst_t *avp) argument
132 av1394_isoch_cpr_suspend(av1394_inst_t *avp) argument
163 av1394_isoch_close(av1394_inst_t *avp, int flag) argument
177 av1394_isoch_read(av1394_inst_t *avp, struct uio *uiop) argument
205 av1394_isoch_write(av1394_inst_t *avp, struct uio *uiop) argument
233 av1394_isoch_ioctl(av1394_inst_t *avp, int cmd, intptr_t arg, int mode, int *rvalp) argument
276 av1394_isoch_devmap(av1394_inst_t *avp, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t model) argument
315 av1394_isoch_create_minor_node(av1394_inst_t *avp) argument
334 av1394_isoch_remove_minor_node(av1394_inst_t *avp) argument
344 av1394_isoch_cleanup(av1394_inst_t *avp, int level) argument
373 av1394_isoch_find_seg(av1394_inst_t *avp, offset_t off, size_t len) argument
431 av1394_isoch_autorecv_init(av1394_inst_t *avp, av1394_ic_t **icpp) argument
457 av1394_isoch_autoxmit_init(av1394_inst_t *avp, av1394_ic_t **icpp, struct uio *uiop) argument
535 av1394_ioctl_isoch_init(av1394_inst_t *avp, void *arg, int mode) argument
587 av1394_ioctl_isoch_handle2ic(av1394_inst_t *avp, void *arg) argument
606 av1394_ioctl_isoch_fini(av1394_inst_t *avp, void *arg, int mode) argument
622 av1394_ioctl_start(av1394_inst_t *avp, void *arg, int mode) argument
639 av1394_ioctl_stop(av1394_inst_t *avp, void *arg, int mode) argument
655 av1394_ioctl_recv(av1394_inst_t *avp, void *arg, int mode) argument
697 av1394_ioctl_xmit(av1394_inst_t *avp, void *arg, int mode) argument
741 av1394_inst_t *avp = (av1394_inst_t *)arg; local
[all...]
H A Dav1394_isoch_chan.c40 static void av1394_ic_set_params(av1394_inst_t *avp,
66 av1394_ic_close(av1394_inst_t *avp, int flags) argument
68 av1394_isoch_t *ip = &avp->av_i;
92 av1394_ic_init(av1394_inst_t *avp, iec61883_isoch_init_t *ii, argument
95 av1394_isoch_t *ip = &avp->av_i;
101 ddi_iblock_cookie_t ibc = avp->av_attachinfo.iblock_cookie;
120 av1394_ic_set_params(avp, ii, icp, -1);
212 av1394_inst_t *avp = icp->ic_avp; local
213 av1394_isoch_t *ip = &avp->av_i;
331 av1394_ic_set_params(av1394_inst_t *avp, iec61883_isoch_init_ argument
374 av1394_inst_t *avp = icp->ic_avp; local
400 av1394_inst_t *avp = icp->ic_avp; local
520 av1394_inst_t *avp = icp->ic_avp; local
[all...]
H A Dav1394_isoch_recv.c133 av1394_inst_t *avp = icp->ic_avp; local
155 err = t1394_start_isoch_dma(avp->av_t1394_hdl, icp->ic_isoch_hdl,
174 av1394_inst_t *avp = icp->ic_avp; local
181 t1394_stop_isoch_dma(avp->av_t1394_hdl, icp->ic_isoch_hdl, 0);
579 av1394_inst_t *avp = icp->ic_avp; local
594 if ((ret = t1394_alloc_isoch_dma(avp->av_t1394_hdl, &di, 0,
607 av1394_inst_t *avp = icp->ic_avp; local
611 t1394_free_isoch_dma(avp->av_t1394_hdl, 0, &icp->ic_isoch_hdl);
666 av1394_inst_t *avp = icp->ic_avp; local
695 err = t1394_update_isoch_dma(avp
717 av1394_inst_t *avp = icp->ic_avp; local
[all...]
H A Dav1394_isoch_xmit.c176 av1394_inst_t *avp = icp->ic_avp; local
184 err = t1394_start_isoch_dma(avp->av_t1394_hdl, icp->ic_isoch_hdl,
201 av1394_inst_t *avp = icp->ic_avp; local
209 t1394_stop_isoch_dma(avp->av_t1394_hdl, icp->ic_isoch_hdl, 0);
270 av1394_inst_t *avp = icp->ic_avp; local
272 av1394_isoch_autoxmit_t *axp = &avp->av_i.i_autoxmit;
734 av1394_inst_t *avp = icp->ic_avp; local
757 if ((ret = t1394_alloc_isoch_dma(avp->av_t1394_hdl, &di, 0,
770 av1394_inst_t *avp = icp->ic_avp; local
774 t1394_free_isoch_dma(avp
872 av1394_inst_t *avp = icp->ic_avp; local
923 av1394_inst_t *avp = icp->ic_avp; local
[all...]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c212 apic_interrupt_dump(apic_irq_t *irqp, struct av_head *avp, argument
262 (void) mdb_snprintf(ipl, 3, "%d", avp->avh_hi_pri);
281 (uintptr_t)avp->avh_link);
308 (uintptr_t)avp->avh_link) != -1)
316 struct autovec *avp, ushort_t *evtchnp, char level)
377 if (avp->av_vector == NULL) {
378 if (mdb_vread(avp, sizeof (struct autovec),
379 (uintptr_t)avp->av_link) == -1)
385 (void) mdb_snprintf(ipl, 3, "%d", avp->av_prilevel);
396 interrupt_print_isr((uintptr_t)avp
315 apix_interrupt_dump(apix_vector_t *vectp, apic_irq_t *irqp, struct autovec *avp, ushort_t *evtchnp, char level) argument
410 apix_interrupt_ipi_dump(apix_vector_t *vectp, struct autovec *avp, ushort_t *evtchnp) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c353 struct anch_vol_desc_ptr *avp; local
365 avp = (struct anch_vol_desc_ptr *)avdbuf;
366 tp = &avp->avd_tag;
383 main_vdbuf = malloc(avp->avd_main_vdse.ext_len);
384 res_vdbuf = malloc(avp->avd_res_vdse.ext_len);
390 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc,
391 avp->avd_res_vdse.ext_loc);
392 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc),
393 avp
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c181 struct vnode *avp; local
199 * avp is the existing /devices, the same as the mount point.
201 avp = mvp;
212 dv->dv_attrvp = avp; /* attribute root vp */
H A Ddevfs_vnops.c609 * Let avp handle security attributes (acl's).
616 struct vnode *avp; local
624 avp = dv->dv_attrvp;
627 if (avp == NULL) {
633 error = VOP_GETSECATTR(avp, vsap, flags, cr, ct);
650 struct vnode *avp; local
673 if ((avp = dv->dv_attrvp) == NULL) {
685 (void) VOP_RWLOCK(avp, V_WRITELOCK_TRUE, NULL);
686 error = VOP_SETSECATTR(avp, vsap, flags, cr, ct);
688 VOP_RWUNLOCK(avp, V_WRITELOCK_TRU
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c77 apix_insert_pending_av(apix_impl_t *apixp, struct autovec *avp, int ipl) argument
82 avp->av_ipl_link = NULL;
84 head[ipl] = tail[ipl] = avp;
88 tail[ipl]->av_ipl_link = avp;
89 tail[ipl] = avp;
102 struct autovec *avp = head[ipl]; local
104 if (avp == NULL)
107 if (avp->av_vector != NULL && avp->av_prilevel < cpu->cpu_base_spl) {
112 apixp->x_intr_pending |= (1 << avp
814 struct autovec *avp; local
[all...]
H A Dapix_utils.c484 struct autovec *avp = vecp->v_autovect; local
487 ASSERT(avp != NULL);
494 ASSERT(avp->av_vector != NULL && avp->av_dip != NULL);
500 if (i_ddi_intr_get_current_nenables(avp->av_dip) == 1) {
501 apic_pci_msi_disable_mode(avp->av_dip,
506 ASSERT(avp->av_vector != NULL && avp->av_dip != NULL);
511 apic_pci_msi_unconfigure(avp->av_dip, DDI_INTR_TYPE_MSIX,
516 if (i_ddi_intr_get_current_nenables(avp
553 struct autovec *avp = vecp->v_autovect; local
648 struct autovec *avp; local
1066 struct autovec *avp; local
1500 struct autovec *avp; local
1837 struct autovec *avp; local
[all...]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c193 struct vnode *avp; local
239 UIO_USERSPACE, FOLLOW, NULLVPP, &avp)) {
246 if (avp->v_type != VDIR) {
247 VN_RELE(avp);
253 avp = mvp;
254 VN_HOLD(avp);
268 VN_RELE(avp);
297 dv->sdev_attrvp = avp;
316 VN_RELE(avp);
324 dv = sdev_mkroot(vfsp, devdev, mvp, avp, c
[all...]
H A Dsdev_vnops.c494 struct vnode *avp = dv->sdev_attrvp; local
496 if (avp == NULL) {
507 (void) VOP_RWLOCK(avp, 1, ct);
508 error = VOP_GETSECATTR(avp, vsap, flags, cr, ct);
509 VOP_RWUNLOCK(avp, 1, ct);
519 struct vnode *avp = dv->sdev_attrvp; local
524 if (avp == NULL) {
547 avp = dv->sdev_attrvp;
549 ASSERT(avp);
551 (void) VOP_RWLOCK(avp, V_WRITELOCK_TRU
642 struct vnode *avp; local
[all...]
H A Dsdev_profile.c145 vattr_t *vap, vnode_t *avp, void *arg, cred_t *cred)
169 rv = sdev_nodeready(*newdv, vap, avp, arg, cred);
196 struct vnode *avp, *gnewdir = NULL; local
223 prof_getattr(dir, name, gnewdir, &vattr, &avp, NULL);
227 error = prof_mknode(dir, name, &newdv, &vattr, avp, (void *)*gdirp,
250 struct vnode *avp, *gdv, *gddv; local
284 prof_getattr(dir, rename, gdv, &vattr, &avp, NULL);
292 if (prof_mknode(dir, rename, &newdv, &vattr, avp,
144 prof_mknode(struct sdev_node *dir, char *name, struct sdev_node **newdv, vattr_t *vap, vnode_t *avp, void *arg, cred_t *cred) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c1167 uint_t flags, mdb_argvec_t *avp, mdb_addrvec_t *adp, mdb_vcb_t *vcbs)
1201 argc = avp->a_nelems;
1203 bcopy(avp->a_data, argv, sizeof (mdb_arg_t) * argc);
1166 mdb_call_idcmd(mdb_idcmd_t *idcp, uintmax_t addr, uintmax_t count, uint_t flags, mdb_argvec_t *avp, mdb_addrvec_t *adp, mdb_vcb_t *vcbs) argument
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1101 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp) argument
1125 AUX(*avp, AT_SUN_LDNAME, rtld);
1152 AUX(*avp, AT_SUN_LDELF, ehdr);
1153 AUX(*avp, AT_SUN_LDSHDR, shdrs);
1253 iload64(char *rtld, Elf64_Phdr *thdr, Elf64_Phdr *dhdr, auxv64_t **avp) argument
1276 AUX64(*avp, AT_SUN_LDNAME, (uintptr_t)rtld);
1310 AUX64(*avp, AT_SUN_LDELF, (uintptr_t)ehdr);
1311 AUX64(*avp, AT_SUN_LDSHDR, (uintptr_t)shdrs);
1313 AUX64(*avp, AT_SUN_LDELF, ehdr);
1314 AUX64(*avp, AT_SUN_LDSHD
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c354 opromioctl_cb(void *avp, int has_changed) argument
356 struct opromioctl_args *argp = avp;
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c192 ioctl_cmd(vnode_t *avp, int cmd, void *data, int datasize, int *bytecnt) argument
202 rval = kstr_ioctl(avp, I_STR, (intptr_t)&ios);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c619 struct anch_vol_desc_ptr *avp; local
880 avp = (struct anch_vol_desc_ptr *)buf;
881 tp = &avp->avd_tag;
888 setextad(&avp->avd_main_vdse,
890 setextad(&avp->avd_res_vdse,
1393 struct anch_vol_desc_ptr *avp; local
1397 avp = (struct anch_vol_desc_ptr *)malloc(sectorsize);
1398 rdfs(FIRSTAVDP, sectorsize, (char *)avp);
1399 tp = (struct tag *)avp;
1403 main_vdbuf = malloc(avp
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c674 char **avp; local
723 avp = av;
933 if (avp >= &av[MAXATOM])
943 *avp++ = tok;
946 *avp = NULL;
974 ** For each rewrite rule, 'avp' points the address vector we
977 ** MATCHONE, MATCHCLASS, MATCHNCLASS) then the address in avp
980 ** When a match between avp & pvp does not match, we try to
1023 register char **avp; /* address vector pointer */ local
1105 avp
1686 char **avp; local
[all...]

Completed in 221 milliseconds

12