Lines Matching defs:escd
13 * The .../escd file is utilized by the lsescd utility written by
52 struct escd_info_struc escd;
54 if (pnp_bios_escd_info(&escd))
59 escd.min_escd_write_size,
60 escd.escd_size, escd.nv_storage_base);
67 struct escd_info_struc escd;
71 if (pnp_bios_escd_info(&escd))
75 if (escd.escd_size > MAX_SANE_ESCD_SIZE) {
81 tmpbuf = kzalloc(escd.escd_size, GFP_KERNEL);
85 if (pnp_bios_read_escd(tmpbuf, escd.nv_storage_base)) {
259 proc_create_single("escd", S_IRUSR, proc_pnp, escd_proc_show);
280 remove_proc_entry("escd", proc_pnp);