| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x_x509a.c | 38 return x->aux ? 1 : 0; 45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL) 47 return x->aux; 52 X509_CERT_AUX *aux; 54 if (!x || !x->aux || !x->aux->alias) 56 ASN1_UTF8STRING_free(x->aux->alias); 57 x->aux->alias = NULL; 60 if ((aux = aux_get(x)) == NULL [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x_x509a.c | 38 return x->aux ? 1 : 0; 45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL) 47 return x->aux; 52 X509_CERT_AUX *aux; 54 if (!x || !x->aux || !x->aux->alias) 56 ASN1_UTF8STRING_free(x->aux->alias); 57 x->aux->alias = NULL; 60 if ((aux = aux_get(x)) == NULL [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x_x509a.c | 38 return x->aux ? 1 : 0; 45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL) 47 return x->aux; 52 X509_CERT_AUX *aux; 54 if (!x || !x->aux || !x->aux->alias) 56 ASN1_UTF8STRING_free(x->aux->alias); 57 x->aux->alias = NULL; 60 if ((aux = aux_get(x)) == NULL [all...] |
| /src/external/gpl2/lvm2/dist/test/ |
| t-lvm-init.sh | 17 aux prepare_devs 5
|
| t-lvcreate-operation.sh | 24 aux prepare_pvs 2 25 aux pvcreate --metadatacopies 0 $dev1 26 aux vgcreate $vg $devs
|
| lvm2app.sh | 17 aux prepare_devs 2
|
| t-vgchange-usage.sh | 16 aux prepare_pvs 3 30 aux check_vg_field_ $vg max_pv 0 32 aux check_vg_field_ $vg max_pv 128 37 aux check_vg_field_ $vg max_pv 128 40 aux check_vg_field_ $vg max_lv 0 42 aux check_vg_field_ $vg max_lv 128 50 aux check_vg_field_ $vg max_lv 128
|
| /src/external/mit/xorg/lib/xcb-util/aux/ |
| Makefile | 3 XCBUTIL= aux
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
| nouveau_nvkm_subdev_i2c_aux.c | 29 #include "aux.h" 37 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); local 41 ret = nvkm_i2c_aux_acquire(aux); 64 ret = aux->func->xfer(aux, true, cmd, 70 AUX_TRACE(aux, "no data after 32 retries"); 84 nvkm_i2c_aux_release(aux); 101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) 103 struct nvkm_i2c_pad *pad = aux->pad 161 struct nvkm_i2c_aux *aux = *paux; local [all...] |
| nouveau_nvkm_subdev_i2c_auxg94.c | 30 #include "aux.h" 38 g94_i2c_aux_fini(struct g94_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 g94_i2c_aux_init(struct g94_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)) 84 struct g94_i2c_aux *aux = g94_i2c_aux(obj); local 173 struct g94_i2c_aux *aux; local [all...] |
| nouveau_nvkm_subdev_i2c_auxgm200.c | 30 #include "aux.h" 38 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)) 84 struct gm200_i2c_aux *aux = gm200_i2c_aux(obj); local 178 struct gm200_i2c_aux *aux; local [all...] |
| /src/external/mit/xorg/lib/xcb-util/image/ |
| Makefile | 10 xcb-aux ${.CURDIR}/../aux 14 CPPFLAGS+= -I${X11SRCDIR.xcb-util}/aux
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_getauxval.h | 49 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo(); 50 aux->a_type != AT_NULL; ++aux) { 51 if (type == aux->a_type) 52 return aux->a_v;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_getauxval.h | 49 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo(); 50 aux->a_type != AT_NULL; ++aux) { 51 if (type == aux->a_type) 52 return aux->a_v;
|
| /src/sys/arch/epoc32/epoc32/ |
| internal.c | 44 internal_match(device_t parent, cfdata_t match, void *aux) 52 internal_attach(device_t parent, device_t self, void *aux) 58 config_search(self, aux, 63 internal_search(device_t self, cfdata_t cf, const int *ldesc, void *aux) 79 if (config_probe(self, cf, aux)) 80 config_attach(self, cf, aux, NULL, CFARGS_NONE);
|
| /src/sys/arch/arm/imx/ |
| imx51_wdog.c | 43 wdog_match(device_t parent, struct cfdata *cf, void *aux) 45 struct axi_attach_args *aa = aux; 56 wdog_attach(device_t parent, device_t self, void *aux) 58 struct axi_attach_args *aa = aux;
|
| /src/sys/arch/evbppc/virtex/dev/ |
| xcvbus.c | 55 xcvbus_match(device_t parent, cfdata_t cf, void *aux) 57 struct plb_attach_args *paa = aux; 63 xcvbus_attach(device_t parent, device_t self, void *aux) 65 struct plb_attach_args *paa = aux; 77 xcvbus_print(void *aux, const char *pnp) 79 struct xcvbus_attach_args *vaa = aux; 102 xcvbus_child_match(device_t parent, cfdata_t cf, void *aux) 104 struct xcvbus_attach_args *vaa = aux;
|
| /src/sys/arch/ofppc/ofppc/ |
| autoconf.c | 39 device_register(device_t dev, void *aux) 41 ofw_device_register(dev, aux);
|
| /src/sys/arch/sandpoint/sandpoint/ |
| eumb.c | 57 eumb_match(device_t parent, cfdata_t cf, void *aux) 59 struct mainbus_attach_args *ma = aux; 67 eumb_attach(device_t parent, device_t self, void *aux) 72 config_search(self, aux, 77 eumb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) 79 struct mainbus_attach_args *ma = aux; 92 eumb_print(void *aux, const char *pnp) 94 struct eumb_attach_args *eaa = aux;
|
| /src/sys/arch/x86/pci/ |
| amdpcib.c | 57 amdpcib_match(device_t parent, cfdata_t match, void *aux) 59 struct pci_attach_args *pa = aux; 69 amdpcib_attach(device_t parent, device_t self, void *aux) 71 struct pci_attach_args *pa = aux; 73 pcibattach(parent, self, aux); 81 amdpcib_search(device_t parent, cfdata_t cf, const int *locs, void *aux) 84 if (config_probe(parent, cf, aux)) 85 config_attach(parent, cf, aux, NULL,
|
| /src/sys/dev/gpio/ |
| gpiolib.c | 34 gpiobus_print(void *aux, const char *pnp) 37 struct gpiobus_attach_args *gba = aux;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/man/ |
| x-to-1.in | 38 aux="$4" 41 progname=`basename $aux .x` 45 echo "$HELP2MAN --include=$aux $executable > $output" 47 $HELP2MAN --include=$aux $executable > t-$progname.1 || exit 1
|
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| x-to-1.in | 38 aux="$4" 41 progname=`basename $aux .x` 45 echo "$HELP2MAN --include=$aux $executable > $output" 47 $HELP2MAN --include=$aux $executable > t-$progname.1 || exit 1
|
| /src/external/gpl3/autoconf/dist/ |
| cfg.mk | 54 cp $(gnulib_dir)/build-aux/announce-gen $(srcdir)/build-aux 55 cp $(gnulib_dir)/build-aux/config.guess $(srcdir)/build-aux 56 cp $(gnulib_dir)/build-aux/config.sub $(srcdir)/build-aux 57 cp $(gnulib_dir)/build-aux/elisp-comp $(srcdir)/build-aux 58 cp $(gnulib_dir)/build-aux/gendocs.sh $(srcdir)/build-aux [all...] |
| /src/sys/arch/mips/alchemy/dev/ |
| auaudio.c | 55 auaudio_match(device_t parent, cfdata_t match, void *aux) 57 struct aubus_attach_args *aa = aux; 67 auaudio_attach(device_t parent, device_t self, void *aux)
|