Home
last modified time | relevance | path

Searched refs:qbuf (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c255 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_buf_setup()
256 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_buf_setup()
258 qbuf->qb_ptrs.qp_current = qbuf->qb_ptrs.qp_begin; in hci1394_q_buf_setup()
266 qbuf->qb_ptrs.qp_free = qbuf->qb_ptrs.qp_bottom; in hci1394_q_buf_setup()
382 qbuf->qb_backup_ptrs = qbuf->qb_ptrs; in hci1394_q_reserve()
493 qbuf->qb_ptrs = qbuf->qb_backup_ptrs; in hci1394_q_unreserve()
517 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_end + 1; in hci1394_q_next_buf()
518 if (qbuf->qb_ptrs.qp_begin > qbuf->qb_ptrs.qp_bottom) { in hci1394_q_next_buf()
519 qbuf->qb_ptrs.qp_begin = qbuf->qb_ptrs.qp_top; in hci1394_q_next_buf()
521 qbuf->qb_ptrs.qp_end = qbuf->qb_ptrs.qp_begin + in hci1394_q_next_buf()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c263 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()
373 q->answer = q->qbuf.buf; in ho_byaddr()
379 q2->answer = q2->qbuf.buf; in ho_byaddr()
580 q->answer = q->qbuf.buf; in ho_addrinfo()
586 q2->answer = q2->qbuf.buf; in ho_addrinfo()
593 q->answer = q->qbuf.buf; in ho_addrinfo()
[all …]
H A Ddns_nw.c263 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 Dhesiod.c347 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 Dldap_nisdbquery.c1138 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 Ddb_mindex2.cc1437 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 Dldap_nisdbquery.h61 db_query *queryFromComponent(db_query *q, int index, db_query *qbuf);
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c86 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 Dres_gethost.c277 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 Dsvcprop.c199 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 Dauto_subr.c669 unquote(str, qbuf) in unquote() argument
670 char *str, *qbuf; in unquote()
678 for (ip = str, bp = buf, qp = qbuf; *ip; ip++) {
H A Dautod_parse.c1525 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 Dmap.c2908 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local
2935 (void) sm_strlcpy(qbuf, map->map_file, sizeof(qbuf));
2940 (void) sm_strlcpyn(qbuf, sizeof(qbuf), 3,
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);
3191 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local
3204 (void) sm_snprintf(qbuf, sizeof(qbuf),
3211 (void) sm_snprintf(qbuf, sizeof(qbuf),
[all …]
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1530 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 Dcron.c3050 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 Dt4_hw.c5496 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()