HomeSort by: relevance | last modified time | path
    Searched defs:spec (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
nouveau_nvkm_subdev_ltc_gp10b.c 36 struct iommu_fwspec *spec; local in function:gp10b_ltc_init
43 __USE(spec);
45 spec = dev_iommu_fwspec_get(device->dev);
46 if (spec) {
47 u32 sid = spec->ids[0] & 0xffff;
nouveau_nvkm_subdev_ltc_gp10b.c 36 struct iommu_fwspec *spec; local in function:gp10b_ltc_init
43 __USE(spec);
45 spec = dev_iommu_fwspec_get(device->dev);
46 if (spec) {
47 u32 sid = spec->ids[0] & 0xffff;
  /src/sys/arch/ia64/ia64/
consinit.c 153 struct dig64_pci_spec *spec = ent->specs.pci; local in function:pcdp_cninit
155 if (spec->flags & DIG64_FLAGS_MMIO_TRA_VALID)
156 (void*)spec->mmio_tra;
157 if (spec->flags & DIG64_FLAGS_IOPORT_TRA_VALID)
158 (void*)spec->ioport_tra;
consinit.c 153 struct dig64_pci_spec *spec = ent->specs.pci; local in function:pcdp_cninit
155 if (spec->flags & DIG64_FLAGS_MMIO_TRA_VALID)
156 (void*)spec->mmio_tra;
157 if (spec->flags & DIG64_FLAGS_IOPORT_TRA_VALID)
158 (void*)spec->ioport_tra;
  /src/lib/libutil/
parsedate.y 130 spec: label
132 | spec item
parsedate.y 130 spec: label
132 | spec item
  /src/sys/arch/mmeye/stand/boot/
boot.c 107 char *ptr, *spec; local in function:get_bsdbootname
110 spec = NULL;
129 spec = ptr;
134 len = strlen(spec);
139 if (parse_bootname(spec, len, dev, kern))
150 parse_bootname(char *spec, int len, char **dev, char **kern)
157 memcpy(bootname, spec, len);
boot.c 107 char *ptr, *spec; local in function:get_bsdbootname
110 spec = NULL;
129 spec = ptr;
134 len = strlen(spec);
139 if (parse_bootname(spec, len, dev, kern))
150 parse_bootname(char *spec, int len, char **dev, char **kern)
157 memcpy(bootname, spec, len);
  /src/usr.bin/sort/
init.c 243 * spec in OPTS, require an additional argv word as an option
278 * Replace historic +SPEC arguments with appropriate -kSPEC.
280 * The form can be either a single +SPEC or a pair +SPEC -SPEC.
281 * The following -SPEC is not recognized unless it follows
288 char *vpos, *tpos, spec[20]; local in function:fixit
329 * At this point argv[i] is an old-style spec. The
331 * tells us if it's a +SPEC or -SPEC
    [all...]
init.c 243 * spec in OPTS, require an additional argv word as an option
278 * Replace historic +SPEC arguments with appropriate -kSPEC.
280 * The form can be either a single +SPEC or a pair +SPEC -SPEC.
281 * The following -SPEC is not recognized unless it follows
288 char *vpos, *tpos, spec[20]; local in function:fixit
329 * At this point argv[i] is an old-style spec. The
331 * tells us if it's a +SPEC or -SPEC
    [all...]
  /src/usr.bin/tabs/
tabs.c 56 const char *spec; member in struct:tabspec
86 const char *cr, *spec = NULL; local in function:main
139 spec = tabspecs[j].spec;
146 if (tabs == NULL && spec != NULL)
147 tabs = strdup(spec);
tabs.c 56 const char *spec; member in struct:tabspec
86 const char *cr, *spec = NULL; local in function:main
139 spec = tabspecs[j].spec;
146 if (tabs == NULL && spec != NULL)
147 tabs = strdup(spec);
  /src/games/monop/
monop.c 64 spec; /* set if moving by card to RR or UTIL */ variable in typeref:typename:bool
monop.c 64 spec; /* set if moving by card to RR or UTIL */ variable in typeref:typename:bool
  /src/sys/arch/ia64/stand/common/
boot.c 237 const char *spec, *ep; local in function:getbootfile
249 if ((spec = getenv("bootfile")) == NULL)
250 spec = default_bootfiles;
252 while ((try > 0) && (spec != NULL)) {
253 spec = strchr(spec, ';');
254 if (spec)
255 spec++; /* skip over the leading ';' */
258 if (spec != NULL) {
259 if ((ep = strchr(spec, ';')) != NULL)
    [all...]
boot.c 237 const char *spec, *ep; local in function:getbootfile
249 if ((spec = getenv("bootfile")) == NULL)
250 spec = default_bootfiles;
252 while ((try > 0) && (spec != NULL)) {
253 spec = strchr(spec, ';');
254 if (spec)
255 spec++; /* skip over the leading ';' */
258 if (spec != NULL) {
259 if ((ep = strchr(spec, ';')) != NULL)
    [all...]
  /src/usr.bin/hexdump/
parse.c 163 static const char *spec = ".#-+ 0123456789"; variable in typeref:typename:const char *
186 while (strchr(spec + 1, *++fmt));
256 for (++p1; *p1 && strchr(spec, *p1); ++p1);
259 while (*++p1 && strchr(spec + 1, *p1));
display.c 216 static const char *spec = " -0+#"; local in function:bpad
227 for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
parse.c 163 static const char *spec = ".#-+ 0123456789"; variable in typeref:typename:const char *
186 while (strchr(spec + 1, *++fmt));
256 for (++p1; *p1 && strchr(spec, *p1); ++p1);
259 while (*++p1 && strchr(spec + 1, *p1));
display.c 216 static const char *spec = " -0+#"; local in function:bpad
227 for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
  /src/sys/arch/arm/broadcom/
bcm2835_cprman.c 82 const u_int *spec = data; local in function:cprman_decode
88 id = be32toh(spec[0]);
  /src/sys/arch/cobalt/stand/boot/
boot.c 225 char *ptr, *spec; local in function:get_bsdbootname
234 spec = bootstring;
237 while ((spec = strstr(spec, "root=")) != NULL) {
238 spec += 5; /* skip 'root=' */
239 ptr = strchr(spec, ' ');
240 len = (ptr == NULL) ? strlen(spec) : ptr - spec;
242 if (len == 9 && memcmp("/dev/hd", spec, 7) == 0) {
243 bootunit = spec[7] - 'a'
    [all...]
  /src/sbin/fsck/
fsck.c 199 const char *spec, *spec2, *mntpt, *type, *cp; local in function:main
202 spec = mntpt = *argv;
203 spec2 = getfsspecname(buf, sizeof(buf), spec);
205 spec2 = spec;
214 fs = getfsfile(spec);
216 fs = getfsspec(spec);
217 if (fs == NULL && spec != spec2) {
219 spec = spec2;
223 spec = getfsspecname(buf, sizeof(buf), fs->fs_spec);
224 if (spec == NULL
    [all...]
  /src/usr.sbin/mtree/
spec.c 1 /* $NetBSD: spec.c,v 1.92 2024/12/05 17:17:43 christos Exp $ */
68 static char sccsid[] = "@(#)spec.c 8.2 (Berkeley) 4/28/95";
70 __RCSID("$NetBSD: spec.c,v 1.92 2024/12/05 17:17:43 christos Exp $");
94 size_t mtree_lineno; /* Current spec line number */
110 spec(FILE *fp) function in typeref:typename:NODE *
  /src/sbin/mount_nfs/
mount_nfs.c 174 mount_nfs_dogetargs(struct nfs_args *nfsargsp, int mntflags, const char *spec)
184 if ((tspec = strdup(spec)) == NULL) {
213 char *spec, char *name)
426 strlcpy(spec, *argv++, MAXPATHLEN);
428 mount_nfs_dogetargs(nfsargsp, *mntflags, spec);
434 char spec[MAXPATHLEN], name[MAXPATHLEN]; local in function:mount_nfs
439 mount_nfs_parseargs(argc, argv, &args, &mntflags, spec, name);
452 mount_nfs_dogetargs(&args, mntflags, spec);
457 err(EXIT_FAILURE, "%s on %s", spec, name);

Completed in 31 milliseconds

1 2