HomeSort by: relevance | last modified time | path
    Searched refs:description (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/dev/podulebus/
podulebus.h 51 const char *description; member in struct:podule_description
56 const char *description; member in struct:manufacturer_description
  /src/sys/external/bsd/drm2/include/linux/
moduleparam.h 38 const char *dname; // Name used for description
74 const char *description; member in struct:linux_module_param_desc
76 #define MODULE_PARM_DESC(PARAMETER, DESCRIPTION) \
80 .description = DESCRIPTION, \
  /src/lib/libmenu/
item.c 43 {NULL, 0}, /* item description struct */
85 * Return the pointer to the item description
93 return item->description.string;
283 new_item(char *name, char *description)
309 if (description == NULL)
310 new_one->description.length = 0;
312 /* fill in the description structure, stash the length then
313 allocate room for description string and copy it in */
314 new_one->description.length = strlen(description);
    [all...]
internals.c 481 pad_len -= menu->items[item]->description.length - 1;
484 for (j = 0; j < menu->items[item]->description.length; j++) {
486 menu->items[item]->description.string[j]);
604 width += menu->items[i]->description.length + 1;
menu.h 84 MENU_STR description; member in struct:__item
118 int pad; /* filler char between name and description */
  /src/tests/lib/libm/
t_libm.h 59 #define ATF_LIBM_TEST(name, description) \
61 ATF_TC_HEAD(name, tc) { atf_tc_set_md_var(tc, "descr", description); } \
  /src/sys/arch/acorn32/podulebus/
podulebus.c 172 printf("description=%s ", podule->description);
204 podule->description[loop] =
206 podule->description[loop + 1] = 0;
267 while (man_desc->description) {
273 if (!man_desc->description)
276 printf("%s : ", man_desc->description);
281 while (pod_desc->description) {
286 if (!pod_desc->description)
290 printf("%s : ", pod_desc->description);
    [all...]
netslot.c 107 podule->description[0] = 0;
asc.c 169 strncmp(pa->pa_podule->description, "MCS", 3) != 0)
  /src/lib/libedit/
map.h 48 const wchar_t *description; /* description of function */ member in struct:el_bindings_t
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 83 char description[PODULE_DESCRIPTION_LENGTH + 1]; member in struct:__anon529cc25c0108
129 #define pa_descr pa_podule->description
  /src/usr.sbin/envstat/
config_lex.l 52 SENSORPROP warning-max|high-capacity|warning-min|warning-capacity|critical-max|maximum-capacity|critical-min|critical-capacity|rfact|description
  /src/sys/dev/tc/
tc.c 293 const char *id, *driver, *description; member in struct:tc_knowndev
302 const char *driver, *description; local in function:tc_devinfo
312 description = id;
322 description = tdp->description;
332 snprintf(cp, l, "%s (%s)", driver, description);
  /src/share/examples/asm/hello/
powerpc.s 39 .int 4 # Length of the description field below.
42 .int 0x23b419a0 # The description value; 5.99.56.
  /src/sys/arch/mac68k/obio/
iwm_fdvar.h 89 const char *description; member in struct:fdInfo
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 191 const char *description = sig.Describe(); local in function:__sanitizer::ReportDeadlySignalImpl
193 SanitizerToolName, description, (void *)sig.addr, (void *)sig.pc,
216 ReportErrorSummary(description, stack);
  /src/usr.sbin/sysinst/
disklabel.c 60 char short_desc[6], description[30]; member in struct:dl_custom_ptype
599 dl_types[i].description = getfslabelname(i, 0);
623 if (dl_types[0].description == NULL)
645 if (dl_types[0].description == NULL)
661 if (dl_types[0].description == NULL)
684 snprintf(nt->description, sizeof(nt->description),
686 nt->description[sizeof(nt->description)-1] = 0;
689 nt->desc.description = nt->description
    [all...]
  /src/sys/external/bsd/drm2/drm/
drm_sysctl.c 55 return d->description;
  /src/sbin/scsictl/
scsi_sense.c 79 const char *description; member in struct:__anon83c5fd8c0108
282 while (adesc[i].description != NULL) {
287 if (adesc[i].description == NULL) {
297 (void) strlcpy(result, adesc[i].description, reslen);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_debugging.cc 67 int __tsan_get_report_data(void *report, const char **description, int *count,
73 *description = ReportTypeDescription(rep->typ);
  /src/usr.sbin/btdevctl/
sdp.c 112 const char *description; member in struct:__anond5d7158f0108
205 printf("\t%s\t%s\n", cfgtype[i].name, cfgtype[i].description);
  /src/sys/dev/ic/
bwfm.c 143 const char *description; member in struct:__anon4d9f97210108
147 .description = "Firmware",
151 .description = "NVRAM",
155 .description = "CLM",
159 .description = "TXCAP",
163 .description = "CAL",
184 bwfm_firmware_filetypes[which].description, names[1]);
187 bwfm_firmware_filetypes[which].description, names[0]);
201 bwfm_firmware_filetypes[which].description, names[i]);
208 bwfm_firmware_filetypes[which].description);
    [all...]
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 106 const char * description; member in struct:service
501 sdp_put_str(&rec, s->description, -1);
635 * Each protocol stack description contains a sequence for each
711 fprintf(stderr, "\t%-13s%s\n", s->name, s->description);
  /src/usr.sbin/iopctl/
iopctl.c 385 i2ostrvis(p.di.description, sizeof(p.di.description), ident,
387 show("description", "<%s>", ident);
  /src/usr.bin/make/unit-tests/
var-op-default.mk 31 # This comes very close to the description, the only difference is that

Completed in 21 milliseconds

1 2 3