/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 56 static int hci1394_q_reserve(hci1394_q_buf_t *qbuf, uint_t size, 58 static void hci1394_q_unreserve(hci1394_q_buf_t *qbuf); 59 static void hci1394_q_buf_setup(hci1394_q_buf_t *qbuf); 61 static void hci1394_q_next_buf(hci1394_q_buf_t *qbuf); 64 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 67 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 70 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, uint32_t io_addr, 72 static void hci1394_q_at_rep_put8(hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, 74 static void hci1394_q_at_copy_from_mblk(hci1394_q_buf_t *qbuf, 78 hci1394_q_buf_t *qbuf, uint32_t io_addr, uint_t datasize); [all …]
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_ho.c | 112 querybuf qbuf; /*%< query buffer */ member 267 q->answer = q->qbuf.buf; in ho_byname2() 268 q->anslen = sizeof(q->qbuf); in ho_byname2() 275 q->answer = q->qbuf.buf; in ho_byname2() 276 q->anslen = sizeof(q->qbuf); in ho_byname2() 369 q->answer = q->qbuf.buf; in ho_byaddr() 370 q->anslen = sizeof(q->qbuf); in ho_byaddr() 377 q->answer = q->qbuf.buf; in ho_byaddr() 378 q->anslen = sizeof(q->qbuf); in ho_byaddr() 383 q2->answer = q2->qbuf.buf; in ho_byaddr() [all …]
|
H A D | dns_nw.c | 267 char qbuf[sizeof "255.255.255.255.in-addr.arpa"]; in get1101byaddr() local 277 if (make1101inaddr(net, len, qbuf, sizeof qbuf) < 0) in get1101byaddr() 285 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byaddr() 447 char qbuf[sizeof "255.255.255.255.in-addr.arpa"], owner[MAXDNAME]; in get1101mask() local 454 if (make1101inaddr(nwent->n_addr, nwent->n_length, qbuf, sizeof qbuf) in get1101mask() 467 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET); in get1101mask() 504 ns_samename(qbuf, owner) == 1) { in get1101mask()
|
H A D | hesiod.c | 351 u_char qbuf[MAX_HESRESP], abuf[MAX_HESRESP]; in get_txt_records() local 361 NULL, qbuf, MAX_HESRESP); in get_txt_records() 366 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP); in get_txt_records()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_nisdbquery.c | 1138 db_query *qbuf; in pseudoEntryObj2Query() local 1165 qbuf = am(myself, sizeof (*qbuf)); in pseudoEntryObj2Query() 1171 return (qbuf); in pseudoEntryObj2Query() 1185 qbuf->components.components_val = qcbuf; in pseudoEntryObj2Query() 1186 qbuf->components.components_len = nc; in pseudoEntryObj2Query() 1193 freeQuery(qbuf); in pseudoEntryObj2Query() 1205 return (qbuf); in pseudoEntryObj2Query() 1217 queryFromComponent(db_query *q, int index, db_query *qbuf) { in queryFromComponent() argument 1220 qbuf == 0) in queryFromComponent() 1223 qbuf->components.components_len = 1; in queryFromComponent() [all …]
|
H A D | db_mindex2.cc | 1437 db_query qbuf, **qold; in storeLDAP() local 1517 qc = queryFromComponent(qin, i, &qbuf); in storeLDAP() 1548 (void) memset(&qbuf, 0, sizeof (qbuf)); in storeLDAP() 1578 (void) memset(&qbuf, 0, sizeof (qbuf)); in storeLDAP() 1597 (void) memset(&qbuf, 0, sizeof (qbuf)); in storeLDAP()
|
H A D | ldap_nisdbquery.h | 63 db_query *queryFromComponent(db_query *q, int index, db_query *qbuf);
|
/titanic_44/usr/src/cmd/syseventd/modules/devfsadmd_mod/ |
H A D | devfsadmd_mod.c | 86 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; in system1() local 143 (void) sigaction(SIGQUIT, &ignore, &qbuf); in system1() 150 (void) sigaction(SIGQUIT, &qbuf, NULL); in system1()
|
/titanic_44/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 275 char qbuf[MAXDNAME]; local 279 (void) sprintf(qbuf, "%d.%d.%d.%d.in-addr.arpa", 284 n = res_query(qbuf, C_IN, T_PTR, (char *)&buf, sizeof (buf));
|
/titanic_44/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 199 char *buf, *qbuf; in print_value() local 211 qbuf = quote_for_shell(buf); in print_value() 212 (void) fputs(qbuf, stdout); in print_value() 214 free(qbuf); in print_value()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 1018 nsc_buf_t *qbuf = NULL; in rdc_diskq_enqueue() local 1277 NSC_NOCACHE | NSC_WRITE | NSC_NODATA, &qbuf); in rdc_diskq_enqueue() 1289 qbuf->sb_vec = &vec[0]; in rdc_diskq_enqueue() 1295 (void *) qbuf, qhead, qtail, iofbas, in rdc_diskq_enqueue() 1296 qbuf->sb_vec[1].sv_addr[0], in rdc_diskq_enqueue() 1297 qbuf->sb_vec[1].sv_addr[1], in rdc_diskq_enqueue() 1298 qbuf->sb_vec[1].sv_addr[2], in rdc_diskq_enqueue() 1299 qbuf->sb_vec[1].sv_addr[3], in rdc_diskq_enqueue() 1300 qbuf->sb_vec[1].sv_addr[4]); in rdc_diskq_enqueue() 1306 rc = nsc_write(qbuf, qtail, iofbas, 0); in rdc_diskq_enqueue() [all …]
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 669 unquote(str, qbuf) in unquote() argument 670 char *str, *qbuf; in unquote() 678 for (ip = str, bp = buf, qp = qbuf; *ip; ip++) {
|
H A D | autod_parse.c | 1556 char devname[MAXPATHLEN + 1], qbuf[MAXPATHLEN + 1]; local 1562 if (getword(devname, qbuf, &wlp, &wlq, ' ', sizeof (devname)) == -1)
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | map.c | 2908 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local 2935 (void) sm_strlcpy(qbuf, map->map_file, sizeof(qbuf)); 2940 (void) sm_strlcpyn(qbuf, sizeof(qbuf), 3, 2947 res = nis_lookup(qbuf, FOLLOW_LINKS); 2981 sm_dprintf("nisplus_map_open: %s is not a table\n", qbuf); 3052 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local 3112 (void) sm_snprintf(qbuf, sizeof(qbuf), "[%s=%s],%s.%s", 3116 (void) sm_snprintf(qbuf, sizeof(qbuf), "[%s=%s],%s", 3120 sm_dprintf("qbuf=%s\n", qbuf); 3121 result = nis_list(qbuf, FOLLOW_LINKS | FOLLOW_PATH, NULL, NULL); [all …]
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 3276 char *qbuf; in compare() local 3282 qbuf = strdup(b); in compare() 3284 if (!qbuf || !pbuf) in compare() 3302 q = strtok(qbuf, " "); in compare() 3315 free(qbuf); in compare() 3320 free(qbuf); in compare()
|
/titanic_44/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.c | 1530 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; in system1() local 1588 (void) sigaction(SIGQUIT, &ignore, &qbuf); in system1() 1595 (void) sigaction(SIGQUIT, &qbuf, NULL); in system1()
|
/titanic_44/usr/src/cmd/cron/ |
H A D | cron.c | 3084 char qbuf[QBUFSIZ]; in quedefs() local 3100 while (fgets(qbuf, QBUFSIZ, fd) != NULL) { in quedefs() 3101 if ((j = qbuf[0]-'a') < 0 || j >= NQUEUE || qbuf[1] != '.') in quedefs() 3103 parsqdef(&qbuf[2]); in quedefs()
|