Home
last modified time | relevance | path

Searched refs:argp (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c191 argp->txnid = (DB_TXN *)&argp[1];
193 memcpy(&argp->type, bp, sizeof(argp->type));
203 memcpy(&argp->pgno, bp, sizeof(argp->pgno));
205 memcpy(&argp->ndx, bp, sizeof(argp->ndx));
375 argp->txnid = (DB_TXN *)&argp[1];
533 argp->txnid = (DB_TXN *)&argp[1];
702 argp->txnid = (DB_TXN *)&argp[1];
905 argp->txnid = (DB_TXN *)&argp[1];
1093 argp->txnid = (DB_TXN *)&argp[1];
1258 argp->txnid = (DB_TXN *)&argp[1];
[all …]
H A Dhash_rec.c149 argp->ndx, &argp->key, &argp->data);
239 argp->prev_pgno, argp->next_pgno, 0, P_HASH);
421 grow = argp->newitem.size - argp->olditem.size;
428 grow = argp->olditem.size - argp->newitem.size;
437 file_dbp->pgsize, argp->ndx, argp->off, grow, &dbt);
557 argp->old_pgno, 0, argp->old_type);
794 hcp->hdr->spares[argp->ovflpoint] += argp->npages;
799 hcp->hdr->spares[argp->ovflpoint] -= argp->npages;
804 max_pgno = argp->start_pgno + argp->npages - 1;
896 memcpy(pagep, argp->page.data, argp->page.size);
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_auto.c195 argp->txnid = (DB_TXN *)&argp[1];
197 memcpy(&argp->type, bp, sizeof(argp->type));
207 memcpy(&argp->pgno, bp, sizeof(argp->pgno));
209 memcpy(&argp->indx, bp, sizeof(argp->indx));
374 argp->txnid = (DB_TXN *)&argp[1];
376 memcpy(&argp->type, bp, sizeof(argp->type));
575 argp->txnid = (DB_TXN *)&argp[1];
731 argp->txnid = (DB_TXN *)&argp[1];
905 argp->txnid = (DB_TXN *)&argp[1];
1067 argp->txnid = (DB_TXN *)&argp[1];
[all …]
H A Ddb_rec.c42 __db_addrem_args *argp; local
75 if ((ret = __db_pitem(dbc, pagep, argp->indx, argp->nbytes,
76 argp->hdr.size == 0 ? NULL : &argp->hdr,
77 argp->dbt.size == 0 ? NULL : &argp->dbt)) != 0)
86 pagep, argp->indx, argp->nbytes)) != 0)
117 __db_split_args *argp; local
158 argp->pageimage.data, argp->pageimage.size);
166 argp->pageimage.data, argp->pageimage.size);
191 __db_big_args *argp; local
230 P_INIT(pagep, file_dbp->pgsize, argp->pgno, argp->prev_pgno,
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c156 argp->txnid = (DB_TXN *)&argp[1];
158 memcpy(&argp->type, bp, sizeof(argp->type));
170 memcpy(&argp->pgno, bp, sizeof(argp->pgno));
174 memcpy(&argp->next, bp, sizeof(argp->next));
327 argp->txnid = (DB_TXN *)&argp[1];
528 argp->txnid = (DB_TXN *)&argp[1];
728 argp->txnid = (DB_TXN *)&argp[1];
891 argp->txnid = (DB_TXN *)&argp[1];
1050 argp->txnid = (DB_TXN *)&argp[1];
1198 argp->txnid = (DB_TXN *)&argp[1];
[all …]
H A Dbt_rec.c190 memcpy(pagep, argp->header.data, argp->header.size);
427 memcpy(pp, argp->pg.data, argp->pg.size);
543 memcpy(pagep, argp->pgdbt.data, argp->pgdbt.size);
553 argp->rootent.size, &argp->rootent, NULL)) != 0)
581 memcpy(pagep, argp->pgdbt.data, argp->pgdbt.size);
632 pagep, argp->indx, argp->indx_copy, argp->is_insert)) != 0)
640 pagep, argp->indx, argp->indx_copy, !argp->is_insert)) != 0)
847 dbt.size = argp->prefix + argp->suffix + argp->repl.size;
853 memcpy(p, argp->repl.data, argp->repl.size);
871 dbt.size = argp->prefix + argp->suffix + argp->orig.size;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c122 argp->txnid = (DB_TXN *)&argp[1];
124 memcpy(&argp->type, bp, sizeof(argp->type));
130 memcpy(&argp->opcode, bp, sizeof(argp->opcode));
254 argp->txnid = (DB_TXN *)&argp[1];
256 memcpy(&argp->type, bp, sizeof(argp->type));
422 argp->txnid = (DB_TXN *)&argp[1];
424 memcpy(&argp->type, bp, sizeof(argp->type));
438 memcpy(&argp->gtrid, bp, sizeof(argp->gtrid));
440 memcpy(&argp->bqual, bp, sizeof(argp->bqual));
558 argp->txnid = (DB_TXN *)&argp[1];
[all …]
H A Dtxn_rec.c78 __txn_regop_args *argp; local
97 *lsnp = argp->prev_lsn;
98 __os_free(argp, 0);
155 lsnp, argp);
161 __os_free(argp, 0);
177 __txn_ckp_args *argp; local
198 *lsnp = argp->last_ckp;
199 __os_free(argp, 0);
218 __txn_child_args *argp; local
244 __os_free(argp, 0);
[all …]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c200 args4.block = argp->block; in nlm_lock_1_svc()
204 args4.state = argp->state; in nlm_lock_1_svc()
257 args4.block = argp->block; in nlm_cancel_1_svc()
379 args4.block = argp->block; in nlm_lock_msg_1_svc()
383 args4.state = argp->state; in nlm_lock_msg_1_svc()
439 args4.block = argp->block; in nlm_cancel_msg_1_svc()
657 args4.block = argp->block; in nlm_nm_lock_3_svc()
661 args4.state = argp->state; in nlm_nm_lock_3_svc()
688 args4.name = argp->name; in nlm_free_all_3_svc()
689 args4.state = argp->state; in nlm_free_all_3_svc()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Defi_main.c59 while (*argp == ' ' || *argp == '\t' || *argp == '\n') in arg_skipsep()
60 argp++; in arg_skipsep()
68 while (*argp && *argp != ' ' && *argp != '\t' && *argp != '\n') in arg_skipword()
69 argp++; in arg_skipword()
154 argp = args; in efi_main()
155 while (argp != NULL && *argp != 0) { in efi_main()
156 argp = arg_skipsep(argp); in efi_main()
160 argp = arg_skipword(argp); in efi_main()
168 while (argp != NULL && *argp != 0) { in efi_main()
169 argp = arg_skipsep(argp); in efi_main()
[all …]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c45 nss_XbyY_args_t *argp; member
117 sp = argp->returnval; in check_match_strbuf()
120 argp->returnval = sp; in check_match_strbuf()
139 argp->returnlen = 0; in _exec_nis_parse()
140 parse_stat = (*argp->str2ent)(instr, instr_len, argp->buf.result, in _exec_nis_parse()
141 argp->buf.buffer, argp->buf.buflen); in _exec_nis_parse()
147 argp->returnval = argp->buf.buffer; in _exec_nis_parse()
153 argp->returnval = argp->buf.result; in _exec_nis_parse()
168 argp->erange = 1; in _exec_nis_parse()
199 nss_XbyY_args_t *argp = eargp->argp; in _exec_nis_cb() local
[all …]
H A Dgetspent.c115 save_c2e = argp->str2ent;
117 res = _nss_nis_lookup(be, argp, 0, "passwd.byname", argp->key.name, 0);
134 argp->key.name, 0);
147 argp->key.name, 0);
149 argp->returnval = argp->buf.buffer;
150 argp->returnlen = strlen(argp->buf.buffer);
155 argp->str2ent = save_c2e;
174 save_c2e = argp->str2ent;
210 argp->returnval = argp->buf.buffer;
211 argp->returnlen = strlen(argp->buf.buffer);
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c156 __os_free(argp, 0);
176 argp->txnid = (DB_TXN *)&argp[1];
178 memcpy(&argp->type, bp, sizeof(argp->type));
180 memcpy(&argp->txnid->txnid, bp, sizeof(argp->txnid->txnid));
184 memcpy(&argp->opcode, bp, sizeof(argp->opcode));
188 argp->name.data = bp;
192 argp->uid.data = bp;
193 bp += argp->uid.size;
194 memcpy(&argp->id, bp, sizeof(argp->id));
196 memcpy(&argp->ftype, bp, sizeof(argp->ftype));
[all …]
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetgrent.c109 get_grname(argp) in get_grname() argument
110 nss_XbyY_args_t *argp; in get_grname()
118 check_grname(argp) in check_grname() argument
119 nss_XbyY_args_t *argp; in check_grname()
138 check_grgid(argp) in check_grgid() argument
139 nss_XbyY_args_t *argp; in check_grgid()
188 argp->str2ent);
232 nss_XbyY_args_t *argp;
298 argp->returnval = argp->buf.buffer;
304 argp->buf.result,
[all …]
H A Dgetpwent.c127 get_pwname(argp) in get_pwname() argument
128 nss_XbyY_args_t *argp; in get_pwname()
136 check_pwname(argp) in check_pwname() argument
137 nss_XbyY_args_t *argp; in check_pwname()
156 check_pwuid(argp) in check_pwuid() argument
157 nss_XbyY_args_t *argp; in check_pwuid()
181 nss_XbyY_args_t *argp;
247 argp->returnval = argp->buf.buffer;
248 argp->returnlen = len;
253 argp->buf.result,
[all …]
H A Dgetspent.c66 get_spnamp(argp) in get_spnamp() argument
67 nss_XbyY_args_t *argp; in get_spnamp()
75 check_spnamp(argp) in check_spnamp() argument
76 nss_XbyY_args_t *argp; in check_spnamp()
96 merge_spents(be, argp, fields) in merge_spents() argument
98 nss_XbyY_args_t *argp;
119 sp->sp_namp = argp->buf.buffer;
154 argp->buf.result = NULL;
159 n = snprintf(argp->buf.buffer, argp->buf.buflen,
170 if (n > argp->buf.buflen)
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dargs.c110 cp = argp[1]; in options()
113 argp[1] = argp[0]; in options()
150 argp[1] = argp[0]; in options()
151 argp++; in options()
157 argp[1] = argp[0]; in options()
162 cp = argp[1]; in options()
184 argp[1] = argp[0]; in options()
235 for (argp = argblk->dolarg; *argp != (unsigned char *)ENDARGS; argp++) in freedolh()
236 free(*argp); in freedolh()
268 for (argp = argblk->dolarg; *argp != (unsigned char *)ENDARGS; argp++)
[all …]
H A Dword.c78 oldargp = argp; in word()
86 growstak(argp); in word()
87 *argp++='\\'; in word()
103 growstak(argp); in word()
104 *argp++ = '"'; in word()
107 *argp++ = '"'; in word()
115 *argp++ = 0; in word()
128 *argp++ = 0; in word()
150 *argp++ = 0; in word()
171 *argp++ = 0; in word()
[all …]
H A Dservice.c184 growstak(argp); in catpath()
190 *argp++ = '/'; in catpath()
440 while (argp)
445 argp = argp->argnxt;
447 if (argp == 0 || Rcheat(argp) & ARGMK)
452 argp = (struct argnod *)(Rcheat(argp) & ~ARGMK);
509 while (argp)
512 argp = argp->argnxt;
541 *argp++ = c;
568 *argp++ = c;
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c37 create_principal_2(cprinc_arg *argp, CLIENT *clnt) in create_principal_2() argument
145 get_princs_2(gprincs_arg *argp, CLIENT *clnt) in get_princs_2() argument
289 create_policy_2(cpol_arg *argp, CLIENT *clnt) in create_policy_2() argument
307 delete_policy_2(dpol_arg *argp, CLIENT *clnt) in delete_policy_2() argument
325 modify_policy_2(mpol_arg *argp, CLIENT *clnt) in modify_policy_2() argument
343 get_policy_2(gpol_arg *argp, CLIENT *clnt) in get_policy_2() argument
361 get_pols_2(gpols_arg *argp, CLIENT *clnt) in get_pols_2() argument
379 get_privs_2(void *argp, CLIENT *clnt) in get_privs_2() argument
388 (xdrproc_t) xdr_u_int, (caddr_t) argp, in get_privs_2()
397 init_2(void *argp, CLIENT *clnt) in init_2() argument
[all …]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c170 argp->returnval = argp->buf.buffer; in _nss_ldap_lookup()
171 argp->returnlen = strlen(argp->buf.buffer); in _nss_ldap_lookup()
198 argp->returnval = argp->buf.buffer; in _nss_ldap_lookup()
199 argp->returnlen = strlen(argp->buf.buffer); in _nss_ldap_lookup()
201 argp->returnval = argp->buf.result; in _nss_ldap_lookup()
214 argp->returnval = argp->buf.buffer; in _nss_ldap_lookup()
215 argp->returnlen = strlen(argp->buf.buffer); in _nss_ldap_lookup()
232 argp->erange = 1; in _nss_ldap_lookup()
275 if (argp != NULL) in _nss_ldap_nocb_lookup()
475 argp->returnval = argp->buf.result; in _nss_ldap_getent()
[all …]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c113 nss_XbyY_args_t *argp, in _exec_files_XY_all() argument
270 argp->returnval = NULL; in _exec_files_XY_all()
271 argp->returnlen = 0; in _exec_files_XY_all()
276 parse_stat = (*argp->str2ent)(instr, linelen, argp->buf.result, in _exec_files_XY_all()
277 argp->buf.buffer, argp->buf.buflen); in _exec_files_XY_all()
279 argp->returnval = (argp->buf.result != NULL)? in _exec_files_XY_all()
280 argp->buf.result : argp->buf.buffer; in _exec_files_XY_all()
290 argp->erange = 1; in _exec_files_XY_all()
340 _exec_cleanup(res, argp); in getbynam()
359 _exec_cleanup(res, argp); in getbyid()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c57 xdr_nfsauth_arg(XDR *xdrs, nfsauth_arg_t *argp) in xdr_nfsauth_arg() argument
59 if (!xdr_u_int(xdrs, &argp->cmd)) in xdr_nfsauth_arg()
61 if (!xdr_netobj(xdrs, &argp->areq.req_client)) in xdr_nfsauth_arg()
67 if (!xdr_int(xdrs, &argp->areq.req_flavor)) in xdr_nfsauth_arg()
69 if (!xdr_uid_t(xdrs, &argp->areq.req_clnt_uid)) in xdr_nfsauth_arg()
71 if (!xdr_gid_t(xdrs, &argp->areq.req_clnt_gid)) in xdr_nfsauth_arg()
81 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res() argument
83 if (!xdr_u_int(xdrs, &argp->stat)) in xdr_nfsauth_res()
85 if (!xdr_int(xdrs, &argp->ares.auth_perm)) in xdr_nfsauth_res()
87 if (!xdr_uid_t(xdrs, &argp->ares.auth_srv_uid)) in xdr_nfsauth_res()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth_xdr.c58 xdr_nfsauth_arg(XDR *xdrs, nfsauth_arg_t *argp) in xdr_nfsauth_arg() argument
60 if (!xdr_u_int(xdrs, &argp->cmd)) in xdr_nfsauth_arg()
62 if (!xdr_netobj(xdrs, &argp->areq.req_client)) in xdr_nfsauth_arg()
68 if (!xdr_int(xdrs, &argp->areq.req_flavor)) in xdr_nfsauth_arg()
70 if (!xdr_uid_t(xdrs, &argp->areq.req_clnt_uid)) in xdr_nfsauth_arg()
72 if (!xdr_gid_t(xdrs, &argp->areq.req_clnt_gid)) in xdr_nfsauth_arg()
82 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res() argument
84 if (!xdr_u_int(xdrs, &argp->stat)) in xdr_nfsauth_res()
86 if (!xdr_int(xdrs, &argp->ares.auth_perm)) in xdr_nfsauth_res()
88 if (!xdr_uid_t(xdrs, &argp->ares.auth_srv_uid)) in xdr_nfsauth_res()
[all …]
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c143 he = _gethostbyname(&argp->h_errno, argp->key.name);
145 if (argp->buf.result == NULL) {
153 argp->returnval = argp->buf.buffer;
157 argp->returnval = argp->buf.result;
163 argp->erange = 1;
215 af = argp->key.hostaddr.type;
224 if (argp->buf.result == NULL)
230 if (argp->buf.result == NULL)
231 argp->returnval = argp->buf.buffer;
233 argp->returnval = argp->buf.result;
[all …]

12345678910>>...14