Searched refs:device_spec (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c146 unsigned short device_spec;
144 unsigned short device_spec; member in struct:iso_spec_packet
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c164 device_spec_t *device_spec; member in struct:__anon851
1945 * since they are owned by the device_spec cache.
2654 device_spec_t *device_spec; local
2657 error = get_spec_for_name(device_name, &device_spec);
2660 *includes = spec_includes_device(spec, device_spec);
3059 entry->device_spec = *id;
3077 *id = ((spec_cache_t *)item->obj)->device_spec;
3087 * INPUT: spec - pointer to a device_spec struct
3088 * device - pointer to a device_spec struct
3121 * INPUT: spec - pointer to a device_spec struc
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c366 dacf_rule_ctor(char *device_spec, char *module, char *opset, dacf_opid_t opid, argument
377 rule->r_devspec_data = kmem_alloc(strlen(device_spec) + 1, KM_SLEEP);
378 (void) strcpy(rule->r_devspec_data, device_spec);

Completed in 63 milliseconds