/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | cdns-usb3.txt | 6 - HOST registers area 7 - DEVICE registers area 8 - OTG/DRD registers area 9 - reg-names - register memory area names: 39 reg = <0xf3000000 0x10000>, /* memory area for HOST registers */ 40 <0xf3010000 0x10000>, /* memory area for DEVICE registers */ 41 <0xf3020000 0x10000>; /* memory area for OTG/DRD registers */
|
/freebsd/share/doc/smm/18.net/ |
H A D | 5.t | 55 Each mbuf has a small data area for storing information, \fIm_dat\fP. 67 In addition to storing data directly in the mbuf's data area, data 68 of page size may be also be stored in a separate area of memory. 72 An mbuf with an external data area may be recognized by the larger 73 offset to the data area; 109 each free a single mbuf, \fIm\fP, and any associated external storage area, 144 bytes of data in contiguous memory within the data area of the mbuf 146 and allowing the mbuf to be located from a pointer to the data area 150 area (112 bytes), or required resources were unavailable, 163 area by masking off the low bits of the virtual address. [all …]
|
/freebsd/contrib/tcsh/ |
H A D | vms.termcap.c | 202 * it in area (advancing area at same time). Expand escape sequences 206 tgetstr(char *id, char **area) in tgetstr() argument 224 for (ret = *area, cp++; *cp && *cp != ':' ; in tgetstr() 225 (*area)++, cp++) in tgetstr() 228 **area = *++cp - '@'; /* fix (efth)*/ in tgetstr() 233 **area = CTL_ESC('\033'); in tgetstr() 236 **area = '\n'; in tgetstr() 239 **area = '\r'; in tgetstr() 242 **area = '\t'; in tgetstr() 245 **area = '\b'; in tgetstr() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Hexagon.cpp | 185 // Load the overflow area pointer. in EmitVAArgFromMemory() 214 // overflow area pointer to the argument type. in EmitVAArgFromMemory() 267 // Here we have check if the argument is in register area or in EmitVAArgForHexagonLinux() 268 // in overflow area. in EmitVAArgForHexagonLinux() 269 // If the saved register area pointer + argsize rounded up to alignment > in EmitVAArgForHexagonLinux() 270 // saved register area end pointer, argument is in overflow area. in EmitVAArgForHexagonLinux() 285 // Argument may be in saved register area in EmitVAArgForHexagonLinux() 288 // Load the current saved register area pointer. in EmitVAArgForHexagonLinux() 294 // Load the saved register area end pointer. in EmitVAArgForHexagonLinux() 335 // Argument in saved register area in EmitVAArgForHexagonLinux() [all …]
|
/freebsd/sys/dev/vt/ |
H A D | vt_buf.c | 267 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) in vtbuf_dirty() argument 270 if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row) in vtbuf_dirty() 271 vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row; in vtbuf_dirty() 272 if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col) in vtbuf_dirty() 273 vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col; in vtbuf_dirty() 274 if (vb->vb_dirtyrect.tr_end.tp_row < area->tr_end.tp_row) in vtbuf_dirty() 275 vb->vb_dirtyrect.tr_end.tp_row = area->tr_end.tp_row; in vtbuf_dirty() 276 if (vb->vb_dirtyrect.tr_end.tp_col < area->tr_end.tp_col) in vtbuf_dirty() 277 vb->vb_dirtyrect.tr_end.tp_col = area->tr_end.tp_col; in vtbuf_dirty() 283 term_rect_t area; in vtbuf_dirty_cell() local [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | svc_auth_unix.c | 60 struct area { in _svcauth_unix() struct 64 } *area; in _svcauth_unix() local 72 area = (struct area *) rqst->rq_clntcred; in _svcauth_unix() 73 aup = &area->area_aup; in _svcauth_unix() 74 aup->aup_machname = area->area_machname; in _svcauth_unix() 75 aup->aup_gids = area->area_gids; in _svcauth_unix()
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 384 const term_rect_t *area) in vt_fb_bitblt_text() 395 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_fb_bitblt_text() 396 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col; in vt_fb_bitblt_text() 436 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_postswitch() 437 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_fb_postswitch() 438 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; 439 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; 453 vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area) in vt_fb_init_colors() 337 vt_fb_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vt_fb_bitblt_text() argument 406 vt_fb_invalidate_text(struct vt_device * vd,const term_rect_t * area) vt_fb_invalidate_text() argument [all...] |
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | mpc8xxx-wdt.txt | 8 - reg: base physical address and length of the area hosting the 10 On the 83xx, "Watchdog Timer Registers" area: <0x200 0x100> 11 On the 86xx, "Watchdog Timer Registers" area: <0xe4000 0x100> 12 On the 8xx, "General System Interface Unit" area: <0x0 0x10>
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/ |
H A D | raidz_expand_007_neg.ksh | 33 # Attempting to expand a RAIDZ should fail if the scratch area on the 39 # 2. Add a BTX header to the reserved boot area 76 log_mustnot_expect "the reserved boot area" zpool attach -f \ 79 log_pass "raidz attach failed with in-use reserved boot area" 84 log_pass "raidz attach passed with in-use reserved boot area"
|
/freebsd/contrib/llvm-project/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: 173 // 27.6.2.2.3 Get area: 213 // 27.6.2.2.5 Put area: 231 // 27.6.2.3.2 Get area: 247 // 27.6.2.3.3 Put area: [all …]
|
/freebsd/share/man/man9/ |
H A D | fpu_kern.9 | 62 Explicit calls are required for the allocation of the save area and 83 The function returns the allocated context area, or 102 The context save area previously allocated by 123 Avoid nesting save area. 167 The current thread will reuse the usermode save area for the kernel FPU state 183 value is true if the current thread have the permanent FPU save area,
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | vdev_label_os.c | 33 * Check if the reserved boot area is in-use. This is called from 35 * reserved area is available as scratch space for raidz expansion. 38 * external uses of the reserved area. On FreeBSD, the reserved boot area is
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | wordprocessors | 72 # pointer to document area like: 10h 73 >>>4 ulelong !0x10 \b, at %#x document area 78 # no document area, so point to end of file; so this is file size like: 23381 2978 32835 3355 3775 … 116 # pointer to index area with string "smalldrs" like: 46h 117 >>>4 uleshort !0x46 \b, at %#x index area 129 # TODO: skip DROID x-fmt-395-signature-id-132.wpg by check for existing document area 138 # pointer to document area like: 10h 1Ah 139 >>>4 ulelong !0x1A \b, at %#x document area 154 # jump to document area with some marker and equation 158 # pointer to document area like: 17C4h [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | p.43 | 2 { area[$4] += $2 } 3 END { for (name in area) 4 print name ":" area[name] }
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | raw-nand-chip.yaml | 38 known to be stored in the OOB area, or "interleaved" if ECC 39 bytes will be interleaved with regular data in the main area. 64 it as the device ages. Otherwise, the out-of-band area of a 75 providing the best strength and taking the OOB area size 77 only the in-band area is used by the upper layers, and you
|
/freebsd/stand/libsa/ |
H A D | zalloc.c | 50 * portion of a pool's data area until we are given permission. The 202 * If area between last node and current node in zfree() 204 * - check merge with next area in zfree() 205 * - check merge with previous area in zfree() 217 * merge against next area or create independent area in zfree() 231 * merge against previous area (if there is a previous in zfree() 232 * area). in zfree() 253 * previous area if possible. in zfree()
|
/freebsd/share/doc/smm/02.config/ |
H A D | b.t | 40 paging area(s), device for system dumps, and device for 54 If no swap area is specified, it defaults to the ``b'' 81 first specified as a ``primary'' swap area which is always used. 114 corresponding location in the dump area of the dump partition. 117 assumes a crash occurred and reads \fIdumpsize\fP from the dump area
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris-dosynctodr.html | 76 <!-- Beginning of Nav area --> 134 <!-- End of Nav area --> 172 <option value="#Product-Area">Product Area</option> 225 … valign=top width=25%><font color=#ffffff size=2><b><a name=Product-Area>Product Area</a></b></fon… 277 <AREA SHAPE="rect" HREF="http://www.sun.com/MySun/" ALT="My Sun" COORDS="89,0 149,32"> 278 <AREA SHAPE="rect" HREF="show.pl?target=home_con" ALT="Home" COORDS="0,0 42,32"> 279 <AREA SHAPE="rect" HREF="http://www.sun.com/sales/" ALT="Buy" COORDS="54,0 78,32"> 284 <AREA SHAPE="rect" HREF="http://www.sun.com/java/" ALT="Java Technologies" COORDS="4,0,67,32"> 285 <AREA SHAPE="rect" HREF="http://www.sun.com/products-n-solutions/" ALT="Products and Solutions" COO… 286 <AREA SHAPE="rect" HREF="http://www.sun.com/service/" ALT="Support, Education, and Consulting" COOR… [all …]
|
/freebsd/sys/dev/dpaa/ |
H A D | portals.h | 34 vm_paddr_t dp_ce_pa; /* portal's CE area PA */ 35 vm_paddr_t dp_ci_pa; /* portal's CI area PA */ 36 uint32_t dp_ce_size; /* portal's CE area size */ 37 uint32_t dp_ci_size; /* portal's CI area size */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineFunctionInfo.h | 18 // well as the offset into the register save area of the low register. 30 /// Size of expected parameter area for current function. (Fixed args only). 55 // z/OS: Get and set the size of the expected parameter area for the 56 // current function. (ie. Size of param area in caller). 93 // Get and set the frame index of the register save area
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-fsl-qoriq.txt | 4 - reg: Physical base address and size of the controller's register area. 12 - reg-names: register area names when there are more than 1 register area.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | stericsson,u8500-clks.yaml | 31 - description: PRCC 1 register area 32 - description: PRCC 2 register area 33 - description: PRCC 3 register area 34 - description: PRCC 5 register area 35 - description: PRCC 6 register area
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_termcap.c | 350 * tgetstr(str, area) 358 NCURSES_SP_NAME(tgetstr) (NCURSES_SP_DCLx const char *id, char **area) in NCURSES_SP_NAME() 362 T((T_CALLED("tgetstr(%s,%p)"), id, (void *) area)); in NCURSES_SP_NAME() 394 if (area != 0 in NCURSES_SP_NAME() 395 && *area != 0) { in NCURSES_SP_NAME() 396 _nc_STRCPY(*area, result, 1024); in NCURSES_SP_NAME() 397 result = *area; in NCURSES_SP_NAME() 398 *area += strlen(*area) + 1; in NCURSES_SP_NAME() 408 tgetstr(const char *id, char **area) in tgetstr() argument 410 return NCURSES_SP_NAME(tgetstr) (CURRENT_SCREEN, id, area); in tgetstr()
|
/freebsd/share/doc/smm/11.timedop/ |
H A D | timed.ms | 64 area network. 72 of the various hosts in a local area network. 119 The machines that are gateways between distinct local area 147 daemon in a local area internetwork. 182 time daemons run on multiply-connected local area networks. 198 when several local area networks are interconnected. 264 R. Gusella and S. Zatti, \fIClock Synchronization in a Local Area Network\fP,
|
/freebsd/sys/fs/cd9660/ |
H A D | iso_rrip.h | 62 daddr_t iso_ce_blk; /* block of continuation area */ 63 off_t iso_ce_off; /* offset of continuation area */ 64 int iso_ce_len; /* length of continuation area */ 67 char *outbuf; /* name/symbolic link output area */
|