HomeSort by: relevance | last modified time | path
    Searched defs:custom (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/utils/embedded/conf/
usermode.conf 5 custom=custom key
65 if [ -d ${custom} ]; then
66 echo "${bar} user customisations from files in ${custom} ${bar}"
67 (cd ${custom} && pax -rwpe . ${mnt})
  /src/usr.bin/make/unit-tests/
deptgt-suffixes.mk 13 .SUFFIXES: .custom-null
16 .NULL: .custom-null
17 .PATH.custom-null: . ..
  /src/sys/arch/amiga/amiga/
custom.h 1 /* $NetBSD: custom.h,v 1.12 2002/04/25 09:20:27 aymeric Exp $ */
30 * This is a rewrite (retype) of the Amiga's custom chip register map, based
32 * hardware/custom.h.
39 struct Custom {
201 /* Custom chips as seen by the kernel */
207 #define custom (*((volatile struct Custom *)CUSTOMbase)) macro
211 #define CUSTOM_OFS(field) ((long)&((struct Custom*)0)->field)
  /src/sys/dev/usb/
mbim.h 375 custom; member in struct:mbim_cid_pin_list_info

Completed in 15 milliseconds