/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 54 static int hci1394_q_reserve(hci1394_q_buf_t *qbuf, uint_t size, 56 static void hci1394_q_unreserve(hci1394_q_buf_t *qbuf); 57 static void hci1394_q_buf_setup(hci1394_q_buf_t *qbuf); 59 static void hci1394_q_next_buf(hci1394_q_buf_t *qbuf); 62 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 65 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 68 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, uint32_t io_addr, 70 static void hci1394_q_at_rep_put8(hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, 72 static void hci1394_q_at_copy_from_mblk(hci1394_q_buf_t *qbuf, 76 hci1394_q_buf_t *qbuf, uint32_t io_addr, uint_t datasize); [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_ho.c | 108 querybuf qbuf; /*%< query buffer */ member 263 q->answer = q->qbuf.buf; in ho_byname2() 264 q->anslen = sizeof(q->qbuf); in ho_byname2() 271 q->answer = q->qbuf.buf; in ho_byname2() 272 q->anslen = sizeof(q->qbuf); in ho_byname2() 365 q->answer = q->qbuf.buf; in ho_byaddr() 366 q->anslen = sizeof(q->qbuf); in ho_byaddr() 373 q->answer = q->qbuf.buf; in ho_byaddr() 374 q->anslen = sizeof(q->qbuf); in ho_byaddr() 379 q2->answer = q2->qbuf.buf; in ho_byaddr() [all …]
|
H A D | dns_nw.c | 263 char qbuf[sizeof "255.255.255.255.in-addr.arpa"]; in get1101byaddr() local 273 if (make1101inaddr(net, len, qbuf, sizeof qbuf) < 0) in get1101byaddr() 281 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byaddr() 443 char qbuf[sizeof "255.255.255.255.in-addr.arpa"], owner[MAXDNAME]; in get1101mask() local 450 if (make1101inaddr(nwent->n_addr, nwent->n_length, qbuf, sizeof qbuf) in get1101mask() 463 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET); in get1101mask() 500 ns_samename(qbuf, owner) == 1) { in get1101mask()
|
H A D | hesiod.c | 347 u_char qbuf[MAX_HESRESP], abuf[MAX_HESRESP]; in get_txt_records() local 357 NULL, qbuf, MAX_HESRESP); in get_txt_records() 362 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP); in get_txt_records()
|
/illumos-gate/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 | 61 db_query *queryFromComponent(db_query *q, int index, db_query *qbuf);
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 277 char qbuf[MAXDNAME]; local 281 (void) sprintf(qbuf, "%d.%d.%d.%d.in-addr.arpa", 286 n = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof (buf));
|
/illumos-gate/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()
|
/illumos-gate/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 | 1525 char devname[MAXPATHLEN + 1], qbuf[MAXPATHLEN + 1]; in parse_special() local 1531 if (getword(devname, qbuf, &wlp, &wlq, ' ', sizeof (devname)) == -1) in parse_special()
|
/illumos-gate/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 …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 3050 char qbuf[QBUFSIZ]; in quedefs() local 3066 while (fgets(qbuf, QBUFSIZ, fd) != NULL) { in quedefs() 3067 if ((j = qbuf[0]-'a') < 0 || j >= NQUEUE || qbuf[1] != '.') in quedefs() 3069 parsqdef(&qbuf[2]); in quedefs()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 5496 u16 qbuf[3]; in t4_config_rss_range() local 5497 u16 *qbp = qbuf; in t4_config_rss_range() 5501 qbuf[0] = qbuf[1] = qbuf[2] = 0; in t4_config_rss_range() 5509 *qp++ = cpu_to_be32(V_FW_RSS_IND_TBL_CMD_IQ0(qbuf[0]) | in t4_config_rss_range() 5510 V_FW_RSS_IND_TBL_CMD_IQ1(qbuf[1]) | in t4_config_rss_range() 5511 V_FW_RSS_IND_TBL_CMD_IQ2(qbuf[2])); in t4_config_rss_range()
|