| /netbsd-src/sys/arch/x86/include/ |
| H A D | cpufunc.h | 391 uint8_t *area = addr; in fnsave() local 395 : [area] "=m" (*area) in fnsave() 404 const uint8_t *area = addr; in frstor() local 409 : [area] "m" (*area) in frstor() 417 uint8_t *area = addr; in fxsave() local 421 : [area] "=m" (*area) in fxsave() 430 const uint8_t *area = addr; in fxrstor() local 435 : [area] "m" (*area) in fxrstor() 443 uint8_t *area = addr; in xsave() local 450 : [area] "=m" (*area) in xsave() [all …]
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/man/man8/ |
| H A D | tpm_nvwrite.pod | 11 B<tpm_nvwrite> writes data to an NVRAM area. 12 The user must provide the index of the NVRAM area as well as the data to 13 write into the NVRAM area. Optionally an offset into the NVRAM 14 area can be given where the writing of the data is to start. Similarly 16 NVRAM area. Some NVRAM areas only allow write sizes of zero, i.e., NVRAM 17 area index 0. 18 If the NVRAM area has permission bits set that require owner or NVRAM area 44 Use a secret of all zeros (20 bytes of zeros) as either the NVRAM area or owner secret. 48 Depending on what type of authentication is required for the NVRAM area, this must either 49 be the NVRAM area or owner password. [all …]
|
| H A D | tpm_nvread.pod | 11 B<tpm_nvread> reads data from an NVRAM area and either displays them or writes 12 them into a file. The user must provide the index of the NVRAM area. If the 14 number of bytes that will be read from the NVRAM area, otherwise the whole 15 NVRAM area will be read. Some NVRAM areas only allow read sizes of zero, 16 i.e., NVRAM area index 0. Optionally an offset into the NVRAM 17 area can be given where the reading of the data is to start. If the NVRAM 18 area has permission bits set that require owner or NVRAM area authentication, 44 Use a secret of all zeros (20 bytes of zeros) as either the NVRAM area or owner secret. 48 Depending on what type of authentication is required for the NVRAM area, this must either 49 be the NVRAM area or owner password. [all …]
|
| H A D | tpm_nvdefine.pod | 11 B<tpm_nvdefine> defines a new NVRAM area at the given index and of given 13 the NVRAM area. 15 Owner authentication is necessary once the NVRAM area 0xFFFFFFFF has been 44 =item B<-z, --area-well-known> 46 Use a secret of all zeros (20 bytes of zeros) as the NVRAM area's secret. 58 The NVRAM area password. 66 The index of the NVRAM area. 69 To select the NVRAM area with index 0x100, the command line parameter should be '-i 0x100' or 74 The size of the NVRAM area. 79 The access permissions associated with the NVRAM area. [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
| H A D | format-text.c | 97 return mdac->area.size >> SECTOR_SHIFT; in _mda_total_sectors_raw() 110 if (pvl->pv->dev == mdac->area.dev) in _mda_in_vg_raw() 160 struct device_area *area; in _pv_analyze_mda_raw() local 167 PRIu64, mdac->area.start, mdac->area.size); in _pv_analyze_mda_raw() 168 area = &mdac->area; in _pv_analyze_mda_raw() 170 if (!dev_open(area->dev)) in _pv_analyze_mda_raw() 173 if (!(mdah = _raw_read_mda_header(fmt, area))) in _pv_analyze_mda_raw() 182 area_start = area->start + MDA_HEADER_SIZE; in _pv_analyze_mda_raw() 183 area_size = area->size - MDA_HEADER_SIZE; in _pv_analyze_mda_raw() 184 latest_mrec_offset = rlocn->offset + area->start; in _pv_analyze_mda_raw() [all …]
|
| H A D | text_label.c | 85 if (mdac->area.dev != info->dev) in _text_write() 88 pvh_dlocn_xl->offset = xlate64(mdac->area.start); in _text_write() 89 pvh_dlocn_xl->size = xlate64(mdac->area.size); in _text_write() 221 mdac->area.dev = dev; in add_mda() 222 mdac->area.start = start; in add_mda() 223 mdac->area.size = size; in add_mda() 303 if ((vgname = vgname_from_mda(info->fmt, &mdac->area, in _text_read()
|
| /netbsd-src/games/trek/ |
| H A D | dumpgame.c | 51 char *area; member 98 for (d = Dump_template; d->area; d++) { in dumpgame() 99 write(fd, &d->area, sizeof d->area); in dumpgame() 101 write(fd, d->area, i); in dumpgame() 159 for (d = Dump_template; d->area; d++) { in readdump() 162 if ((char *)junk != d->area) in readdump() 165 if (read(fd, d->area, i) != i) in readdump()
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | m_func.c | 81 XBell(XtDisplay(__vi_screen->area), 0); in vi_bell() 138 XCopyArea(XtDisplay(__vi_screen->area), /* display */ in vi_deleteln() 139 XtWindow(__vi_screen->area), /* src */ in vi_deleteln() 140 XtWindow(__vi_screen->area), /* dest */ in vi_deleteln() 147 XmUpdateDisplay(__vi_screen->area); in vi_deleteln() 187 XCopyArea(XtDisplay(__vi_screen->area), /* display */ in vi_insertln() 188 XtWindow(__vi_screen->area), /* src */ in vi_insertln() 189 XtWindow(__vi_screen->area), /* dest */ in vi_insertln() 197 XClearArea(XtDisplay(__vi_screen->area), /* display */ in vi_insertln() 198 XtWindow(__vi_screen->area), /* window */ in vi_insertln() [all …]
|
| H A D | m_vi.c | 126 XtVaGetValues( this_screen->area, 134 gc = XCreateGC( XtDisplay(this_screen->area), 135 DefaultRootWindow(XtDisplay(this_screen->area)), 140 XSetFont( XtDisplay(this_screen->area), gc, font->fid ); 145 XSetForeground( XtDisplay(this_screen->area), gc, fg ); 146 XSetBackground( XtDisplay(this_screen->area), gc, hi ); 149 XSetForeground( XtDisplay(this_screen->area), gc, fg ); 150 XSetBackground( XtDisplay(this_screen->area), gc, shade ); 154 XSetForeground( XtDisplay(this_screen->area), gc, fg ); 155 XSetBackground( XtDisplay(this_screen->area), gc, bg ); [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-legg-ldap-admin-xx.txt | 113 An administrative area is a subtree of the DIT considered from the 123 entries in an autonomous administrative area are all administered by 132 The root entry of an autonomous administrative area's subtree is 134 administrative area extends from its autonomous administrative point 136 encountered, at which point another autonomous administrative area 141 Entries in an administrative area may be considered in terms of a 143 administrative area is termed a specific administrative area. 149 An autonomous administrative area may be considered as implicitly 150 defining a single specific administrative area for each specific 152 correspondence between each such specific administrative area and the [all …]
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | bootp.c | 93 bootp_addvend(u_char *area) in bootp_addvend() argument 99 *area++ = TAG_PARAM_REQ; in bootp_addvend() 100 *area++ = 6; in bootp_addvend() 101 *area++ = TAG_SUBNET_MASK; in bootp_addvend() 102 *area++ = TAG_GATEWAY; in bootp_addvend() 103 *area++ = TAG_HOSTNAME; in bootp_addvend() 104 *area++ = TAG_DOMAINNAME; in bootp_addvend() 105 *area++ = TAG_ROOTPATH; in bootp_addvend() 106 *area++ = TAG_SWAPSERVER; in bootp_addvend() 111 *area++ = TAG_CLASSID; in bootp_addvend() [all …]
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | svc_auth_unix.c | 73 struct area { in _svcauth_unix() struct 77 } *area; in _svcauth_unix() local 84 area = (struct area *) rqst->rq_clntcred; in _svcauth_unix() 85 aup = &area->area_aup; in _svcauth_unix() 86 aup->aup_machname = area->area_machname; in _svcauth_unix() 87 aup->aup_gids = area->area_gids; in _svcauth_unix()
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sunxi_sramc.c | 100 const struct sunxi_sramc_area *area; member 133 node->area = dce->data; in sunxi_sramc_init_mmio() 136 node->area->desc); in sunxi_sramc_init_mmio() 256 if (config > __SHIFTOUT_MASK(node->area->mask)) in sunxi_sramc_map() 258 if ((node->area->flags & SUNXI_SRAMC_F_SWAP) != 0) in sunxi_sramc_map() 260 val = SRAMC_READ(sc, node->area->reg); in sunxi_sramc_map() 261 val &= ~node->area->mask; in sunxi_sramc_map() 262 val |= __SHIFTIN(config, node->area->mask); in sunxi_sramc_map() 263 SRAMC_WRITE(sc, node->area->reg, val); in sunxi_sramc_map()
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | pmb.c | 94 for (int area = 0; area < 8; ++area) { in st40_pmb_dump() local 95 bool unbuffered = !!((uint32_t)ub29 & (1u << area)); in st40_pmb_dump() 96 printf("PMB: area%d %s\n", area, in st40_pmb_dump()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bootdhcp.c | 156 * the vendor (options) data area of the packet. 454 bootp_addvend(u_char *area) in bootp_addvend() argument 460 *area++ = TAG_PARAM_REQ; in bootp_addvend() 461 *area++ = 7; in bootp_addvend() 462 *area++ = TAG_SUBNET_MASK; in bootp_addvend() 463 *area++ = TAG_GATEWAY; in bootp_addvend() 464 *area++ = TAG_HOST_NAME; in bootp_addvend() 465 *area++ = TAG_DOMAIN_NAME; in bootp_addvend() 466 *area++ = TAG_ROOT_PATH; in bootp_addvend() 467 *area in bootp_addvend() [all...] |
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | fpu.c | 143 union savefpu *area = &pcb->pcb_savefpu; in fpu_lwp_area() local 151 return area; in fpu_lwp_area() 158 union savefpu *area = &pcb->pcb_savefpu; in fpu_save_lwp() local 164 fpu_area_save(area, x86_xsave_features, !(l->l_proc->p_flag & PK_32)); in fpu_save_lwp() 261 fpu_area_save(void *area, uint64_t xsave_features, bool is_64bit) in fpu_area_save() argument 265 fnsave(area); in fpu_area_save() 268 XS64(fxsave)(area); in fpu_area_save() 271 XS64(xsave)(area, xsave_features); in fpu_area_save() 274 XS64(xsaveopt)(area, xsave_features); in fpu_area_save() 282 fpu_area_restore(const void *area, uint64_t xsave_features, bool is_64bit) in fpu_area_restore() argument [all …]
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | p.43 | 2 { area[$4] += $2 } 3 END { for (name in area) 4 print name ":" area[name] }
|
| /netbsd-src/usr.sbin/rtadvd/ |
| H A D | advcap.c | 372 tgetstr(char *id, char **area) in tgetstr() argument 388 return (tdecode(bp, area)); in tgetstr() 397 tdecode(char *str, char **area) in tdecode() argument 406 cp = *area; in tdecode() 445 str = *area; in tdecode() 446 *area = cp; in tdecode()
|
| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | info-stnd.texi | 879 Kill a node. The node name is prompted for in the echo area, with a 927 Read a string in the echo area and search for it. If the string 936 Read a string in the echo area and search backward through the Info file 947 Read a string in the echo area and search for it case-sensitively, even 1008 echo area, and then searches the remainder of the Info file for an 1037 entry in the echo area. You can press @samp{,} 1144 Reads the name of a menu item in the echo area and selects its node. 1165 Reads the name of a note cross reference in the echo area and selects 1206 view area where the text of the node is displayed, and an associated 1285 Select the next window on the screen. Note that the echo area can only be [all …]
|
| /netbsd-src/lib/libtelnet/ |
| H A D | getent.c | 44 static char *area; variable 58 return((cgetent(&area, dba, name) == 0) ? 1 : 0); in getent() 71 return((cgetstr(area, id, &answer) > 0) ? answer : 0); in getstr()
|
| /netbsd-src/lib/libnvmm/ |
| H A D | libnvmm.c | 96 area_t *area; in __area_add() local 111 area = malloc(sizeof(*area)); in __area_add() 112 if (area == NULL) in __area_add() 114 area->gpa = gpa; in __area_add() 115 area->hva = hva; in __area_add() 116 area->size = size; in __area_add() 117 area->prot = nprot; in __area_add() 119 LIST_INSERT_HEAD(areas, area, list); in __area_add()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | streambuf | 45 // 27.6.2.2.3 Get area: 56 // 27.6.2.2.5 Put area: 66 // 27.6.2.3.2 Get area: 73 // 27.6.2.3.3 Put area: 92 // 27.6.2.4.3 Get area: 101 // 27.6.2.4.5 Put area: 170 // 27.6.2.2.3 Get area: 218 // 27.6.2.2.5 Put area: 237 // 27.6.2.3.2 Get area: 252 // 27.6.2.3.3 Put area: [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | cache.ms | 127 sethi.p 0xff00,gr10 ; documented area 139 sethi.p 0xfe00,gr10 ; documented area 144 sethi.p 0xfe40,gr10 ; documented area 150 sethi.p 0x0007,gr10 ; non RAM area 155 sethi.p 0xfe00,gr10 ; insn RAM area 160 sethi.p 0xfe40,gr10 ; data RAM area
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_mman.c | 312 struct vm_area_struct *area = vmf->vma; in vm_fault_cpu() local 313 struct i915_mmap_offset *mmo = area->vm_private_data; in vm_fault_cpu() 319 bool write = area->vm_flags & VM_WRITE; in vm_fault_cpu() 386 err = remap_io_sg(area, in vm_fault_cpu() 387 area->vm_start, area->vm_end - area->vm_start, in vm_fault_cpu() 412 struct vm_area_struct *area = vmf->vma; in vm_fault_gtt() local 413 struct i915_mmap_offset *mmo = area->vm_private_data; in vm_fault_gtt() 423 bool write = area in vm_fault_gtt() [all...] |
| /netbsd-src/external/bsd/nvi/dist/gtk/ |
| H A D | gtkviscreen.c | 60 static void expose_text (GtkViScreen* vi, GdkRectangle *area, gboolean cursor); 595 expose_text (GTK_VI_SCREEN (widget), &event->area, TRUE); in gtk_vi_screen_expose() 640 expose_text (GtkViScreen* vi, GdkRectangle *area, gboolean cursor) in expose_text() argument 645 gdk_window_clear_area (vi->text_area, area->x, area->y, in expose_text() 646 area->width, area->height); in expose_text() 647 ymax = MIN((area->y + area->height + vi->ch_height - 1) / vi->ch_height, in expose_text() 649 xmin = area->x / vi->ch_width; in expose_text() 650 xmax = MIN((area->x + area->width + vi->ch_width - 1) / vi->ch_width, in expose_text() 652 draw_lines(vi, area->y / vi->ch_height, xmin, ymax, xmax); in expose_text()
|