Searched refs:pg (Results 76 - 100 of 172) sorted by relevance

1234567

/freebsd-current/lib/libc/db/btree/
H A Dbtree.h126 #define GETBINTERNAL(pg, indx) \
127 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
153 #define GETRINTERNAL(pg, indx) \
154 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
176 #define GETBLEAF(pg, indx) \
177 ((BLEAF *)((char *)(pg) + (pg)->linp[indx]))
208 #define GETRLEAF(pg, ind
272 EPGNO pg; /* B: Saved tree reference. */ member in struct:_cursor
[all...]
H A Dbt_put.c68 pgno_t pg; local
118 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
122 memmove(kb, &pg, sizeof(pgno_t));
130 if (__ovfl_put(t, data, &pg) == RET_ERROR)
134 memmove(db, &pg, sizeof(pgno_t));
147 if ((h = mpool_get(t->bt_mp, t->bt_cursor.pg.pgno, 0)) == NULL)
149 idx = t->bt_cursor.pg.index;
216 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= idx)
217 ++t->bt_cursor.pg
[all...]
H A Dbt_conv.c51 * pg: page number
55 __bt_pgin(void *t, pgno_t pg, void *pp) argument
64 if (pg == P_META) {
120 __bt_pgout(void *t, pgno_t pg, void *pp) argument
129 if (pg == P_META) {
191 mswap(PAGE *pg) argument
195 p = (char *)pg;
H A Dbt_search.c64 pgno_t pg; local
68 for (pg = P_ROOT;;) {
69 if ((h = mpool_get(t->bt_mp, pg, 0)) == NULL)
123 pg = GETBINTERNAL(h, idx)->pgno;
H A Dbt_split.c686 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {
687 if (c->pg.index >= skip)
688 ++c->pg.index;
689 if (c->pg.index < nxt) /* Left page. */
690 c->pg.pgno = l->pgno;
692 c->pg.pgno = r->pgno;
693 c->pg.index -= nxt;
758 * pg: page number of first page in the chain.
764 bt_preserve(BTREE *t, pgno_t pg) argument
768 if ((h = mpool_get(t->bt_mp, pg,
[all...]
/freebsd-current/usr.sbin/ctld/
H A Ddiscovery.c153 const struct portal_group *pg; local
162 pg = conn->conn_portal->p_portal_group;
164 assert(pg->pg_discovery_auth_group != PG_FILTER_UNKNOWN);
166 if (pg->pg_discovery_filter >= PG_FILTER_PORTAL &&
173 if (pg->pg_discovery_filter >= PG_FILTER_PORTAL_NAME &&
180 if (pg->pg_discovery_filter >= PG_FILTER_PORTAL_NAME_AUTH &&
183 assert(pg->pg_discovery_auth_group->ag_type ==
217 const struct portal_group *pg; local
220 pg = conn->conn_portal->p_portal_group;
232 TAILQ_FOREACH(port, &pg
[all...]
H A Dctld.c119 struct portal_group *pg, *cpgtmp; local
131 TAILQ_FOREACH_SAFE(pg, &conf->conf_portal_groups, pg_next, cpgtmp)
132 portal_group_delete(pg);
586 portal_new(struct portal_group *pg) argument
594 portal->p_portal_group = pg;
595 TAILQ_INSERT_TAIL(&pg->pg_portals, portal, p_next);
613 struct portal_group *pg; local
615 pg = portal_group_find(conf, name);
616 if (pg != NULL) {
621 pg
638 portal_group_delete(struct portal_group *pg) argument
661 struct portal_group *pg; local
729 portal_group_add_listen(struct portal_group *pg, const char *value, bool iser) argument
813 struct portal_group *pg; local
1014 portal_group_set_filter(struct portal_group *pg, const char *str) argument
1048 portal_group_set_offload(struct portal_group *pg, const char *offload) argument
1064 portal_group_set_redirection(struct portal_group *pg, const char *addr) argument
1229 port_new(struct conf *conf, struct target *target, struct portal_group *pg) argument
1344 port_find_in_pg(const struct portal_group *pg, const char *target) argument
1806 struct portal_group *pg; local
2523 struct portal_group *pg; local
2693 struct portal_group *pg; local
[all...]
H A Dctld.h290 void portal_group_delete(struct portal_group *pg);
293 int portal_group_add_listen(struct portal_group *pg,
295 int portal_group_set_filter(struct portal_group *pg,
297 int portal_group_set_offload(struct portal_group *pg,
299 int portal_group_set_redirection(struct portal_group *pg,
315 struct portal_group *pg);
321 struct port *port_find_in_pg(const struct portal_group *pg,
H A Dlogin.c645 const struct portal_group *pg; local
647 pg = conn->conn_portal->p_portal_group;
648 if (pg->pg_redirection == NULL)
652 pg->pg_name, pg->pg_redirection);
653 login_redirect(request, pg->pg_redirection);
842 struct portal_group *pg; local
860 pg = conn->conn_portal->p_portal_group;
918 conn->conn_port = port_find_in_pg(pg, target_name);
945 ag = pg
[all...]
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_g.c153 struct bwn_phy_g *pg = &phy->phy_g; local
176 &pg->pg_pa0maxpwr);
180 pg->pg_flags = 0;
183 pg->pg_idletssi = 52;
184 pg->pg_tssi2dbm = bwn_phy_g_tssi2dbm_table;
188 pg->pg_idletssi = (bg == 0 || bg == -1) ? 62 : bg;
189 pg->pg_tssi2dbm = (uint8_t *)malloc(64, M_DEVBUF, M_NOWAIT | M_ZERO);
190 if (pg->pg_tssi2dbm == NULL) {
206 free(pg->pg_tssi2dbm, M_DEVBUF);
216 pg
227 struct bwn_phy_g *pg = &mac->mac_phy.phy_g; local
240 struct bwn_phy_g *pg = &phy->phy_g; local
273 struct bwn_phy_g *pg = &phy->phy_g; local
523 struct bwn_phy_g *pg = &phy->phy_g; local
631 struct bwn_phy_g *pg = &phy->phy_g; local
647 struct bwn_phy_g *pg = &phy->phy_g; local
699 struct bwn_phy_g *pg = &phy->phy_g; local
758 struct bwn_phy_g *pg = &phy->phy_g; local
843 struct bwn_phy_g *pg = &phy->phy_g; local
950 struct bwn_phy_g *pg = &phy->phy_g; local
1046 struct bwn_phy_g *pg = &phy->phy_g; local
1425 struct bwn_phy_g *pg = &phy->phy_g; local
1866 struct bwn_phy_g *pg = &mac->mac_phy.phy_g; local
1883 struct bwn_phy_g *pg = &mac->mac_phy.phy_g; local
2010 struct bwn_phy_g *pg = &phy->phy_g; local
2108 struct bwn_phy_g *pg = &phy->phy_g; local
2130 struct bwn_phy_g *pg = &phy->phy_g; local
2189 struct bwn_phy_g *pg = &phy->phy_g; local
2306 struct bwn_phy_g *pg = &phy->phy_g; local
2374 struct bwn_phy_g *pg = &phy->phy_g; local
2438 struct bwn_phy_g *pg = &phy->phy_g; local
2504 struct bwn_phy_g *pg = &phy->phy_g; local
2572 struct bwn_phy_g *pg = &phy->phy_g; local
2643 struct bwn_phy_g *pg = &mac->mac_phy.phy_g; local
2679 struct bwn_phy_g *pg = &phy->phy_g; local
2739 struct bwn_phy_g *pg = &phy->phy_g; local
3121 struct bwn_phy_g *pg = &phy->phy_g; local
3211 struct bwn_phy_g *pg = &phy->phy_g; local
3318 struct bwn_phy_g *pg = &phy->phy_g; local
3371 struct bwn_phy_g *pg = &phy->phy_g; local
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfrm_def.c162 _PAGE *pg; local
190 if ((pg = typeMalloc(_PAGE, page_nr)) != (_PAGE *) 0)
192 T((T_CREATE("_PAGE %p"), (void *)pg));
193 form->page = pg;
203 pg->pmin = (short)j;
208 pg->pmax = (short)(j - 1);
209 pg++;
210 pg->pmin = (short)j;
223 pg->pmax = (short)(field_cnt - 1);
/freebsd-current/stand/usb/
H A Dusb_busdma_loader.c172 struct usb_page *pg; local
183 pg = pc->page_start;
184 pg->physaddr = phys & ~(USB_PAGE_SIZE - 1);
191 pg++;
192 pg->physaddr = (phys + off) & ~(USB_PAGE_SIZE - 1);
204 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, argument
227 pc->page_start = pg;
432 struct usb_page *pg; local
458 pg = xfer->dma_page_ptr;
481 xfer->frbuffers[0].page_start = pg;
[all...]
/freebsd-current/contrib/libdiff/diff/
H A DMakefile23 CFLAGS = -O0 -pg -g
24 LDFLAGS = -pg -lc_p -lutil_p -lz_p -static
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dfw_qos.h71 * tc_tx_bw, pg and ratelimit are arrays where each index represents a TC.
79 * @pg: The TC group the traffic class is associated with.
85 u8 *pg, u16 *ratelimit);
H A Dmlx4_fw_qos.c56 __be16 pg; member in struct:mlx4_port_scheduler_tc_cfg_be
112 u8 *pg, u16 *ratelimit)
146 tc->pg = htons(pg[i]);
111 mlx4_SET_PORT_SCHEDULER(struct mlx4_dev *dev, u8 port, u8 *tc_tx_bw, u8 *pg, u16 *ratelimit) argument
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c544 #define FREEMASK_COPY(pg, n, out) (out) = *FREEMASK_CHUNK((pg), (n))
546 #define FREEMASK_COPY(pg, n, out) (out) = *FREEMASK_CHUNK((pg), (n)) | \
547 ((uint64_t)*(FREEMASK_CHUNK((pg), (n)) + 1) << 32)
555 struct nat64lsn_pg *pg, struct sockopt_data *sd, uint32_t *ret_count)
563 if (idx->chunk > pg->chunks_count - 1)
566 FREEMASK_COPY(pg, idx->chunk, freemask);
582 state = pg->chunks_count == 1 ? &pg
554 nat64lsn_export_states_v1(struct nat64lsn_cfg *cfg, union nat64lsn_pgidx *idx, struct nat64lsn_pg *pg, struct sockopt_data *sd, uint32_t *ret_count) argument
601 nat64lsn_next_pgidx(struct nat64lsn_cfg *cfg, struct nat64lsn_pg *pg, union nat64lsn_pgidx *idx) argument
701 struct nat64lsn_pg *pg; local
[all...]
H A Dnat64lsn.h94 #define FREEMASK_BITCOUNT(pg, faddr) \
95 bitcount64(*FREEMASK_CHUNK((pg), (faddr)))
100 #define FREEMASK_BITCOUNT(pg, faddr) \
101 bitcount64(*(uint64_t *)FREEMASK_CHUNK((pg), (faddr)))
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_math.h75 sv_mod_n_u64_x (svbool_t pg, svuint64_t x, uint64_t y) argument
77 svuint64_t q = svdiv_x (pg, x, y);
78 return svmls_x (pg, x, q, y);
/freebsd-current/sys/dev/irdma/
H A Dfbsd_kcompat.h62 #define kmap(pg) page_address(pg)
63 #define kmap_local_page(pg) page_address(pg)
64 #define kunmap(pg)
65 #define kunmap_local(pg)
/freebsd-current/lib/libc/db/recno/
H A Drec_put.c190 pgno_t pg; local
202 if (__ovfl_put(t, data, &pg) == RET_ERROR)
206 memcpy(db, &pg, sizeof(pg));
/freebsd-current/usr.sbin/ypldap/
H A Dldapclient.c508 struct aldap_page_control *pg = NULL; local
518 filter, attrs, 0, 0, 0, pg) == -1) {
524 if (pg != NULL) {
525 aldap_freepage(pg);
526 pg = NULL;
536 pg = m->page;
538 pg = NULL;
554 } while (pg != NULL);
560 if (pg != NULL) {
561 aldap_freepage(pg);
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_busdma.c439 struct usb_page *pg; local
459 pg = pc->page_start;
460 pg->physaddr = rounddown2(segs->ds_addr, USB_PAGE_SIZE);
494 pg++;
495 pg->physaddr = rounddown2(segs->ds_addr + off, USB_PAGE_SIZE);
521 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, argument
578 pc->page_start = pg;
926 struct usb_page *pg; local
952 pg = xfer->dma_page_ptr;
975 xfer->frbuffers[0].page_start = pg;
[all...]
/freebsd-current/sys/dev/hid/
H A Dhidbus.h102 #define HID_TLC(pg,usg) \
103 .match_flag_page = 1, .match_flag_usage = 1, .page = (pg), .usage = (usg)
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpupart.h36 #include <sys/pg.h>
/freebsd-current/contrib/ntp/libntp/
H A Dlibssl_compat.c262 const BIGNUM ** pg
271 if (pg != NULL)
272 *pg = pdsa->g;

Completed in 364 milliseconds

1234567