Searched refs:cnf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c362 iscsi_door_cnf_t *cnf; local
373 cnf = (iscsi_door_cnf_t *)&err_ind;
407 cnf = _getipnodebyname_req(
417 err_code = door_return((char *)cnf, cnf_len, NULL, 0);
459 getipnodebyname_cnf_t *cnf = (getipnodebyname_cnf_t *)req; local
465 cnf->hdr.opcode = ISCSI_DOOR_GETIPNODEBYNAME_CNF;
469 cnf->hdr.status = ISCSI_DOOR_STATUS_REQ_FORMAT;
471 return ((iscsi_door_cnf_t *)cnf);
482 cnf->hdr.status = ISCSI_DOOR_STATUS_REQ_FORMAT;
484 return ((iscsi_door_cnf_t *)cnf);
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_doorclt.c248 getipnodebyname_cnf_t *cnf; local
271 * +--------------------+ <--- req, cnf
286 cnf = (getipnodebyname_cnf_t *)((char *)hptr + hostent_size);
293 * The cnf address is used as output buffer.
314 if (inet_pton(af, (char *)name, cnf) == 1) {
321 *hptr->h_addr_list = (char *)cnf;
357 arg.rbuf = (char *)cnf;
369 * in arg.rbuf should be cnf, but we never know.
371 cnf = (getipnodebyname_cnf_t *)arg.rbuf;
373 if ((cnf
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h96 iscsi_door_cnf_t cnf; member in union:_iscsi_door_msg
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1126 % If texinfo.cnf is present on the system, read it.
1128 \openin 1 texinfo.cnf
1129 \ifeof 1 \else \input texinfo.cnf \fi

Completed in 73 milliseconds