Home
last modified time | relevance | path

Searched refs:copts (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c100 char *copts; in charmap_search() local
122 copts = strdup(opts); in charmap_search()
123 if (copts == NULL) in charmap_search()
128 next = copts; in charmap_search()
153 free(copts); in charmap_search()
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c136 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_get_board_status()
137 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_get_board_status()
266 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_assign_board()
267 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_assign_board()
317 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_unassign_board()
318 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_unassign_board()
413 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_connect_board()
414 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_connect_board()
514 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_disconnect_board()
515 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_disconnect_board()
[all …]
/titanic_50/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c1431 if ((opts->size > 0) && (opts->copts != NULL)) { in drmach_pre_op()
1432 if (strstr(opts->copts, ACPIDEV_CMD_OST_PREFIX) == NULL) { in drmach_pre_op()
1695 char *copts; in drmach_update_acpi_status() local
1710 copts = opts->copts; in drmach_update_acpi_status()
1711 if (strncmp(copts, ACPIDEV_CMD_OST_INPROGRESS, in drmach_update_acpi_status()
1715 copts += strlen(ACPIDEV_CMD_OST_INPROGRESS); in drmach_update_acpi_status()
1716 } else if (strncmp(copts, ACPIDEV_CMD_OST_SUCCESS, in drmach_update_acpi_status()
1719 copts += strlen(ACPIDEV_CMD_OST_SUCCESS); in drmach_update_acpi_status()
1720 } else if (strncmp(copts, ACPIDEV_CMD_OST_FAILURE, in drmach_update_acpi_status()
1723 copts += strlen(ACPIDEV_CMD_OST_FAILURE); in drmach_update_acpi_status()
[all …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Dsbd.h47 char *copts; /* pointer to the platform options */ member
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Ddrmach.h87 char *copts; member
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Ddrmach.h78 char *copts; member
/titanic_50/usr/src/uts/i86pc/sys/
H A Ddrmach.h89 char *copts; member
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c1954 if ((opts->size > 0) && (opts->copts != NULL)) { in drmach_pre_op()
1956 DRMACH_PR("platform options: %s\n", opts->copts); in drmach_pre_op()
1958 if (strstr(opts->copts, "xfdr") != NULL) { in drmach_pre_op()
2048 char *cptr, *copts; in drmach_board_connect() local
2054 copts = opts->copts; in drmach_board_connect()
2056 if ((cptr = strstr(copts, "cpuid=")) != NULL) { in drmach_board_connect()
3592 if (strncmp(drmach_pt_arr[i].name, opts->copts, len) == 0) in drmach_passthru()
3599 err = drerr_new(0, ESTF_UNKPTCMD, opts->copts); in drmach_passthru()
/titanic_50/usr/src/uts/i86pc/io/dr/
H A Ddr.c688 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in dr_ioctl()
933 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd()
936 (void *)hp->h_opts.copts, in dr_copyin_iocmd()
3029 char *copts; in dr_pt_ioctl() local
3035 copts = hp->h_opts.copts; in dr_pt_ioctl()
3037 if (sz == 0 || copts == (char *)NULL) { in dr_pt_ioctl()
3045 found = (strncmp(pt_arr[cmd].pt_name, copts, len) == 0); in dr_pt_ioctl()
/titanic_50/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c690 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in dr_ioctl()
937 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd()
940 (void *)hp->h_opts.copts, in dr_copyin_iocmd()
3072 char *copts; in dr_pt_ioctl() local
3078 copts = hp->h_opts.copts; in dr_pt_ioctl()
3080 if (sz == 0 || copts == (char *)NULL) { in dr_pt_ioctl()
3088 found = (strncmp(pt_arr[cmd].pt_name, copts, len) == 0); in dr_pt_ioctl()
/titanic_50/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h278 char *copts; member
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c1315 if ((opts->size > 0) && (opts->copts != NULL)) { in drmach_pre_op()
1317 DRMACH_PR("platform options: %s\n", opts->copts); in drmach_pre_op()
1319 if (strstr(opts->copts, "opldr") == NULL) { in drmach_pre_op()
2622 if (strncmp(drmach_pt_arr[i].name, opts->copts, len) == 0) in drmach_passthru()
2629 err = drerr_new(0, EOPL_UNKPTCMD, opts->copts); in drmach_passthru()
/titanic_50/usr/src/uts/sun4u/io/
H A Dsbd.c1538 if (hp->h_opts.copts != NULL) { in sbd_release_handle()
1539 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in sbd_release_handle()
1654 hp->h_opts.copts = GETSTRUCT(char, hp->h_opts.size); in sbd_copyin_ioarg()
1656 (void *)hp->h_opts.copts, in sbd_copyin_ioarg()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c4981 char *copts; in drmach_board_test() local
5003 if ((opts->size > 0) && ((copts = opts->copts) != NULL)) { in drmach_board_test()
5005 bcopy(copts, obufp->msgdata.dm_tb.hpost_opts, cpylen); in drmach_board_test()
6988 if (strncmp(drmach_pt_arr[i].name, opts->copts, len) == 0) in drmach_passthru()
6995 err = drerr_new(0, ESTC_UNKPTCMD, opts->copts); in drmach_passthru()