HomeSort by: relevance | last modified time | path
    Searched refs:d_kind (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/ia64/stand/ia64/ski/
main.c 99 currdev.d_kind.skidisk.unit = 0;
101 currdev.d_kind.skidisk.slice = -1;
103 currdev.d_kind.skidisk.partition = 0;
devicename.c 158 idev->d_kind.skidisk.unit = unit;
159 idev->d_kind.skidisk.slice = slice;
160 idev->d_kind.skidisk.partition = partition;
185 idev->d_kind.netif.unit = unit;
222 len = snprintf(buf, buflen, "%s%d", dev->d_dev->dv_name, dev->d_kind.skidisk.unit);
225 if (dev->d_kind.skidisk.slice > 0) {
226 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.skidisk.slice);
230 if (dev->d_kind.skidisk.partition >= 0) {
231 len += snprintf(buf + len, buflen - len, "%c", dev->d_kind.skidisk.partition + 'a');
239 snprintf(buf, buflen, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit)
    [all...]
libski.h 47 } d_kind; member in struct:ski_devdesc
  /src/sys/arch/ia64/stand/efi/libefi/
devicename.c 163 idev->d_kind.efidisk.unit = unit;
164 idev->d_kind.efidisk.slice = slice;
165 idev->d_kind.efidisk.partition = partition;
190 idev->d_kind.netif.unit = unit;
227 len = snprintf(buf, buflen, "%s%d", dev->d_dev->dv_name, dev->d_kind.efidisk.unit);
230 if (dev->d_kind.efidisk.slice > 0) {
231 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.efidisk.slice);
235 if (dev->d_kind.efidisk.partition >= 0) {
236 len += snprintf(buf + len, buflen - len, "%c", dev->d_kind.efidisk.partition + 'a');
244 snprintf(buf, buflen, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit)
    [all...]
efiboot.h 55 } d_kind; member in struct:efi_devdesc
efifs.c 371 unit = dev->d_kind.efidisk.unit;
  /src/usr.bin/xlint/lint1/
decl.c 81 dcs->d_kind = DLK_EXTERN;
525 dl->d_kind = kind;
542 switch (dl->d_kind) {
626 // keep d_kind
662 if (dcs->d_kind == DLK_EXTERN) {
668 } else if (dcs->d_kind == DLK_OLD_STYLE_PARAMS ||
669 dcs->d_kind == DLK_PROTO_PARAMS) {
951 if (dcs->d_kind == DLK_PROTO_PARAMS) {
958 } else if (dcs->d_kind == DLK_ABSTRACT) {
1083 if (dcs->d_kind == DLK_UNION)
    [all...]
func.c 372 lint_assert(dcs->d_kind == DLK_EXTERN);
1028 if (dcs->d_kind != DLK_EXTERN) {
1043 if (dcs->d_kind != DLK_EXTERN) {
1062 if (dcs->d_kind != DLK_EXTERN) {
1081 if (dcs->d_kind != DLK_EXTERN) {
1096 if (dcs->d_kind != DLK_EXTERN) {
1113 if (dcs->d_kind != DLK_EXTERN) {
lint1.h 368 decl_level_kind d_kind; member in struct:decl_level
debug.c 482 debug_printf("kind=%s", decl_level_kind_name(dl->d_kind));
tree.c 4923 if (dcs->d_kind != DLK_EXTERN && !is_do_while)
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 142 currdev.d_kind.efidisk.unit = i;
144 currdev.d_kind.efidisk.slice = -1;
145 currdev.d_kind.efidisk.partition = 0;
149 currdev.d_kind.netif.unit = 0; /* XXX */
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 961 d_kind, enumerator in enum:tree_node_kind
tree.cc 1113 return d_kind;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 941 d_kind, enumerator in enum:tree_node_kind
tree.cc 1130 return d_kind;

Completed in 91 milliseconds