Searched refs:instp (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | nss_common.h | 268 #define NSS_LOOKUP_DBOP(instp, n) \ 269 (((n) >= 0 && (n) < (instp)->n_ops) ? (instp)->ops[n] : 0) 271 #define NSS_INVOKE_DBOP(instp, n, argp) (\ 272 ((n) >= 0 && (n) < (instp)->n_ops && (instp)->ops[n] != 0) \ 273 ? (*(instp)->ops[n])(instp, argp) \
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_manage.c | 207 int i, j, *instp; local 234 if ((instp = malloc((hdli.count + 1) * sizeof (*instp))) == 0) { 238 *instp = -1; 240 for (j = 0; instp[j] != -1; j++) 241 if (hp->instance == instp[j]) 243 if (instp[j] == -1) { 244 instp[j] = hp->instance; 245 instp[j+1] = -1; 248 for (i = 0; instp[ [all...] |
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 410 inst_t *instp; local 433 instp = safe_malloc(sizeof (*instp)); 434 (void) memset(instp, 0, sizeof (*instp)); 435 instp->svcname = svcp->svcname; 436 instp->instname = safe_strdup(instname); 437 instp->impact_dependents = 438 uu_list_create(svcptrs, instp, UU_LIST_DEBUG); 439 if (instp 701 inst_t *instp; local [all...] |
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 695 uint8_t *instp; local 713 instp = (uint8_t *)(void *)kobj_getelfsym(sym, NULL, &sizep); 714 VERIFY(instp != 0); 715 inst = (instp[3] << 24) | (SMAP_CLAC_INSTR & 0x00ffffff); 716 hot_patch_kernel_text((caddr_t)instp, inst, 4); 724 instp = (uint8_t *)(void *)kobj_getelfsym(sym, NULL, &sizep); 725 VERIFY(instp != 0); 726 inst = (instp[3] << 24) | (SMAP_STAC_INSTR & 0x00ffffff); 727 hot_patch_kernel_text((caddr_t)instp, inst, 4);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 640 * Execute the type method of instp. If it requires a fork(), wait for it 656 method_run(restarter_inst_t **instp, int type, int *exit_code) argument 676 restarter_inst_t *inst = *instp; 964 *instp = inst;
|
H A D | libscf.c | 994 scf_instance_t **instp) 1004 *instp = inst; 993 libscf_fmri_get_instance(scf_handle_t *h, const char *fmri, scf_instance_t **instp) argument
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 1829 ch_register(void *instp, void *toe_rcv, void *toe_free, void *toe_tunnel, argument 1837 chp->ch_toeinst = instp;
|
Completed in 90 milliseconds