/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 77 struct protent *protp; in demand_conf() local 105 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_conf() 106 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf() 107 if (!((*protp->demand_conf)(0))) in demand_conf() 108 fatal("unable to set demand configuration on %s", protp->name); in demand_conf() 119 struct protent *protp; in demand_block() local 121 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_block() 122 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_block() 123 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block() 124 fatal("unable to enable queuing for %s", protp->name); in demand_block() [all …]
|
H A D | auth.c | 482 struct protent *protp; local 490 for (i = 0; (protp = protocols[i]) != NULL; ++i) { 491 if (!protp->enabled_flag) 493 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) 494 (*protp->lowerdown)(unit); 495 if (protp->protocol < 0xC000 && protp->close != NULL) 496 (*protp->close)(unit, "LCP down"); 517 struct protent *protp; local 522 for (i = 0; (protp = protocols[i]) != NULL; ++i) 523 if (protp->protocol != PPP_LCP && protp->enabled_flag [all …]
|
H A D | utils.c | 537 struct protent *protp; local 543 for (i = 0; (protp = protocols[i]) != NULL; ++i) 544 if (proto == protp->protocol) 546 if (protp != NULL) { 547 printer(arg, "[%s", protp->name); 548 n = (*protp->printpkt)(p, len, printer, arg); 553 for (i = 0; (protp = protocols[i]) != NULL; ++i) 554 if (proto == (protp->protocol & ~0x8000)) 556 if (protp != NULL && protp->data_name != NULL) { 557 printer(arg, "[%s data] %8.*B", protp->data_name, len, p);
|
H A D | main.c | 303 struct protent *protp; local 357 for (i = 0; (protp = protocols[i]) != NULL; ++i) { 358 (*protp->init)(0); 359 if (protp->options != NULL) { 360 add_options(protp->options); 436 for (i = 0; (protp = protocols[i]) != NULL; ++i) 437 if (protp->enabled_flag && protp->check_options != NULL) 438 (*protp->check_options)(); 1396 struct protent *protp; in get_input() local 1450 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in get_input() [all …]
|
H A D | lcp.c | 740 struct protent *protp; local 763 for (i = 0; (protp = protocols[i]) != NULL; ++i) 764 if (protp->protocol == prot && protp->enabled_flag) { 765 (*protp->protrej)(f->unit);
|
/titanic_41/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 56 uint_t *protp, struct page **plarr, size_t plsz, struct seg *seg, 66 uint_t *protp, page_t **plarr, size_t plsz, 70 uint_t *protp, page_t **plarr, size_t plsz, page_t *conpp, 111 uint_t *protp, in swap_getpage() argument 127 return (pvn_getpages(swap_getapage, vp, (u_offset_t)off, len, protp, in swap_getpage() 140 uint_t *protp, in swap_getapage() argument 170 if (protp != NULL) in swap_getapage() 171 *protp = PROT_ALL; in swap_getapage() 311 uint_t *protp, in swap_getconpage() argument 330 ASSERT(protp == NULL); in swap_getconpage() [all …]
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_extvnops.c | 87 uint_t protp = PROT_ALL; in ufs_rdwr_data() local 90 &protp); in ufs_rdwr_data() 260 uint_t protp = PROT_ALL; in ufs_alloc_data() local 267 error = ufs_lockfs_begin_getpage(ufsvfsp, &ulp, segkmap, 0, &protp); in ufs_alloc_data()
|
H A D | ufs_lockfs.c | 1688 uint_t *protp) in ufs_lockfs_begin_getpage() argument 1741 } else if (protp && read_access) { in ufs_lockfs_begin_getpage() 1748 *protp &= ~PROT_WRITE; in ufs_lockfs_begin_getpage()
|
H A D | ufs_vnops.c | 4515 ufs_getpage(struct vnode *vp, offset_t off, size_t len, uint_t *protp, in ufs_getpage() argument 4540 if (protp) in ufs_getpage() 4541 *protp = PROT_ALL; in ufs_getpage() 4547 rw == S_READ || rw == S_EXEC, protp); in ufs_getpage() 4715 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE) in ufs_getpage() 4716 *protp &= ~PROT_WRITE; in ufs_getpage() 4802 ASSERT((protp == NULL) || in ufs_getpage() 4803 !(has_holes && (*protp & PROT_WRITE))); in ufs_getpage()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr.h | 302 #define xdr_rpcprot(xdrs, protp) xdr_u_int(xdrs, protp) argument 308 #define xdr_rpcprot(xdrs, protp) xdr_u_long(xdrs, protp) argument
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | pvn.h | 81 uint_t *protp, struct page **pl, size_t plsz,
|
H A D | vm_anon.c | 1895 uint_t *protp, in anon_getpage() argument 1922 *protp = PROT_ALL; in anon_getpage() 1924 *protp = PROT_ALL & ~PROT_WRITE; in anon_getpage() 1939 err = VOP_GETPAGE(vp, (u_offset_t)off, PAGESIZE, protp, pl, plsz, in anon_getpage() 1946 *protp &= ~PROT_WRITE; /* make read-only */ in anon_getpage() 1971 uint_t *protp, in anon_map_getpages() argument 2001 *protp = PROT_ALL; in anon_map_getpages() 2008 err = anon_getpage(&ap, protp, pl, PAGESIZE, seg, in anon_map_getpages() 2013 if (brkcow == 0 || (*protp & PROT_WRITE)) { in anon_map_getpages() 2126 *protp = PROT_ALL; in anon_map_getpages() [all …]
|
H A D | vm_pvn.c | 1104 uint_t *protp, in pvn_getpages() argument 1143 err = (*getpage)(vp, o, xlen, protp, ppp, sz, seg, addr, in pvn_getpages()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | physmem.c | 97 uint_t *protp, page_t *pl[], size_t plsz, struct seg *seg, caddr_t addr, 643 physmem_getpage(struct vnode *vp, offset_t off, size_t len, uint_t *protp, in physmem_getpage() argument 660 *protp = PROT_ALL; in physmem_getpage()
|
/titanic_41/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 535 dc_getpage(struct vnode *vp, offset_t off, size_t len, uint_t *protp, in dc_getpage() argument 553 if (protp) in dc_getpage() 554 *protp = PROT_ALL; in dc_getpage()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1089 uint_t *protp, in hsfs_getapage() argument 1570 uint_t *protp, in hsfs_getpage() argument 1653 if (protp != NULL) in hsfs_getpage() 1654 *protp = PROT_ALL; in hsfs_getpage() 1656 return (pvn_getpages(hsfs_getapage, vp, off, len, protp, pl, plsz, in hsfs_getpage()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fem.h | 223 uint_t *protp, struct page **plarr, \ 363 uint_t *protp, struct page **plarr, size_t plsz,
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1763 uint_t *protp, in spec_getpage() argument 1789 if (protp != NULL) in spec_getpage() 1790 *protp = PROT_ALL; in spec_getpage() 1796 protp, pl, plsz, seg, addr, rw, cr); in spec_getpage() 1825 uint_t *protp, in spec_getapage() argument
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 1762 uint_t *protp, in tmp_getpage() argument 1813 err = pvn_getpages(tmp_getapage, vp, (u_offset_t)off, len, protp, in tmp_getpage() 1835 uint_t *protp, in tmp_getapage() argument 1849 if (protp != NULL) in tmp_getapage() 1850 *protp = PROT_ALL; in tmp_getapage()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1439 uint_t *protp, in pcfs_getapage() argument 1580 uint_t *protp, in pcfs_getpage() argument 1601 if (protp != NULL) in pcfs_getpage() 1602 *protp = PROT_ALL; in pcfs_getpage() 1605 err = pvn_getpages(pcfs_getapage, vp, off, len, protp, pl, plsz, in pcfs_getpage()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 1645 uint32_t *protp, in udf_getpage() argument 1666 if (protp) { in udf_getpage() 1667 *protp = PROT_ALL; in udf_getpage() 1781 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE) { in udf_getpage() 1782 *protp &= ~PROT_WRITE; in udf_getpage() 1861 ASSERT((protp == NULL) || in udf_getpage() 1862 !(has_holes && (*protp & PROT_WRITE))); in udf_getpage()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 248 size_t len, uint_t *protp, struct page *pl[], 7323 uint_t *protp, struct page *pl[], size_t plsz, struct seg *seg, in cachefs_getpage() argument 7352 error = cachefs_getpage_backfs_nfsv4(vp, off, len, protp, pl, in cachefs_getpage() 7362 if (protp != NULL) in cachefs_getpage() 7363 *protp = PROT_ALL; in cachefs_getpage() 7390 len, protp, pl, plsz, seg, addr, rw, cr); in cachefs_getpage() 7412 (u_offset_t)off, len, protp, pl, in cachefs_getpage() 7457 uint_t *protp, struct page *pl[], size_t plsz, in cachefs_getpage_backfs_nfsv4() argument 7483 error = VOP_GETPAGE(backvp, off, len, protp, pl, plsz, seg, in cachefs_getpage_backfs_nfsv4() 7494 cachefs_getapage(struct vnode *vp, u_offset_t off, size_t len, uint_t *protp, in cachefs_getapage() argument [all …]
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 3627 nfs_getpage(vnode_t *vp, offset_t off, size_t len, uint_t *protp, in nfs_getpage() argument 3641 if (protp != NULL) in nfs_getpage() 3642 *protp = PROT_ALL; in nfs_getpage() 3685 error = pvn_getpages(nfs_getapage, vp, off, len, protp, pl, plsz, in nfs_getpage() 3704 nfs_getapage(vnode_t *vp, u_offset_t off, size_t len, uint_t *protp, in nfs_getapage() argument
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fem.c | 1225 vhead_getpage(vnode_t *vp, offset_t off, size_t len, uint_t *protp, in vhead_getpage() argument 1239 errc = (*func)(arg0, off, len, protp, plarr, plsz, seg, in vhead_getpage() 1248 errc = (*func)(arg0, off, len, protp, plarr, plsz, seg, in vhead_getpage() 2473 vnext_getpage(femarg_t *vf, offset_t off, size_t len, uint_t *protp, in vnext_getpage() argument 2485 return ((*func)(arg0, off, len, protp, plarr, plsz, seg, addr, rw, in vnext_getpage()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 617 uint_t *protp) in gcore_pr_nextprot() argument 655 *protp = prot; in gcore_pr_nextprot()
|