Searched refs:attrp (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Ddeliver_attr.c11 /* void deliver_attr_init(attrp)
12 /* DELIVER_ATTR *attrp;
14 /* void deliver_attr_dump(attrp)
15 /* DELIVER_ATTR *attrp;
17 /* void deliver_attr_free(attrp)
18 /* DELIVER_ATTR *attrp;
55 void deliver_attr_init(DELIVER_ATTR *attrp) argument
57 attrp->level = 0;
58 attrp->fp = 0;
59 attrp
79 deliver_attr_dump(DELIVER_ATTR *attrp) argument
104 deliver_attr_free(DELIVER_ATTR *attrp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/virtual/
H A Ddeliver_attr.c11 /* void deliver_attr_init(attrp)
12 /* DELIVER_ATTR *attrp;
14 /* void deliver_attr_dump(attrp)
15 /* DELIVER_ATTR *attrp;
17 /* void deliver_attr_free(attrp)
18 /* DELIVER_ATTR *attrp;
53 void deliver_attr_init(DELIVER_ATTR *attrp) argument
55 attrp->level = 0;
56 attrp->fp = 0;
57 attrp
70 deliver_attr_dump(DELIVER_ATTR *attrp) argument
89 deliver_attr_free(DELIVER_ATTR *attrp) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libxutil/
H A DXFontName.c16 unsigned int *attrp, unsigned int bit)
30 *attrp |= bit;
38 unsigned int *attrp, unsigned int bit)
44 name = extractStringField (name, buf, sizeof (buf), attrp, bit);
47 if (!(*attrp & bit))
15 extractStringField(char *name, char *buffer, int size, unsigned int *attrp, unsigned int bit) argument
37 extractUnsignedField(char *name, unsigned int *result, unsigned int *attrp, unsigned int bit) argument
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwscons_rops.c223 rcons_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
229 *attrp = 1;
231 *attrp = 0;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dega.c337 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) argument
373 res = ega_allocattr(scr, 0, 0, 0, attrp);
798 ega_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
811 *attrp = 0x70;
813 *attrp = 0x07;
815 *attrp |= FG_UNDERLINE;
817 *attrp |= FG_INTENSE;
822 *attrp = fgansitopc[fg] | bgansitopc[bg];
824 *attrp = 7;
826 *attrp
[all...]
H A Dpcdisplay.c430 int flags, long *attrp)
433 *attrp = FG_BLACK | BG_LIGHTGREY;
435 *attrp = FG_LIGHTGREY | BG_BLACK;
429 pcdisplay_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c491 unique_attrs **attrp; local
521 attrp = &legacy->uri->attrs;
523 attrp = &(*attrp)->next;
524 attr = *attrp;
525 *attrp = attr->next;
606 for ( attrp = &legacy->uri->attrs;
607 *attrp;
608 attrp = &(*attrp)
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_execve.c177 syscallarg(const netbsd32_posix_spawnattrp) attrp;
207 if (SCARG_P32(uap, attrp) != NULL) {
209 error = copyin(SCARG_P32(uap, attrp), sa, sizeof(*sa));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c634 Attribute *attr, **attrp; local
669 attrp = &ent->e_attrs;
854 *attrp = attr;
855 attrp = &attr->a_next;
883 char *attr[3], **attrp = NULL; local
907 attrp = attr;
939 attrp, LDAP_DEREF_NEVER, ctrls, NULL,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvga.c442 const struct wsscreen_descr *type, int existing, long *attrp)
501 WSATTR_WSCOLORS, attrp);
504 res = vga_allocattr(scr, 0, 0, 0, attrp);
1094 vga_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
1107 *attrp = 0x70;
1109 *attrp = 0x07;
1111 *attrp |= FG_UNDERLINE;
1113 *attrp |= FG_INTENSE;
1118 *attrp = fgansitopc[fg] | bgansitopc[bg];
1120 *attrp
441 vga_init_screen(struct vga_config *vc, struct vgascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) argument
[all...]
H A Dvga_raster.c444 const struct wsscreen_descr *type, int existing, long *attrp)
516 WSATTR_WSCOLORS, attrp);
519 res = vga_raster_allocattr(scr, 0, 0, 0, attrp);
1399 vga_raster_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
1412 *attrp = 0x70;
1414 *attrp = 0x07;
1416 *attrp |= FG_UNDERLINE;
1418 *attrp |= FG_INTENSE;
1423 *attrp = fgansitopc[fg] | bgansitopc[bg];
1425 *attrp
443 vga_raster_init_screen(struct vga_config *vc, struct vgascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c438 om_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
445 *attrp = 1;
447 *attrp = 0;
H A Dlunafb.c449 int *curxp, int *curyp, long *attrp)
460 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp);
448 omfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dxafb.c297 void **cookiep, int *ccolp, int *crowp, long *attrp)
309 *attrp = defattr;
296 xafb_alloc_screen(void *v, const struct wsscreen_descr *scrdesc, void **cookiep, int *ccolp, int *crowp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dfb.c287 int *ccolp, int *crowp, long *attrp)
299 *attrp = defattr;
286 fb_alloc_screen(void *v, const struct wsscreen_descr *scrdesc, void **cookiep, int *ccolp, int *crowp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dgten.c289 int *curxp, int *curyp, long *attrp)
302 *attrp = defattr;
288 gten_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c247 int *ccolp, int *crowp, long *attrp)
257 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp);
246 fb_alloc_screen(void *v, const struct wsscreen_descr *scrdesc, void **cookiep, int *ccolp, int *crowp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/common/pmap/tlb/
H A Dpmap.c284 volatile u_int * const attrp = &mdpg->mdpg_attrs; local
287 u_int old_attr = *attrp;
291 if (old_attr == atomic_cas_uint(attrp, old_attr, new_attr))
295 u_int old_attr = *attrp;
298 *attrp &= ~clear_attributes;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dsmg.c412 smg_allocattr(void *id, int fg, int bg, int flags, long *attrp) argument
414 *attrp = flags;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c395 void **cookiep, int *curxp, int *curyp, long *attrp)
423 (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp);
394 w100_alloc_screen(void *v, const struct wsscreen_descr *_type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dpm.c499 int *curxp, int *curyp, long *attrp)
515 *attrp = defattr;
498 pm_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/
H A Dpvr.c398 void **cookiep, int *curxp, int *curyp, long *attrp)
411 *attrp = defattr;
397 pvr_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddiofb.c458 void **cookiep, int *curxp, int *curyp, long *attrp)
468 ri->ri_ops.allocattr(ri, 0, 0, 0, attrp);
457 diofb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c718 void **cookiep, int *curxp, int *curyp, long *attrp)
770 hpcfb_allocattr(*cookiep, WSCOL_WHITE, WSCOL_BLACK, 0, attrp);
1528 hpcfb_allocattr(void *cookie, int fg, int bg, int flags, long *attrp) argument
1533 return (rasops_emul.allocattr(ri, fg, bg, flags, attrp));
717 hpcfb_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, int *curxp, int *curyp, long *attrp) argument
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dpmap.c343 volatile u_int * const attrp = &md->pvh_attrs; local
346 u_int old_attr = *attrp;
350 if (old_attr == atomic_cas_uint(attrp, old_attr, new_attr))
354 u_int old_attr = *attrp;
357 *attrp &= ~clear_attributes;

Completed in 341 milliseconds

123